☰
Current Page
Main Menu
Home
Home
Editing
Bitcoin
Edit
Preview
h1
h2
h3
Keybinding
default
vim
emacs
Markup
Markdown
Plain Text
Pod
RDoc
reStructuredText
AsciiDoc
BibTeX
Creole
MediaWiki
Org-mode
Textile
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
--- title: Bitcoin --- # Setup ## Installation A vague attempt to build just the bitcoind Debian package from patched 0.8.5 git. Opted in the end just to build bitcoind and install manually. # clone and create local branch git clone git://github.com/bitcoin/bitcoin.git git checkout v0.8.5 git checkout -b v0.8.5-gnome # debianize using debian dir from 0.8.5 package cp -a ../debian-0.8.5/debian ./ git add debian git commit -m "debianize" # wheezify cat >> debian/changelog <<END bitcoin (0.8.0-wheezy1) wheezy; urgency=low * Mark for wheezy. -- Matt Corallo <matt@bluematt.me> Sat, 23 Feb 2013 16:24:00 -0500 END # deps apt-get install bash-completion qt4-qmake libboost-dev libdb5.1++-dev libminiupnpc-dev minissdpd libboost-{system,filesystem,program-options,thread}-dev # clean debian/rules clean # build debian/rules binary # install cp src/bitcoind ~/bin/ ## Running bitcoind & # status bitcoind getinfo ## Issues How do I determine if the blockchain sync is complete? : How do I set up a light-weight UI to connect securely to bitcoind? : How do I build just the bitcoind package? : Perhaps just stick to git for now. ## Links * [Bitcoin on Debian Wheezy][3] # Wallets * bitcoind on hastur * electrum on nixie * bitcoin wallet on android # How Do I... secure BTC on Android? : Transfer only small amounts to Bitcoin Wallet for Android # Buying * <https://bitbargain.co.uk/tutorial> ## Micro Awards * <http://skude.se/BTC> # Building from git ./configure --without-gui --without-qt --with-incompatible-bdb [[$[Get Code]]][4] Error: 1. Could not link against boost_thread sudo apt-get install libboost-test-dev ./configure --with-gui=no --with-incompatible-bdb --with-boost-libdir=/usr/lib64 # Success! make # Had to pass abs\_top\_builddir otherwise it'd attempt to create /src/obj ?? sudo make abs\_top\_builddir=. install [1]: Bitcoin?action=sourceblock&num=1 [2]: Bitcoin?action=sourceblock&num=2 [3]: http://wp.geeklab.com.ar/gl-en/2013/03/11/how-to-install-bitcoin-0-8-0-on-debian-wheezy-amd64/ [4]: Bitcoin?action=sourceblock&num=3 [5]: Bitcoin?action=sourceblock&num=4 <!-- vim: filetype=markdown -->
Uploading file...
Sidebar
# SideBar * [Home][1] * [Projects][2] * * * <!-- --> * [Code][3] * [Tech][4] * [Network][5] * [MediaCentre][6] * [UAV][7] * * * <!-- --> * [Travel][8] * [Music][9] * [Horse Riding][10] * [Study][11] * [Games][12] * [Other Activities][13] * * * <!-- --> * [Car][14] * [House][15] * [Watch][16] * [Clothing][17] * [Miscellany][18] * * * [1]: /Home [2]: /Projects [3]: /Code/Code [4]: /Tech/Tech [5]: /Network/Network [6]: /MediaCentre/MediaCentre [7]: /UAV/UAV [8]: /Travel/Travel [9]: /Music/Music [10]: /HorseRiding/HorseRiding [11]: /Study/Study [12]: /Games/Games [13]: /Do/Do [14]: /Car/Car [15]: /House/House [16]: /Watch/Watch [17]: /Clothing/Clothing [18]: /Miscellany/Miscellany <!-- vim: filetype=markdown -->
Edit message:
Cancel