Skip to content

v0.1.3

Compare
Choose a tag to compare
@meyer9 meyer9 released this 14 May 21:38
· 217 commits to master since this release
v0.1.3

Phore Synapse Testnet v0.1.3

This update disabled mDNS discovery.

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.1.3/{beacon,validator}-linux-amd64
curl -o testnet.pubs https://raw.githubusercontent.com/phoreproject/synapse/master/testnet-v1.pubs
chmod +x {beacon,validator}-linux-amd64
screen -S beacon-chain ./beacon-linux-amd64 -connect "/ip4/134.209.58.178/tcp/11781/ipfs/12D3KooWRNh4WkuCQB8LqMNqrxr348mNKfDkDZPm5Qth3EXxcEb8" -resync -genesistime 1557900000
# 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.