Get rewarded BBP coins for contributing to real CPU Only science research!
PODC = Proof of Distributed Computing
PODC Setup Guide: https://wiki.biblepay.org/PODC_Setup
=
Giveaway Terms and Conditions:
- You must be a PODC researcher, in the biblepay leaderboard as of January 31st, 2020
- You must be contributing to research to the World Community Grid project
- You must have more than 100 RAC (Recent Average Credit)
Reference: https://forum.biblepay.org/index.php?topic=485.0
Looks like we have 59 participants in the leaderboard!
I look forward to calculating the results on block 173,307.
Good luck!
"hash": "ec57a81e053ce1e61b299d4c0168c56d7c0214f817af30b35ddf8ad675209a0f",
ec57 hex = 60503 decimal
Figured out the value of C, but not sure how you applied it to researcher list sans <100 RAC miners.
As far as calculating it, I wrote a tiny vb6 subroutine for this that I will post in the thread and re-use if we have another poll.
LOL, it looks like I won (vout #52 in block 173245).
But since I'm a nice guy I am going to award this to the CPID in position 51 (I'm going to 51 simply because the math of the answer has a floor of 51, and rounding sent it to 52).
I will announce the winner next.
Yes, you should set a give away for Feb 2020 too!
I see the math here.
'bbp podc winner
Height = 173307
sblockhash = "ec57a81e053ce1e61b299d4c0168c56d7c0214f817af30b35ddf8ad675209a0f"
C = CLng("&HEC57")
'last gsc transaction before 173307:
'getrawtransaction 0841a3066395229b7c0b2aae6b06f35c57a0df6ddc602ed5919a2c155f783ede 1
SuperBlockCount = 56 'researcher count minus pow miner tx minus sanctuary tx
B = 65535 / SuperBlockCount
A = CInt(C / B)
VOUT = A + 1 'First vout *after* pow and sanctuary - (Note, if we land on a CPID with < 100 RAC, we will move to the next payable ordinal - even if we need to reset the counter from the beginning).
'(This is to discourage people from making fake cpids to get votes)
'Winner = #52 (1 before Rob) : BQWhLA82SxL8PW5LGnwKj8qeog3k3JETBZ (who had a 661.69 reward at height 173245)
End Sub