Skip to content

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.

Useful Equibit Node CLI Commands:

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

Mining Tips and Commands:

Mining Pool Tips:

Others:

Clone this wiki locally