20:52:27 selsta: not unless pools make up like 99% 20:52:31 what about P2Pool? 20:52:48 A well-implemented P2Pool could scale up to the level of the bitcoin network, just needs some minor changes 21:12:11 wowario what about get_block_template RPC API? Will it include private stealth key too? 21:13:50 haven't look at it 21:14:26 i assumed it wouldn't be needed since we are aiming for solo-miners 21:14:59 but it is needed for solo mining with xmrig 21:15:11 keys are save locally 21:15:18 saved to file 21:15:55 so xmrig should just watch this file and reload when it changes? 21:16:46 when mining with wownerod, file updates automatically for each new block 21:17:23 public and private stealth keys are exported to stealth.keys 21:20:08 inside create_block_template(), so RPC call should also create that file 21:21:10 yeah