Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
calvinaco opened this issue Dec 23, 2020 · 3 comments
Open
Assignees

Comments

@calvinaco
Copy link
Collaborator

No description provided.

@lezzokafka
Copy link
Collaborator

see also #78

@allthatjazzleo
Copy link
Contributor

fixed in #89

@HankFit247
Copy link

HankFit247 commented Jan 21, 2021

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#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants