/xmreuse

A toolkit to assist with the reuse of rings across Cryptonote blockchain forks and the detection of mining pool coinbase output reuse.

Primary LanguageJavaScript

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