Skip to content

Instantly share code, notes, and snippets.

@leon-do
Last active May 27, 2020 03:35
Show Gist options
  • Save leon-do/f655f296730d2cad816ded42a6de2013 to your computer and use it in GitHub Desktop.
Save leon-do/f655f296730d2cad816ded42a6de2013 to your computer and use it in GitHub Desktop.
Install bitcoind
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
./autogen.sh
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment