0.0.25 • Published 5 years ago

js-poolminer-harvester v0.0.25

Weekly downloads
1
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago