9.3 Seeking Help

If you're unable to resolve an issue:

  1. Check the Spicenet GitHub Issues for similar problems and solutions.

  2. Join the Spicenet Discord and describe your issue in the #validator-support channel, including:

    • Detailed error messages

    • Relevant log snippets

    • Your node version (./target/debug/sov-cli --version)

    • Steps you've already taken to troubleshoot

  3. If you suspect a bug, create a new GitHub issue with:

    • A clear title and description

    • Steps to reproduce the problem

    • Expected vs. actual behavior

    • Any relevant logs or error messages

Remember, when sharing logs or error messages, always remove any sensitive information like private keys or IP addresses.

Last updated