story-geth
sudo systemctl start story-geth
story
sudo systemctl start story
story-geth
sudo journalctl -u story-geth -f -o cat
story
sudo journalctl -u story -f -o cat
story-geth
sudo systemctl restart story-geth
story
sudo systemctl restart story
story validator export | grep "EVM Public Key:" | awk '{print $NF}'
story validator export
story validator export --export-evm-key
curl localhost:26657/status
curl -s localhost:26657/status | jq .result.sync_info.latest_block_height
curl -s localhost:26657/status | jq .result.sync_info.catching_up
node_id=$(curl -s http://localhost:26657/status | jq -r '.result.node_info.id')
public_ip=$(curl -s ifconfig.me)
echo "${node_id}@${public_ip}:26656"
curl -s http://localhost:26657/net_info | jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):26656"'