logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bitcoin CLI - Execute Bitcoin Commands | Online Free DevTools by Hexmos

Execute Bitcoin commands easily with Bitcoin CLI. Send transactions, get balances, and list transactions. Free online tool, no registration required.

Bitcoin CLI

Bitcoin CLI Tool

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.

Get Balance

bitcoin-cli -conf=/blockchain/config/bitcoin.conf getbalance

List Transactions

bitcoin-cli -conf=/blockchain/config/bitcoin.conf listtransactions

Send to Address

bitcoin-cli -conf=/blockchain/config/bitcoin.conf sendtoaddress "btc-destination-address" 0.12345678

See Also