04:04:13 my xmrig connected to p2pool says it found a share with 400G diff, any ideas how to check if that got on main chain? I searched my p2pool log and count find any mention of it 04:06:25 in p2pool type status 04:06:50 share is on p2pool 04:08:10 I found my address on recent blocks on p2pool.observer 04:09:22 think everyone that knows something is asleep now :D 07:01:18 abberant[m]: on logs there should an entry starting with “SHARE FOUND”, alternatively see if it shows up on p2pool.observer by checking your address 07:02:03 And yep you might have mined the block then, you can click on the share to see if you did 07:04:13 share found messages didnt have any information identifying them of being monero blocks, nor did my observer page, but I found it under "recent blocks found by p2pool miners" or something like that with my address; if anyone else wants to know how to find theirs. 07:18:14 it does if you have verbose logs on p2pool abberant[m] 07:18:45 I want to show them better on your page, though right now you can show details if you click on each share 07:18:54 oh, good to know, unfortunately I didnt though 07:18:55 bot also tells you if it found a main block 07:22:13 for example these are blocks I found https://paste.debian.net/hidden/525e392a/ 07:22:46 (minus first one) 07:22:53 SHARE FOUND followed by direct submit_block 07:23:01 before submit_sidechain_block / add_block 07:23:16 looks different than re-broadcasted main blocks found 07:23:54 | grep -C 3 'P2Pool submit_block:' | grep -C 3 'SHARE FOUND' 07:24:02 I have verbosity at 4 07:25:23 thank you