Giter Club home page Giter Club logo

minerwatch's Introduction

minerWatch

To infer a pool's proportion of the network, we consume iquidus explorer api and keep track of New York Coin mining rewards per wallet over a timeframe.

Installing

git clone https://github.com/ltanyc/minerWatch.git && cd minerWatch && npm install

Running with 60 min lookback

node ./index.js 60

Sample output

{
  "version": "0.0.2",
  "lookbackMin": "60",
  "miners": [
    {
      "addr": "RXDXVzfB7sEThmtLqpzS8QnKzc6MT4rDQa",
      "name": "https://prohashing.com/",
      "minedNYC": 1040000,
      "percent": "86.67",
      "GHps": "144.89"
    },
    {
      "addr": "RVGy8B4EySBsiQWe2s8Wzu3tpxH2E1EadA",
      "minedNYC": 40000,
      "percent": "3.33",
      "GHps": "5.57"
    },
    {
      "addr": "RQrGu6KtsYMbH6cRNiQdnLcy4meofzAWHS",
      "name": "https://newyorkcoin.mastermining.net",
      "minedNYC": 40000,
      "percent": "3.33",
      "GHps": "5.57"
    },
    {
      "addr": "RNra5LWEinBh7uikkSZxRuRg114PUbeqSL",
      "name": "https://hobbyistpool.ddns.net/nyc",
      "minedNYC": 40000,
      "percent": "3.33",
      "GHps": "5.57"
    },
    {
      "addr": "RB8trkrKbXQ8AaRhnUxcdBNnc4swCynRDF",
      "name": "https://www.mining-dutch.nl/pools/newyorkcoin.php",
      "minedNYC": 30000,
      "percent": "2.50",
      "GHps": "4.18"
    },
    {
      "addr": "RMR7DfZEBPDyXd1rCbARAK7YQMMSPByz79",
      "name": "http://nyc.mypool.club/",
      "minedNYC": 10000,
      "percent": "0.83",
      "GHps": "1.39"
    }
  ],
  "curBlock": 4070926,
  "curNetworkGHps": "167.18"
}

minerwatch's People

Contributors

ltanyc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.