Skip to content

Instantly share code, notes, and snippets.

@cryptopepe
Last active February 13, 2021 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cryptopepe/82b59b51680e13e5f1e08224bfdd71fc to your computer and use it in GitHub Desktop.
Save cryptopepe/82b59b51680e13e5f1e08224bfdd71fc to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libgmp3-dev libdb-dev libdb++-dev libgmp3-dev lzma-dev zlib1g-dev zlib1g libgmp-dev
#sudo useradd -m pepeuser
#sudo su pepeuser
cd ~
git clone https://github.com/pepeteam/pepecoin.git
cd pepecoin/src
wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz
tar xvf openssl-1.0.2u.tar.gz
mv openssl-1.0.2u openssl
cd openssl
./Configure linux-x86_64
make
cd ..
export OPENSSL_INCLUDE_PATH="./openssl/include"
export OPENSSL_LIB_PATH="./openssl"
make -j4 -f makefile.unix USE_UPNP=-
strip pepecoind
echo "Run ./pepecoind help for more info"%
@vojtakudlacek
Copy link

Please add git to the apt-get command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment