🧙‍♂️
Shentu Chain
Validators
Validators
  • Setting up a validator
  • Creating a CLI wallet
  • Useful commands
  • Troubleshooting
Powered by GitBook
On this page
  • Error: post failed: Post "http://localhost:26657/": dial tcp [::1]:26657: connect: connection refused
  • Shentud not posting upon startup (After snapshot implementation)
  • High disk usage while running the Validator

Troubleshooting

This page will contain problems with their possible solutions.

PreviousUseful commands

Last updated 2 years ago

Error: post failed: Post "": dial tcp [::1]:26657: connect: connection refused

Can't link the wallet to post the broadcast. Make sure your wallet is active in the CLI and that the right wallet was added to the command. To create a CLI wallet see Creating a CLI wallet

Shentud not posting upon startup (After snapshot implementation)

We've seen that it can take up to 30 minutes before shentud posts after implementing a snapshot. For this all you can do is being patient.

High disk usage while running the Validator

This could be improved by modifying the pruning settings. These can be found in app.toml.

pruning = "custom"
pruning-keep-recent = "100"
pruning-keep-every = "0"
pruning-interval = "10"
http://localhost:26657/