-
Notifications
You must be signed in to change notification settings - Fork 1
Useful Tips
Christian Saucier edited this page Jan 31, 2019
·
1 revision
The Equibit Core is fork of Bitcoin Core. Most Bitcoin CLI and RPC interfaces commands are the same in Equibit.
Please submit new tips on Discord and we will continue to categorize and aggregate them here.
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