Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 797 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 797 Bytes

ErgoPoolOpSniff

takes a block-hash as input and spits out the pool operator address and their balance with simple ergo block explorer api heuristic only tested on windows, but "should work" on everything... ensure you have python3 and imported libs installed navigate to the folder that pool.py is located in on your CLI and run it with a block-hash as an argument,

e.g. pool.py c036087bef7f12da0136d411716411de907108122c4e6ba1821d300e4a3365b4

Leads to a result like this: image

TODO: check/solve edge-case failure scenarios; either remove loop entirely or weight found addresses somehow (currently, we only grab the last good value) also TODO: make the code less of a hackjob