A repository van most major releases back to 2009, inside a clean docker container
docker pull ghcr.io/mocacinno/mocacinno/bitcoin_core_docker:v3.15
docker pull mocacinno/btc_core:v3.15
bash-4.4$ bitcoind -?
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)
-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
-paytxfee=<amt> Fee per KB to add to transactions you send
-server Accept command line and JSON-RPC commands
-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>
-rpcallowip=<ip> Allow JSON-RPC connections from specified IP address
-rpcconnect=<ip> Send commands to node running on <ip>
-? This help message
bash-4.4$ bitcoind help
backupwallet <destination>
getaddressesbylabel <label>
getbalance
getblockcount
getblocknumber
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getlabel <bitcoinaddress>
getnewaddress [label]
getreceivedbyaddress <bitcoinaddress> [minconf=1]
getreceivedbylabel <label> [minconf=1]
help [command]
listreceivedbyaddress [minconf=1] [includeempty=false]
listreceivedbylabel [minconf=1] [includeempty=false]
sendtoaddress <bitcoinaddress> <amount> [comment] [comment-to]
setgenerate <generate> [genproclimit]
setlabel <bitcoinaddress> <label>
stop
validateaddress <bitcoinaddress>
Previous version: v0.3.14 | Next version: v0.3.16 |
For more information on how to use the Docker image, visit the User Documentation.