Phore Synapse Testnet v0.2.5
It is recommended that all nodes update!
Beta Tester Update Procedure
If you installed Synapse using the provided instruction, you can run the following commands to update it.
screen -r beacon-chain
# Press CTRL-c to terminate screen
wget -N https://github.com/phoreproject/synapse/releases/download/v0.2.5/{beacon,validator}-linux-amd64
curl -L -o testnet.json https://github.com/phoreproject/synapse/raw/master/testnet.json
chmod +x {beacon,validator}-linux-amd64
screen -S beacon-chain ./beacon-linux-amd64 -resync
# Press CTRL-a followed by d
screen -S validators ./validator-linux-amd64 -rootkey YOURROOTKEY -validators YOURVALIDATORRANGE
# Press CTRL-a followed by d
If you have not yet started your VPS, skip the first instruction.
YOURROOTKEY
and YOURVALIDATORRANGE
should be the root key you inputted into the keygen program.