Welcome Zstake Service
Story Protocol
Validator (EN)
🖥️ hardware requirements 🛞 auto installer ⌨️ wget https //raw\ githubusercontent com/zstake xyz/story/refs/heads/main/story zstake sh && chmod +x /story zstake sh && /story zstake sh 🛰️ auto version update ⌨️ source <(curl s https //raw\ githubusercontent com/zstake xyz/test/refs/heads/main/0g storage update sh) 🕹️ manual installer without snapshot install sudo apt update wget https //story geth binaries s3 us west 1 amazonaws com/geth public/geth linux amd64 0 9 2 ea9f0d2 tar gz tar xzvf geth linux amd64 0 9 2 ea9f0d2 tar gz sudo cp geth linux amd64 0 9 2 ea9f0d2/geth $home/go/bin/story geth source $home/ bash profile story geth version \# update or add moniker grep q '^export moniker=' / bash profile && \\ sed i 's/export moniker="\[^"] "/export moniker="zstake"/' / bash profile || \\ echo 'export moniker="zstake"' >> / bash profile source / bash profile git install wget https //story geth binaries s3 us west 1 amazonaws com/story public/story linux amd64 0 9 11 2a25df1 tar gz tar xzvf story linux amd64 0 9 11 2a25df1 tar gz sudo cp story linux amd64 0 9 11 2a25df1/story $home/go/bin/story source $home/ bash profile story version 0gchain install story init network iliad 0gchain service create sudo tee /etc/systemd/system/story geth service > /dev/null <\<eof \[unit] description=story geth client after=network target \[service] user=rootexecstart=/root/go/bin/story geth iliad syncmode full restart=on failure restartsec=3 limitnofile=4096 \[install] wantedby=multi user targeteof snapshot download sudo tee /etc/systemd/system/story service > /dev/null <\<eof \[unit] description=story consensus client after=network target \[service] user=root execstart=/root/go/bin/story run restart=on failure restartsec=3 limitnofile=4096 \[install] wantedby=multi user target eof story service restart sudo systemctl daemon reload && \\ sudo systemctl start story && \\ sudo systemctl enable story && \\ sudo systemctl status story story geth service restart sudo systemctl daemon reload && \\ sudo systemctl start story geth && \\ sudo systemctl enable story geth && \\ sudo systemctl status story geth log check sudo journalctl u story geth f o cat sudo journalctl u story f o cat block sync check curl localhost 26657/status | jq