Skip to content

Releases: phoreproject/graphene

v0.2.5

03 Jun 02:04
v0.2.5
95dbe7d
Compare
Choose a tag to compare

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.

v0.2.4

31 May 04:07
v0.2.4
fc6c89f
Compare
Choose a tag to compare

Phore Synapse Testnet v0.2.4

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.4/{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.

v0.2.3

21 May 02:43
v0.2.3
4090266
Compare
Choose a tag to compare

Phore Synapse Testnet v0.2.3

It is recommended that all nodes update!

This update fixes syncing with new P2P system.

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.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 -resync -genesistime 1558317600
# 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.

v0.2.2

17 May 23:20
v0.2.2
0f1d9d4
Compare
Choose a tag to compare

Phore Synapse Testnet v0.2.2

This update makes fixes peer discovery issues.

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.2/{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 -resync -genesistime 1558317600
# 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.

v0.2.1

17 May 18:41
v0.2.1
267cef1
Compare
Choose a tag to compare

Phore Synapse Testnet v0.2.1

This update makes fixes peer discovery issues.

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.1/{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 -resync -genesistime 1558317600
# 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.

v0.2.0

17 May 00:08
v0.2.0
363e8df
Compare
Choose a tag to compare

Phore Synapse Testnet v0.2.0

This update makes fixes peer discovery issues.

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.0/{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 -resync -genesistime 1558317600
# 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.

v0.1.5

15 May 03:40
v0.1.5
4507e19
Compare
Choose a tag to compare

Phore Synapse Testnet v0.1.5

This update makes exits gracefully disconnect from peers.

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.5/{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.

v0.1.4

15 May 02:53
v0.1.4
Compare
Choose a tag to compare

Phore Synapse Testnet v0.1.4

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.4/{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.

v0.1.3

14 May 21:38
v0.1.3
Compare
Choose a tag to compare

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.

v0.1.2

14 May 17:20
v0.1.2
Compare
Choose a tag to compare

Phore Synapse Testnet v0.1.2

This update enables active peer discovery and sync stability improvements.

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.2/{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/12D3KooWDWPGkb21H46NwBanSk291p89r539pz3Rwer2Ue1KxdkT" -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.