Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-poolminer-harvester

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-poolminer-harvester

Mining Pool & Cryptocurrency Data Harvester

  • 0.0.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 28 Apr 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc