Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sneurlax/xmreuse

A toolkit to assist with the reuse of rings across Cryptonote blockchain forks and the detection of mining pool coinbase output reuse.
https://github.com/sneurlax/xmreuse

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `xmreuse`
A toolkit to assist with the detection of mining pool coinbase output reuse.[[?]](https://github.com/sneurlax/xmreuse/tree/master/nodejs#what-is-poolsnoopjs-detecting)

## 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](https://github.com/sneurlax/xmreuse/issues/3), PHP [here](https://github.com/sneurlax/xmreuse/issues/4), or another language of your preference [here](https://github.com/sneurlax/xmreuse/issues/new).

## Getting started
### [Node.js](https://github.com/sneurlax/xmreuse/tree/master/nodejs)
```bash
git clone https://github.com/sneurlax/xmreuse
cd xmreuse/nodejs
npm install
node poolsnoop --verbose
```
*See the Node.js documentation in [/nodejs](https://github.com/sneurlax/xmreuse/tree/master/nodejs)*