A repository van most major releases back to 2009, inside a clean docker container
docker pull ghcr.io/mocacinno/mocacinno/bitcoin_core_docker:v3.21
docker pull mocacinno/btc_core:v3.21
bash-4.4$ bitcoind -?
Bitcoin version 0.3.21-beta
Usage:
bitcoin [options]
bitcoin [options] <command> [params] Send command to -server or bitcoind
bitcoin [options] help List commands
bitcoin [options] help <command> Get help for a command
Options:
-conf=<file> Specify configuration file (default: bitcoin.conf)
-pid=<file> Specify pid file (default: bitcoind.pid)
-gen Generate coins
-gen=0 Don't generate coins
-min Start minimized
-datadir=<dir> Specify data directory
-proxy=<ip:port> Connect through socks4 proxy
-addnode=<ip> Add a node to connect to
-connect=<ip> Connect only to the specified node
-nolisten Don't accept connections from outside
-paytxfee=<amt> Fee per KB to add to transactions you send
-daemon Run in the background as a daemon and accept commands
-testnet Use the test network
-rpcuser=<user> Username for JSON-RPC connections
-rpcpassword=<pw> Password for JSON-RPC connections
-rpcport=<port> Listen for JSON-RPC connections on <port> (default: 8332)
-rpcallowip=<ip> Allow JSON-RPC connections from specified IP address
-rpcconnect=<ip> Send commands to node running on <ip> (default: 127.0.0.1)
-keypool=<n> Set key pool size to <n> (default: 100)
-rescan Rescan the block chain for missing wallet transactions
-? This help message
bash-4.4$ bitcoind help
backupwallet <destination>
getaccount <bitcoinaddress>
getaccountaddress <account>
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getblockcount
getblocknumber
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getnewaddress [account]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <bitcoinaddress> [minconf=1]
gettransaction <txid>
getwork [data]
help [command]
listaccounts [minconf=1]
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listtransactions [account] [count=10]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
sendfrom <fromaccount> <tobitcoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
sendtoaddress <bitcoinaddress> <amount> [comment] [comment-to]
setaccount <bitcoinaddress> <account>
setgenerate <generate> [genproclimit]
stop
validateaddress <bitcoinaddress>
Previous version: v0.3.20 | Next version: v0.3.22 |
For more information on how to use the Docker image, visit the User Documentation.