Created
January 20, 2020 02:57
-
-
Save imylomylo/19465a6dc60c1cafdde5174844e2cd4a to your computer and use it in GitHub Desktop.
HUSH3 & VRSC dPoW January 2020
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
#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