-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Current mag calculation:
(User_RAC/Project_RAC)*(115000/quantity_of_projects)
Proposed mag calculation w/ historical RAC:
(((User_RAC/Project_RAC)*0.75) + ((User_Historical_RAC/Project_Total_Historical_RAC)*0.25)) * (115000/quantity_of_projects)
The 0.75/0.25 is a placeholder, this could be changed to 0.9/0.1 (or even less).
Why? One of the main questions we hear from old BOINC users is "Can I get rewarded for the computation I've performed for the last 2 decades?" -> If we can say "Yes, at a decreased rate compared to active RAC" then we may see a substantial rise in old BOINC users registering within the Gridcoin network.
This is just a brainstormed idea, any ideas for improvement or outright objections to the idea?
There's certainly the downside that we place value on old idle accounts which may place BOINC projects under increased risk of being hacked, though this is already somewhat the case with active BOINC accounts..