Socket
Socket
Sign inDemoInstall

js-poolminer-harvester

Package Overview
Dependencies
165
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    js-poolminer-harvester

Mining Pool & Cryptocurrency Data Harvester


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 28 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc