Node not generating TSSC

Have the user verify a couple things.

  1. They are looking on the right network for the balance in the wallet or explorer (also ensure they are visiting the right explorer link for gemini-3c

  2. Verify the user has the right address provided in their cli config file.[OUTDATED: NEW VERSIONS ENCODE THE REWARD ADDRESS, IF YOU ARE USING PAST VERSION 0.3.0 YOU NEED TO RE-INIT TO CORRECT THE REWARD ADDRESS.]

    Note: The settings.toml file is supposed to show the base substrate address which starts with a 5... to learn more about this difference please visit this forum post covering wallets.

    You can find the Settings.toml in the following areas

    Apple:

    • $HOME/Library/Application Support/subspace-cli/settings.toml

    Linux:

    • $HOME/.config/subspace-cli/settings.toml

    Windows:

    • %AppData%/subspace-cli/settings.toml
  3. if their address is right, then we will want to check the logs available in the following areas

    Apple:

    • $HOME/Library/Logs/subspace-cli/

    Linux:

    • $HOME/.local/share/subspace-cli/logs

    Windows:

    • %USERPROFILE%/AppData/Local/subspace-cli/logs
  4. In the logs the user will want to look for an output along the lines of the following which will indicate they won a reward

    Note: There are two ways to win a reward, a vote or a block being won

    Block Won:

    2023-03-24T14:19:39.151844Z  INFO sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at #### (... ms) [hash: ...
    

    Vote Won:

    2023-03-24T05:45:46.545700Z  INFO subspace: 🗳️ Claimed vote at slot ####...
    
  5. From here you will want to ensure there is no other major errors in the logs of the farmer, if there are not please report the logs back to this post so we can investigate further

1 Like