Skip to content

Instantly share code, notes, and snippets.

@Ljzn
Created September 10, 2022 01:04
Show Gist options
  • Save Ljzn/3b21140bd1a7cdfb91567e6345e8ec5a to your computer and use it in GitHub Desktop.
Save Ljzn/3b21140bd1a7cdfb91567e6345e8ec5a to your computer and use it in GitHub Desktop.
compile bitcoind on ubuntu20
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
./autogen.sh
mkdir build
cd build
../configure --disable-wallet
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment