0.0.25 • Published 6 years ago

js-poolminer-harvester v0.0.25

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

js-poolminer-harvester

Mining Pool & Cryptocurrency Data Harvester

Installation

npm install js-poolminer-harvester

Usage

You may harvest coins, algorithms or pools. The following would harvest all coins, algorithms and pools

const Coins = require('js-poolminer-harvester/coins');
const Algorithms = require('js-poolminer-harvester/algorithms');
const Pools = require('js-poolminer-harvester/pools');

Promise.all([Coins.harvest(), Algorithms.harvest(), Pools.harvest()]);

Sometimes you might only want to havest a specific mining pool. In this example we will harvest the pools from btc.com

const BtcCom = require('js-poolminer-harvester/pools/btccom');

BtcCom.harvest();

Notes

  • Coins are harvested from coinmarketcap and cryptocompare
  • Algorithms are harvested from whattomine and nicehhash
0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago