Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created January 20, 2020 02:57
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 imylomylo/19465a6dc60c1cafdde5174844e2cd4a to your computer and use it in GitHub Desktop.
Save imylomylo/19465a6dc60c1cafdde5174844e2cd4a to your computer and use it in GitHub Desktop.
HUSH3 & VRSC dPoW January 2020
#VRSC
cd $HOME
git clone https://github.com/VerusCoin/VerusCoin.git
cd VerusCoin
git checkout v0.6.0-7
./zcutil/build.sh -j4
# from webworker
#HUSH3
cd $HOME
git clone https://github.com/KomodoPlatform/komodo --branch hush3 --single-branch hush3
cd hush3 && git checkout cc35198f1da23a617caf95ed087033d8dfb8ce89
./zcutil/build.sh -j$(expr $(nproc) - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment