Post
Topic
Board Beginners & Help
Re: Guide for using wallets in command line for linux/ubuntu
by
elda34b
on 28/03/2018, 15:38:35 UTC
-snip-

Thanks I'm running haven https://havenprotocol.com/  on ubuntu, I have the daemon running and wallet setup but I can't figure out how to run commands like getinfo to show if wallet has synced

How do i run commands via cli?

Just wanted to make sure, have you read this: https://github.com/havenprotocol/haven? There is guide already published there, you should try to run
Code:
./bin/havend --help
to search which code you needed.
Look at this https://github.com/havenprotocol/haven#running-havend for more details.