jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
344 stars 125 forks source link

See who mined a block #121

Closed OlMi1 closed 2 years ago

OlMi1 commented 2 years ago

Is there a way to see who mined a block and/or decrypt the database to see that info? I took a look at the store_block function but cannot see a way to identify the address who mined that block. Thank you!

jtgrassie commented 2 years ago

tools/inspect-data, or the log files (if you log to file).

Please, this is a bug tracker, not a user support forum.