-
hycso, adding a hash RPC to monerod - a couple different approaches:
-
hyc1: feed in hashing parameters, return a computed PoW hash
-
hyc2: feed in the blob directly, with a target diff, return OK / not OK
-
hycany thoughts?
-
hyc(2) could probably copy most of the functionality of the existing on_submitblock() code in monerod ...
-
hyc(1) could potentially be used for a very slow miner ...
-
gingeropolous[m]i like the potential utility of option 1