Story is the World’s IP Blockchain, onramping Programmable IP to power the next generation of AI, DeFi, and consumer applications.
DİSCORD : https://discord.gg/storyprotocol
| Hardware | Minimum Requirement |
|---|---|
| CPU | 4 Cores |
| RAM | 8 GB |
| Disk | 200 GB |
| Bandwidth | 10 MBit/s |
*Auto Install scrpit include latest story v0.10.1 and Storty-geth Story-Geth v0.9.3. *Additionally, if you already have the latest versions, you can proceed from step 7 only if you are going to perform an update
source <(curl -s https://raw.githubusercontent.com/coinsspor/story/main/story.sh)
xx ,The 2-digit part number you entered in step 1.
curl localhost:xx657/status | jq
Make sure catching_up = false
story validator export --export-evm-key
sudo nano ~/.story/story/config/private_key.txt
1-
https://faucet.story.foundation/
2-
https://thirdweb.com/story-iliad-testnet
3-
https://faucet.quicknode.com/story
You need at least have 1 IP on wallet before go to last step
story validator create --stake 1000000000000000000 --private-key "your_private_key"
If a new update is released, find the name of the latest binary file from the link https://github.com/piplabs/story/releases/ and replace it with xxxxxxxxxxxxxx
sudo systemctl stop story
cd $HOME
wget https://story-geth-binaries.s3.us-west-1.amazonaws.com/story-public/xxxxxxxxxxxxxxxxxx.tar.gz
tar -xzvf xxxxxxxxxxxxxxx.tar.gz
cp $HOME/xxxxxxxxxxxxxx/story $HOME/go/bin
source $HOME/.bash_profile
story version
sudo systemctl daemon-reload && \
sudo systemctl start story &&\
sudo systemctl status story