- I have only tested this build on Ubuntu 10.04 and only with bitcoind.
- Jgarzik's listtransactions patch: http://www.bitcoin.org/smf/index.php?topic=611.0
- Jgarzik's getblock patch: http://www.bitcoin.org/smf/index.php?topic=724.0
- Jgarzik's bindaddr patch: http://www.bitcoin.org/smf/index.php?topic=984.0
- The listgenerated method, lifted from Lachesis's now deprecated RPC Calls patch: http://www.alloscomp.com/bitcoin/
- Changed MAX_OUTBOUND_CONNECTIONS from 8 to 32.
- Disabled receiving of IP transactions by default, they can be enabled with the -allowiptransactions option.
- Install various required packages:
sudo apt-get install build-essential libgtk2.0-dev libssl-dev libdb4.7-dev libdb4.7++-dev libboost-all-dev
-
Download and extract this repo, or use git to checkout the repo.
-
Time to build bitcoind:
make -f makefile.unix bitcoind