Bitcoin Core v0.2.12

Build and Publish Docker Images
Last commit
Image size

  • Version: v0.2.12
  • Tag: v0.2.12
  • Release Date: 2010-11-30
  • Docker Pull Command:
    • docker pull ghcr.io/mocacinno/mocacinno/bitcoin_core_docker:v2.12
    • docker pull mocacinno/btc_core:v2.12
  • Compiled by: Mocacinno
  • Changelog: View Sourcecode

comments about the image

  • used a manually compiled boost 1.57.0 instead of the system’s boost version
  • built berkeley db 4.7.25 NC from source
  • built openssl 0.9.8k from source
  • built util macros 1.3.0 from source
  • built libXtrans 1.0.2 from source
  • built wxwidgets 2.9.5 from source
  • sourcecode was written with “bad” linebreaks, used dos2unix
  • used gcc4.8

flags and parameters

starting the daemon

bash-4.4$ bitcoind -?
Usage:
  bitcoin [options]
  bitcoin [command]       Send command to bitcoin running with -server or -daemon
  bitcoin [command] -?    Get help for a command
  bitcoin help            List commands
Options:
  -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
  -server           Accept command line and JSON-RPC commands
  -daemon           Run in the background as a daemon and accept commands
  -?                This help message

using bitcoind

bash-4.4$ bitcoind help
getaddressesbylabel <label>
listreceivedbyaddress [minconf=1] [includeempty=false]
getreceivedbyaddress <bitcoinaddress> [minconf=1]
getbalance
getblockcount
getblocknumber
getconnectioncount
getdifficulty
getgenerate
getinfo
getlabel <bitcoinaddress>
getnewaddress [label]
getreceivedbyaddress <bitcoinaddress> [minconf=1]
getreceivedbylabel <label> [minconf=1]
help
listreceivedbyaddress [minconf=1] [includeempty=false]
listreceivedbylabel [minconf=1] [includeempty=false]
listtransactions [count=10] [includegenerated=false]
sendtoaddress <bitcoinaddress> <amount> [comment] [comment-to]
setgenerate <generate> [genproclimit]
setlabel <bitcoinaddress> <label>
stop

movie time

Back to the overview

Back to the main menu

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