Last active
June 19, 2022 13:13
-
-
Save Ne00n/ee73d9630dabfaf7c487fee741045867 to your computer and use it in GitHub Desktop.
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 install unzip -y | |
adduser scp --disabled-login | |
su scp | |
cd | |
wget https://releases.scpri.me/1.6.3.2/ScPrime-v1.6.3.2-linux-amd64.zip && unzip ScPrime-v* && mv ScPrime-v1.6.3.2-linux-amd64/ current | |
cd current/ && screen -L -amds scp ./spd -d /home/scp/ScPrime/MetaData -M gctwh && sleep 2 && ./spc wallet init | |
#save seed | |
./spc wallet unlock | |
./spc wallet address | |
#preload wallet while in sync | |
#wait for sync to complete | |
mkdir $HOME/SCP | |
./spc host folder add $HOME/SCP 1000GB | |
./spc host config maxduration 8w | |
./spc host config minstorageprice 5SCP | |
./spc host config collateral 5SCP | |
./spc host config mindownloadbandwidthprice 1SCP | |
./spc host config minuploadbandwidthprice 1SCP | |
./spc host config collateralbudget 2000SCP | |
./spc host config maxcollateral 50SCP | |
./spc host announce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment