Reduce time it takes for MN/SN to receive first reward
Motivation
Currently it takes around 2-3 days for MN and 4-6 for SN to receive their first reward. This is a long time and could put people off. There is a security factor to time waited, but multiple days is unnecessary.
Proposal
To make SN and MN require only the node count of each network in confirmations to be "eligible".
Links/references
Possible fixes
-
it's too new, wait for a cycle
if(fFilterSigTime && sn.sigTime + (nSnCount*2.6*60) > GetAdjustedTime()) continue;
-
make sure it has as many confirmations as there are systemnodes
if(mn.GetSystemnodeInputAge() < nSnCount) continue;
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information