rob, could you check this? i got very small reward, dont know why
tx 2bb8ea35a62a60f261be3859402d489f96b27a1774ab36757a591ce4a76ddda7
if i missed update, then there should be no reward, so i must have some update. and realy i have at least one per day:
{
"f1a0ceafd5ad34dac08bd45164c6e17925eacc613c7f27fd6c94b2cb1a9fc507": "Points: 5301943, Campaign: WCG, CoinAge: 5301943, Donation: 0.00, Height: 168275, Date: 01-07-2020 15:13:09",
"abfb51ae5458a49294e2f0551346da7178e71cf2adae54fe01abe4baecd2b71d": "Points: 7308878, Campaign: WCG, CoinAge: 7308878, Donation: 0.00, Height: 168416, Date: 01-08-2020 08:36:03",
"547f6ad91905ff6d298b32e9e4a420d4c42ca355c82f77add6285b6507db18b3": "Points: 6015243, Campaign: WCG, CoinAge: 6015243, Donation: 0.00, Height: 168550, Date: 01-09-2020 01:08:48",
"9426794a08919031e6721e03fa822000aa9100d6f41eac7ae32328f05e97c8c2": "Points: 7232366, Campaign: WCG, CoinAge: 7232366, Donation: 0.00, Height: 168721, Date: 01-09-2020 20:55:42",
"18a5eefe340dd5e81099a15d3e597d018a64d267f1a6b0f32cce1ccd81dd1f64": "Points: 5270433, Campaign: WCG, CoinAge: 5270433, Donation: 0.00, Height: 168840, Date: 01-10-2020 11:14:16",
"748cb9487a8f56ed3c7bf8e34b71d9e86892b7c716dd2495f6c77166fb167475": "Points: 9826263, Campaign: WCG, CoinAge: 9826263, Donation: 0.00, Height: 168937, Date: 01-10-2020 23:04:47",
"8e7bb46ed2dd0a2bbfb817ebd1a734577e4d6fea7bead27d0fce478aa79cf54e": "Points: 9267097, Campaign: WCG, CoinAge: 9267097, Donation: 0.00, Height: 169002, Date: 01-11-2020 07:27:03",
"96026f28c293d440d16f418b496a72947c323c87dfdb2d23cf02ee038750ffb1": "Points: 6898709, Campaign: WCG, CoinAge: 6898709, Donation: 0.00, Height: 169123, Date: 01-11-2020 22:24:53",
"ddcbcdfc655ba788d63abf960e17850d3aa5f5d37047abcf31592e358f3a7f5d": "Points: 4976215, Campaign: WCG, CoinAge: 4976215, Donation: 0.00, Height: 169296, Date: 01-12-2020 18:18:44",
"3e06dfda56a1f90bbbf748785514c7be3d385b603364b2bfe88c16d6791fcbcc": "Points: 5637496, Campaign: WCG, CoinAge: 5637496, Donation: 0.00, Height: 169403, Date: 01-13-2020 08:25:42",
"a4516e40e2e8cfb4e542b0b2dc1c0867ae49a86bf763ced0ae609562f62f9b51": "Points: 7165132, Campaign: WCG, CoinAge: 7165132, Donation: 0.00, Height: 169580, Date: 01-14-2020 07:03:05",
"565a5cf8f56096205cbca71ca1e874eadf20be7784c394c00670625f0586ff11": "Points: 11885885, Campaign: WCG, CoinAge: 11885885, Donation: 0.00, Height: 169643, Date: 01-14-2020 14:20:56",
"Total": 86785660.43113884
}
what changed was, that i added some computers, so rac maybe goes up faster than covered by coinage... but i'm not sure
second problem is that automatic updates are not working for me, i set frequency to 100, but no update was made with this setup (previously, 24h updates works automaticaly)
pog_foundationdonation=1000
pog_coinagepercentage=.99
gen=0
dailygscfrequency=100
should i set something else? or maybe gen=1?
The dailygscfrequency is probably OK (thats twice per day). More than likely, please see if something is in the log:
LogPrintf("\nCreateAllGSCTransmissions %f, Campaign %s, Error [%s].\n", GetAdjustedTime(), s.first, sError1);
LogPrintf("\nWARNING [%s]", sWarning);
Btw, you dont have to worry about gen=1 anymore, we send the GSC's out from the main thread now. (At the height in 'exec rac').
Let me look into the other one.
Actually it looks like you are sending two out per day; they all have sufficient coin*age in the transmissions... so the log will probably show "success" for all of them.
I think the entirety of the issue is this: The low payment of 6500, that was actually based on RAC you generated 3 1/2 days ago (payments occur 48 hours after the superblock is assimilated). So, looking at what was happening 3 days ago, thats the day we found all the 1000 buffering problems in the data. I believe you were affected by this incorrect calculation.
What happened is it boosted your rac by 3 figs, which would leave you with not enough to cover. Then we move your rac down by an exponent of 1^3 (which is the bug that was fixed in this current version that is not spork enabled yet). That would explain the tiny payment.
So now that the data is accurate each day this should not happen again. Btw, we are going to enable the spork around the end of the month, along with Chainlocks, and a sanctuary upgrade, etc. I will announce all this at least 7 days in advance.