Bingology - The Blog of Aaron 'BingoBoingo' Rogier

ADD7A9A28F85E5EF1F51904F309BB8D7F3251143
About | Contact | PGP Public Key | Archive
« OpenBSD 5.5 Released Today
Ohio Continues to Suck Monster Balls »

Building Bitcoin 0.7.2 on OpenBSD

The following comes from Dignork who saw an offer I posted soliciting instructions for building Bitcoin 0.7.x1 on OpenBSD in a way that works on the right Blockchain.2 Behold the astounding simplicity:

sudo pkg_add git
sudo pkg_add unzip
sudo pkg_add boost
sudo pkg_add gmake
sudo pkg_add gcc-4.6.4p7
sudo pkg_add g++-4.6.4p4

curl -O http://download.oracle.com/berkeley-db/db-4.8.30.NC.zip
unzip db-4.8.30.NC.zip
cd db-4.8.30.NC/build_unix
../dist/configure --prefix=/usr/local --disable-replication --enable-cxx --enable-shared=yes
sudo make install

git clone -b 0.7.2 https://github.com/bitcoin/bitcoin.git
#apply patch from https://gist.github.com/anonymous/c30fb8d6f09517097d2e
cd bitcoin/src
#we use alternate gcc
export CXX=eg++
gmake -f makefile.unix USE_UPNP=- USE_IPV6=0 BOOST_LIB_SUFFIX=-mt

These instructions are also on Github.

  1. Probably the last version by the so titled core developers to give too much attention to [↩]
  2. This means accounting for changes that came with version 0.8 which lead to the great fork of March 2013. [↩]

This entry was posted on Friday, May 2nd, 2014 at 6:53 p.m. and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

Click here to cancel reply.

 

It's still a pleasure to read bb prose. Both well researched and well written...

- Mircea Popescu

Recent Posts

  • Dead Internet Theory And Searching For The Sticky
  • Adventures In Video
  • An Exploration In Multi Media Toilets
  • Ritalin Diaries Part 1
  • How "Therapy" Re-Fucked My Head - Short Form
  • Uruguay-SSR And The Hallucinated Seige
  • Introducing "The Montevideo Standard"
  • Qntra: A Plan For Action
  • A Homework Assignment From Diana_Coman: Trawling Ancient PMs Seeking What Worked For Early Qntra And Where I'm At On Scripting A Conversion Engine
  • Outreach Automation: A Call For Bids

Recent Comments

  • Aaron 'BingoBoingo' Rogier on The Theoretical Foundation of Social Engineering Practice
  • Aaron 'BingoBoingo' Rogier on That One Agricultural Product And Uruguay
  • Verisimilitude on How "Therapy" Re-Fucked My Head - Short Form
  • Name on How "Therapy" Re-Fucked My Head - Short Form
  • Aaron 'BingoBoingo' Rogier on How "Therapy" Re-Fucked My Head - Short Form
  • Aaron 'BingoBoingo' Rogier on How "Therapy" Re-Fucked My Head - Short Form
  • Thimbronion on How "Therapy" Re-Fucked My Head - Short Form

Feeds

  • Posts RSS
  • Comments RSS


Tip Jar: 15eVXAW7k8uKc5moDFUSc9Y3jmHFAenNXo