Skip to content

Instantly share code, notes, and snippets.

@ameeuw23
Last active February 23, 2018 23:10
Show Gist options
  • Save ameeuw23/7ce512dfc9f0034ce929783e29d5476c to your computer and use it in GitHub Desktop.
Save ameeuw23/7ce512dfc9f0034ce929783e29d5476c to your computer and use it in GitHub Desktop.
Install Bitcoind Ubuntu
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
mkdir ~/.bitcoin/ && cd ~/.bitcoin/
nano bitcoind.conf
Put the following code into the file:
rpcuser=username
rpcpassword=password
testnet=1
rpcport=8332
rpcallowip=127.0.0.1
rpcallowip=195.154.11.93
server=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment