Created
May 12, 2018 11:40
-
-
Save toanalien/4df2f5aae36d1c1cb4ed4549a6a36c8b to your computer and use it in GitHub Desktop.
magnet masternodes
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
#!/bin/bash | |
sudo add-apt-repository ppa:bitcoin/bitcoin -y | |
sudo apt-get update | |
sudo apt-get install build-essential libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils -y | |
sudo apt-get install libboost-all-dev -y | |
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y | |
sudo apt-get install libminiupnpc-dev -y | |
mkdir magnet | |
cd magnet | |
wget https://magnetwork.io/Wallets/magnet-qt-LINUX.tar.gz | |
tar -xvzf magnet-qt-LINUX.tar.gz | |
chmod +x magnetd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment