cli -version
BiblePay Core RPC client version 1.4.5.9
1. Begin experiment: Not in leaderboard
{
"Prominence": "Details",
"Healing": "Diary Entries",
"Prominence": "Totals"
}
2. Tithe normally
{
"Command": "sendgscc"
}
3. Leaderboard true
{
"Prominence": "Details",
"CAMEROON-ONE: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt [oncoapop1], Pts: 2667.00": "0.70%",
"POG: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt [oncoapop1], Pts: 458746647.00": "64.03%",
"Healing": "Diary Entries",
"Prominence": "Totals",
"ALL: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt [oncoapop1], Pts: 458749314.00, Reward: 535266.400": "64.730%"
}
3. exec analyze 167447 oncoapop1
[code]
{
"Command": "analyze",
"Totals": "CAMEROON-ONE|yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt|2667|0.00698158|oncoapop1|2668\nPOG|yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt|458746647|0.64029122|oncoapop1|465702655\n",
"0": "User: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt, Diary: , Height: 167444.00, TXID: 6f6a7d7a447e8788ccce7b5fea3a1bc0dfcb844698afdc2f9b3a1d7c38f4049d, NickName: oncoapop1, Points: 2666.67, Campaign: CAMEROON-ONE, CoinAge: 130279453.0504, Donation: 0.0000, UserTotal: 2666.67",
"1": "User: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt, Diary: , Height: 167445.00, TXID: 58e8fc4456674bb74ac30f7854fb6d73cf84ad7a74786e55cb499560ef16699e, NickName: oncoapop1, Points: 458746647.36, Campaign: POG, CoinAge: 239813460.8751, Donation: 7.0000, UserTotal: 458749314.02",
"2": ""
}
4. POG + Cameroon1 calculation
CoinAge x (tithe)^1/3
239813460.8751 x (7)^1/3 = 239813460.8751 x 1.91293118= 458,746,646.6916889
Cameroon-one = 2666.67
Total = 458,749,314.02 (from leaderboard)
Total =458,749,313.36(calculated manually)
5. cli exec sendgscc
{
"Command": "sendgscc"
}
cli exec analyze 167474 oncoapop1
{
"Command": "analyze",
"Totals": "CAMEROON-ONE|yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt|2667|0.00698158|oncoapop1|2668\nPOG|yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt|476191731|0.64515645|oncoapop1|479766771\n",
"0": "User: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt, Diary: , Height: 167444.00, TXID: 6f6a7d7a447e8788ccce7b5fea3a1bc0dfcb844698afdc2f9b3a1d7c38f4049d, NickName: oncoapop1, Points: 2666.67, Campaign: CAMEROON-ONE, CoinAge: 130279453.0504, Donation: 0.0000, UserTotal: 2666.67",
"1": "User: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt, Diary: , Height: 167445.00, TXID: 58e8fc4456674bb74ac30f7854fb6d73cf84ad7a74786e55cb499560ef16699e, NickName: oncoapop1, Points: 458746647.36, Campaign: POG, CoinAge: 239813460.8751, Donation: 7.0000, UserTotal: 458749314.02",
"2": "User: yfqGyVvuyidYytq5o2QvN1VdVeXtH9Lrkt, Diary: , Height: 167474.00, TXID: 88d8da4b97b2d11feb482dc5a026b619c4bde8c14a0379cbc9f662c9e557442c, NickName: oncoapop1, Points: 17445083.35, Campaign: POG, CoinAge: 9119556.1576, Donation: 7.0000, UserTotal: 476194397.37",
"3": ""
}
6. It appears that Cameroon-one tithe exhibits intended behaviour of not accumulating whereas POG does
7. Fiat calculations (two commands instead of one previously)
cli exec dailysponsorshipcap
{
"Command": "dailysponsorshipcap",
"cap": 0.003489919543713683
}
cli exec price
{
"Command": "price",
"consensus_price": 0.000452465678,
"qt_phase": 0,
"qt_prior_phase": 0,
"qt_future_phase": 0,
"qt_enabled": true,
"cur_price": "0.000437166531",
"BBP/BTC": "0.000000045000",
"BTC/USD": 9714.811799999999
}
1. $1.33 per child per day = $2.66 for two children = 2.66 / 0.000437 = 6,084 BBP
2. 950,000 (assumed daily superblock GSC contract value ) * 0.00349 (sponsorship cap) = 3,315 BBP per child (should be a bit less as I don’t know how QT affects the daily superblock – where can one find this out easily).
4. POG calculations
a. Total emission (from exec roi) = 537521.64
b. My points = 476,191,731/479,766,770 = 0.99254 of POG
c. 0.99254 x 537521.64 = 533,516.2337349017
5. My reward from leaderboard = 539289.730
6. Therefore reward from Cameroon-One = 539289.730 - 533,516.2337349017 = 5,773 BBP
Sorry but it is still a bit off. I don’t know what I missed. Shouldn’t (6) =(1) = 2 * (2)?