Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.02 KB

xmreuse

A toolkit to assist with the detection of mining pool coinbase output reuse.[?]

What's in this toolkit?

This toolkit currently only includes Node.js tools in the /nodejs folder. This will be translated over to Python (and possibly PHP) in time. If you are interested in investigating this toolkit but aren't comfortable with the languages it's currently available in, please mention your preference for Python here, PHP here, or another language of your preference here.

Getting started

git clone https://github.com/sneurlax/xmreuse
cd xmreuse/nodejs
npm install
node poolsnoop --verbose

See the Node.js documentation in /nodejs