Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Story is the World’s IP Blockchain, onramping Programmable IP to power the next generation of AI, DeFi, and consumer applications.

coinsspor/story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Story

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

System Requirements

Hardware Minimum Requirement
CPU 4 Cores
RAM 8 GB
Disk 200 GB
Bandwidth 10 MBit/s

Step-1 Auto Install ( u must select port and moniker name)

*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)

Step-2 Synchronization Check

xx ,The 2-digit part number you entered in step 1.

curl localhost:xx657/status | jq

Make sure catching_up = false

Step-3 Export wallet

story validator export --export-evm-key

Step-4 Get wallet key and import to Metamask wallet

sudo nano ~/.story/story/config/private_key.txt

Step-5 Import wallet to Metamask and faucet

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

Step-6 Register validator

story validator create --stake 1000000000000000000 --private-key "your_private_key"

Step-7 Update Validator

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

About

Story is the World’s IP Blockchain, onramping Programmable IP to power the next generation of AI, DeFi, and consumer applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages