Package Details: cointop 1.6.10-1

Git Clone URL: https://aur.archlinux.org/cointop.git (read-only, click to copy)
Package Base: cointop
Description: An interactive terminal based UI application for tracking cryptocurrencies
Upstream URL: https://github.com/cointop-sh/cointop
Keywords: coinmarketcap crypt cryptocurrencies cryptocurrency go monitor terminal tracking TUI
Licenses: Apache
Submitter: KingofToasters
Maintainer: KingofToasters (miguelmota)
Last Packager: miguelmota
Votes: 12
Popularity: 0.005404
First Submitted: 2018-05-03 12:15 (UTC)
Last Updated: 2021-11-23 03:04 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

mountaineer_br commented on 2019-06-30 17:12 (UTC) (edited on 2019-06-30 17:15 (UTC) by mountaineer_br)

Thanks for the programme! It is really good. May i make some observations?

( 1 ) The Market-bar contains some interesting information. Such a feature as the display of global total market cap of all exchanges ( NASDAQ etc ), which currently displays $94,258,567,096,302,050, is a little misformatted, though. As I understand that number, global market cap is at 94 trillion dollars, but the use of commas for thousands grouping is a little weird... If you use a ' printf "%'.2f\n" "${}" ' there, you could change it to $94,258,567,096,302.05 which would be much more readable. Also, I do not mind using dot instead of comma for the floating separation as default, even though my locale would use the comma form for display... BUT, whenever I convert the coin values from USD to any other bank currency, the Market-bar changes the symbol for the convert currency but values are still in USD...

( 2 ) Still at the Market-bar, BTC Dominance right after All Things Market Cap is a little counter intuitive.. The 24-H volume refers to the Global Market Cap, so BTC dominance does not make much sense there, IMHO..

( 3 ) Chart view could be more readable and useful if you make better use of the Y axis. For example, add there or four lines the height of the chart box and divide it in the middle, so you will have a much smaller X:Y aspect ratio for visual analysis... Those two charts could be for the same coin in different time scales ( for e.g. 1D and 4H ) or for two different coins... Also, you could try and trim it more tightly. I see two lines at the bottom and two at the top that are completely empty of data! They should contain the lowest and highest data points.. Good luck for us and specially for you!

miguelmota commented on 2019-06-26 22:06 (UTC)

@adsun Thanks for the heads up. Fixed the version.

adsun commented on 2019-06-26 21:28 (UTC)

.SRCINFO has not been updated fully.

KingofToasters commented on 2018-05-04 00:02 (UTC)

@Granitosaurus I believe the error occurs if you haven't set $GOPATH before using go build. I've updated the PKGBUILD to fix this (I had the same error on my desktop).

jmogens commented on 2018-05-03 16:30 (UTC)

@Granitosaurus Run the PKGBUILD it again, or $ cd cointop-1.0.1; go build -ldflags "-s -w" manually

Granitosaurus commented on 2018-05-03 12:46 (UTC) (edited on 2018-05-03 12:47 (UTC) by Granitosaurus)

Fails to build:

==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
main.go:8:2: cannot find package "github.com/miguelmota/cointop/cointop" in any of:
    /usr/lib/go/src/github.com/miguelmota/cointop/cointop (from $GOROOT)
    /home/myuser/go/src/github.com/miguelmota/cointop/cointop (from $GOPATH)
==> ERROR: A failure occurred in build().
    Aborting...
:: go is now an orphan package
:: failed to build cointop package(s)