02:00:42 so, adding a hash RPC to monerod - a couple different approaches: 02:01:04 1: feed in hashing parameters, return a computed PoW hash 02:01:34 2: feed in the blob directly, with a target diff, return OK / not OK 02:02:00 any thoughts? 02:06:28 (2) could probably copy most of the functionality of the existing on_submitblock() code in monerod ... 02:18:26 (1) could potentially be used for a very slow miner ... 03:42:42 i like the potential utility of option 1