Difficulty with PoC, defined by `RTarget` #464
There is a difficulty with PoC, defined by RTarget in the repo. It essentially defines the percentage of "correct" nonces from all nonces => how many nonces participants has to check to find the correct one.
Let's say we: - increase complexity - add coefficient which transforn new weight to ~old weight (just to maintain same numbers in dashboard)
Please figure out how we're doing that. The open question - how we check which nodes were preserved, which are not, and which we preserved for > 1 epochs => to understand which weight to transform and which not
There is some simple and elegant solution for that, e.g., use this coefficient at transforming len(nonces) -> weight => already transformed weight will be recorded in further preserved nodes
🔄 Auto-synced from Issue #464 every hour.