'chia wallet show' connection error but wallet already running #11572
stevebanik
started this conversation in
Support
Replies: 1 comment
-
I think it's just a timing issue. Running the command several minutes later shows balances. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(venv) [ec2-user@ip-172-30-1-49 data]$ chia start all
chia_harvester: started
chia_timelord_launcher: started
chia_timelord: started
chia_farmer: started
chia_full_node: started
chia_wallet: started
(venv) [ec2-user@ip-172-30-1-49 data]$ chia wallet show
Connection error. Check if the wallet is running at 9256. You can run the wallet via:
chia start wallet
(venv) [ec2-user@ip-172-30-1-49 data]$ chia start wallet
chia_wallet: Already running, use
-r
to restart(venv) [ec2-user@ip-172-30-1-49 data]$ netstat -tuna |grep 9256
tcp 0 0 127.0.0.1:9256 0.0.0.0:* LISTEN
Beta Was this translation helpful? Give feedback.
All reactions