Bitcoin 0.12 compile from source on Ubuntu

This build was very simple, since I had all the dependencies already from previous builds of Bitcoin and the other alt coins.

cd ~/source
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
./autogen.sh
./configure
make (prepare for a long wait at this step)
make install

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.