We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setting-up-cosmovisor
First, find the location of the binary you want to use:
which junod
Then use the path returned to copy it to the directory Cosmovisor expects. Let's assume the previous command returned /home/your-user/go/bin/junod:
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/genesis/bin
The above data is obtained from docs/validators/setting-up-cosmovisor.md there we can see the cp junod instruction is duplicated.
docs/validators/setting-up-cosmovisor.md
The text was updated successfully, but these errors were encountered:
Can I go-ahead and create a PR for fixing this ?
Sorry, something went wrong.
No branches or pull requests
First, find the location of the binary you want to use:
Then use the path returned to copy it to the directory Cosmovisor expects. Let's assume the previous command returned /home/your-user/go/bin/junod:
The above data is obtained from
docs/validators/setting-up-cosmovisor.md
there we can see the cp junod instruction is duplicated.The text was updated successfully, but these errors were encountered: