Skip to content

Instantly share code, notes, and snippets.

@Ne00n
Last active June 19, 2022 13:13
Show Gist options
  • Save Ne00n/ee73d9630dabfaf7c487fee741045867 to your computer and use it in GitHub Desktop.
Save Ne00n/ee73d9630dabfaf7c487fee741045867 to your computer and use it in GitHub Desktop.
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