I can't seem to find in the json output, logs, or in the code where I can find out what block number my users are working on. Basically I want to know who is working on what block during what time frame.
In the web/log aside from hashrates, miners, shares, there is BLOCK_VALUE and Attempts_to_share.
In local stats, mostly same information.
In recent_blocks, I have a list of all the block numbers, share hash, and block hash.
In current_payouts I have the block hash and payout addresses and timestamps.
The missing piece of the puzzle here is "what block is my node currently working on?".
Is there any way to find out what block is being worked on and during which time? Don't you guys find payments a bit spontaneous? Some blocks we work but don't get paid. Other blocks we get paid quite a bit? I want to be able to connect all the data points.