Last active
December 13, 2018 02:58
-
-
Save illuzen/922e31196c98675b54b5 to your computer and use it in GitHub Desktop.
bitcoin-unlimited-installer.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get -y update | |
apt-get -y install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev | |
git clone https://github.com/gandrewstone/BitcoinUnlimited.git | |
cd ./BitcoinUnlimited | |
./autogen.sh | |
./configure --disable-wallet | |
make | |
make install | |
printf "rpcuser=bitcoirpc\nrpcpassword=$RANDOM$RANDOM$RANDOM\n" >> ~/.bitcoin/bitcoin.conf | |
bitcoind & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the GIT address should be https://github.com/BitcoinUnlimited/BitcoinUnlimited.git