Welcome Zstake Service
Story Protocol
Validator (KOR)
🖥️ 시스템 권장사항 hardware requirement cpu 4 cores ram 16 gb disk 500 gb bandwidth 25 mbit/s 🛞 자동 설치 ⌨️ wget https //raw\ githubusercontent com/zstake xyz/story/refs/heads/main/story zstake sh && chmod +x /story zstake sh && /story zstake sh 🛰️ 자동 업데이트 ⌨️ source <(curl s https //raw\ githubusercontent com/zstake xyz/test/refs/heads/main/0g storage update sh) 🕹️ 수동 설치 방법 1\ 시스템 업데이트 및 필수 구성요소 설치 sudo apt update sudo apt get update sudo apt install curl git make jq build essential gcc unzip wget lz4 aria2 y 2\ story geth 다운로드 v0 10 0 cd $home wget https //github com/piplabs/story geth/releases/download/v0 10 0/geth linux amd64 \[ ! d "$home/go/bin" ] && mkdir p $home/go/bin if ! grep q "$home/go/bin" $home/ bash profile; then echo "export path=$path /usr/local/go/bin /go/bin" >> / bash profile fi chmod +x geth linux amd64 mv $home/geth linux amd64 $home/go/bin/story geth source $home/ bash profile story geth version 스크린샷 2024 11 22 오후 5 13 23 png 3\ story binary 다운로드 v0 12 0 cd $home rm rf story linux amd64 wget https //github com/piplabs/story/releases/download/v0 12 0/story linux amd64 \[ ! d "$home/go/bin" ] && mkdir p $home/go/bin if ! grep q "$home/go/bin" $home/ bash profile; then echo "export path=$path /usr/local/go/bin /go/bin" >> / bash profile fi chmod +x story linux amd64 sudo cp $home/story linux amd64 $home/go/bin/story source $home/ bash profile story version 스크린샷 2024 11 22 오후 5 14 33 png 4\ odyssey testnet 서버 등록 story init network odyssey moniker "원하는 서버이름" 스크린샷 2024 11 22 오후 5 17 09 png 5\ story node 서비스 생성 \ geth 서비스 생성 sudo tee /etc/systemd/system/story geth service > /dev/null <\<eof \[unit] description=story geth client after=network target \[service] user=root execstart=/root/go/bin/story geth odyssey syncmode full restart=on failure restartsec=3 limitnofile=4096 \[install] wantedby=multi user target eof \ story 서비스 생성 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 6\ story node 서비스 생성 sudo systemctl daemon reload sudo systemctl enable story story geth sudo systemctl restart story geth && sleep 5 && sudo systemctl restart story 7\ story node 시스템 로그 확인 journalctl u story u story geth f 스크린샷 2024 11 22 오후 5 27 56 png 8\ story node 블럭 동기화 확인하기 source <(curl s https //raw\ githubusercontent com/zstake xyz/test/refs/heads/main/story test sh) # block sync 스크린샷 2024 11 22 오후 5 37 30 png