Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.07 KB

A tool for the Story Protocol Validators

What can this tool do: Install the validator geth and consensus and create a "systemd" for both of them, in addition to a update function that can install the latest versions when available and a few other shortcuts that can be used in 1 click.

It can:

1 Install Story Node
2 Update Story Consensus
3 Update Story Geth
4 Create validator
5 Get latest block height
6 Get Validator dashboard link
7 Get Validator Public and Private Keys
8 Start the services
9 Restart the services
0 Stop the services
s Apply the latest Snapshot
d Delete node, This step is irreversible
q Quit

Note:

1- This script must be run with root privileges
2- This script is only for the linux-amd64-intel version

How to:

bash <(curl -s https://raw.githubusercontent.com/alikome/Story-Protocol-Node/main/storyTool.sh)

Or

wget https://raw.githubusercontent.com/alikome/Story-Protocol-Node/main/storyTool.sh
bash storyTool.sh