Skip to content

takes a block-hash as input and spits out the pool operator address and their balance with simple ergo block explorer api heuristic

License

Notifications You must be signed in to change notification settings

xmrstickers/ErgoPoolOpSniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

takes a block-hash as input and spits out the pool operator address and their balance with simple ergo block explorer api heuristic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages