.TH BITCOIN-CLI "1" "February 2015" "bitcoin-cli 0.10" .SH NAME bitcoin-cli \- a remote procedure call client for Bitcoin Core. .SH SYNOPSIS bitcoin-cli [options] [params] \- Send command to Bitcoin Core. .TP bitcoin-cli [options] help \- Asks Bitcoin Core for a list of supported commands. .SH DESCRIPTION This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client used to send commands to Bitcoin Core. .SH OPTIONS .TP \fB\-?\fR Show the help message. .TP \fB\-conf=\fR Specify configuration file (default: bitcoin.conf). .TP \fB\-datadir=\fR Specify data directory. .TP \fB\-testnet\fR Connect to a Bitcoin Core instance running in testnet mode. .TP \fB\-regtest\fR Connect to a Bitcoin Core instance running in regtest mode (see documentation for -regtest on bitcoind). .TP \fB\-rpcuser=\fR Username for JSON\-RPC connections. .TP \fB\-rpcpassword=\fR Password for JSON\-RPC connections. .TP \fB\-rpcport=\fR Listen for JSON\-RPC connections on (default: 8332 or testnet: 18332). .TP \fB\-rpcconnect=\fR Send commands to node running on (default: 127.0.0.1). .SH "SEE ALSO" \fBbitcoind\fP, \fBbitcoin.conf\fP .SH AUTHOR This manual page was written by Ciemon Dunville . Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. The complete text of the MIT License can be found on the web at \fIhttp://opensource.org/licenses/MIT\fP.