chain-docs icon indicating copy to clipboard operation
chain-docs copied to clipboard

Problem: Insufficient documentation on setting up check-validator-up.sh

Open calvinaco opened this issue 4 years ago • 3 comments

calvinaco avatar Dec 23 '20 12:12 calvinaco

see also #78

lezzokafka avatar Dec 23 '20 12:12 lezzokafka

fixed in #89

allthatjazzleo avatar Jan 04 '21 04:01 allthatjazzleo

Create and Run the file locallay.

cd ~/.chain-maind/ ll

Create File: sudo nano check-validator-up.sh (copy and paste script contents and safe the file)

Apply Permissions sudo chmod +x ./check-validator-up.sh

Now run the command: ./check-validator-up.sh --tendermint-url https://crossfire.crypto.com:443/ --pubkey $(cat ~/.chain-maind/config/priv_validator_key.json | jq -r '.pub_key.value')

Result: The validator is in the active validator set under the address The validator is signing @ Block#

HankFit247 avatar Jan 21 '21 03:01 HankFit247