We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to execute chaingreen wallet show on MacOS terminal. It shows the expected output but then hangs without returning to a new command line.
chaingreen wallet show
The text was updated successfully, but these errors were encountered:
Me too, Linux Mint here.
Sorry, something went wrong.
window user as well, using CLI
Same here, I'm on Mac too, but sometimes it does, just very slow...
Saw this on another thread and it has been working for me: timeout 2 chaingreen wallet show
timeout 2 chaingreen wallet show
Same in Ubuntu 20.04. It gets stuck for a long time, then ctrl+c throws this
$ chaingreen wallet show Wallet height: 912001 Sync status: Synced Balances, fingerprint: 1831234472 Wallet ID 1 type STANDARD_WALLET -Total Balance: 0.0 cgn (0 mio) -Pending Total Balance: 0.0 cgn (0 mio) -Spendable: 0.0 cgn (0 mio) ^CException ignored in: <module 'threading' from '/usr/lib/python3.8/threading.py'> Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 1388, in _shutdown lock.acquire() KeyboardInterrupt:
No branches or pull requests
I'm trying to execute
chaingreen wallet show
on MacOS terminal. It shows the expected output but then hangs without returning to a new command line.The text was updated successfully, but these errors were encountered: