Skip to content

Pending rewards reset in the morning #1999

@CallMeFoxie

Description

@CallMeFoxie

Hello

Since I've switched to solo mining several days (a week -ish?) ago my pending rewards seem to reset sometime during the night/early morning every day.

my CPID and beacon etc are ok: http://main.gridcoinstats.eu/cpid/cbc3f2f4e582dff425f355e0c2767ef9 at 41 mag right now.

I have not staked yet since going solo, have almost 8k GRC.

$ gridcoinresearchd explainmagnitude
...
  {
    "project": "total",
    "rac": 38701.885535,
    "magnitude": 41.5
  }

yet every morning I start from 0 pending rewards:

$ gridcoinresearchd getmininginfo
{
  "blocks": 2142052,
  "stakeweight": {
    "minimum": 180,
    "maximum": 462560,
    "combined": 635816,
    "valuesum": 7947.760915350001,
    "legacy": 7947.76091535
  },
  "netstakeweight": 12071730451.02193,
  "netstakingGRCvalue": 150896630.6377741,
  "staking": true,
  "mining-error": "",
  "time-to-stake_days": 19.77722222222222,
  "expectedtime": 1708752,
  "mining-version": 11,
  "mining-created": 0,
  "mining-accepted": 0,
  "mining-kernels-found": 0,
  "stake-splitting": {
    "stake-splitting-enabled": false
  },
  "side-staking": {
    "side-staking-enabled": false
  },
  "difficulty": {
    "current": 14.51159797492793,
    "target": 16.43763784202704,
    "last-search-interval": 1610443536
  },
  "errors": "",
  "pooledtx": 0,
  "testnet": false,
  "CPID": "cbc3f2f4e582dff425f355e0c2767ef9",
  "Magnitude Unit": 0.25,
  "BoincRewardPending": 1.51824652,
  "researcher_status": "Eligible for Research Rewards",
  "current_poll": "No current polls"
}
...
$ gridcoinresearchd beaconstatus
{
  "active": [
    {
      "cpid": "cbc3f2f4e582dff425f355e0c2767ef9",
      "active": true,
      "pending": false,
      "expired": false,
      "renewable": false,
...
      "private_key_available": true,
      "magnitude": 42,
      "is_mine": true
    }
  ],
  "pending": [
  ]
}

could it be related to not staking yet? Or is it just a visual glitch? I did not see anything interesting in debug.log nor scraper (which is empty?)

Thanks, Ashley

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions