Bitcoin Core v0.3.23

A repository van most major releases back to 2009, inside a clean docker container

Bitcoin Core v0.3.23

Build and Publish Docker Images
Last commit
Image size

comments about the image

caveat you cannot start this image with “–network none”. For some strange reason, this is the only version (so far) that simple does a core dump and crashes if you start it without network

flags and parameters

starting the daemon

bash-4.4$ bitcoind -?
Bitcoin version 0.3.23-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
  -timeout=<n>       Specify connection timeout (in milliseconds)
  -proxy=<ip:port>   Connect through socks4 proxy
  -dns               Allow DNS lookups for addnode and connect
  -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

using bitcoind

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] [from=0]
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]
settxfee <amount>
stop
validateaddress <bitcoinaddress>

movie time

Previous version: v0.3.22 Next version: v0.3.24

Back to the overview

Back to the main menu

For more information on how to use the Docker image, visit the User Documentation.