Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
33378900
Topic
3211496
Board
Beginners & Help
Re: Guide for using wallets in command line for linux/ubuntu
by
elda34b
on
28/03/2018, 15:38:35 UTC
Quote from: mattbellme on March 28, 2018, 02:01:16 PM
-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.