The Bitcoin Command-Line Interface (CLI) tool allows you to interact with the Bitcoin network directly from your terminal. Use this tool to execute various Bitcoin commands, such as getting your balance, listing transactions, and sending Bitcoin to an address.
bitcoin-cli -conf=/blockchain/config/bitcoin.conf getbalance
bitcoin-cli -conf=/blockchain/config/bitcoin.conf listtransactions
bitcoin-cli -conf=/blockchain/config/bitcoin.conf sendtoaddress "btc-destination-address" 0.12345678