-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Tips
Christian Saucier edited this page Jan 14, 2019
·
1 revision
The Equibit Core is fork of Bitcoin Core. Most Bitcoin CLI and RPC interfaces commands are the same in Equibit.
equibit-cli -datadir=[path] uptime to check if the node is running
equibit-cli -datadir=[path] getwalletinfo to check your balance
equibit-cli -datadir=[path] getnewaddress main bech32 to generate an address in the main account to receive funds
equibit-cli -datadir=[path] sendtoaddress [address] [amount] to send funds
equibit-cli -datadir=[path] help [command] to get documentation