New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

miningpoolhub

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miningpoolhub

miningpoolhub ------------

latest
npmnpm
Version
1.4.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

miningpoolhub

This is a very simple api client that helps interact with the miningpoolhub mining pool api.

Here is a list of all the methods that are available with this api. API reference

Installation

npm install miningpoolhub --save

Usage


var options = {
  "api_key": ""
}

var MiningPoolHub = require('miningpoolhub');
var miningPoolHub = new MiningPoolHub(options);

miningPoolHub.getuserallbalances(function(err, data) {
  console.log(data);
})


Contributing

If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  • Post a pull request.
  • Make sure there are tests! We will not accept any patch that is not tested. It's a rare time when explicit tests aren't needed. If you have questions about writing tests for paperclip, please open a GitHub issue.

And once there are some contributors, then I would like to thank all of the contributors!

License

It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

© 2018 Scott Ballantyne. See LICENSE for details.

FAQs

Package last updated on 27 Dec 2022

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