@ryanforever/flexpool

1.0.0 • Public • Published

flexpool

flexpool API

usage

const Flexpool = require("@surfingpikachu/flexpool")
const flexpool = new Flexpool({
    address: process.env.FLEXPOOL_ADDRESS
})

methods

  • .getBalance() - get your current balance
  • .getChart() - get miner statistics chart (hashrates and shares)
  • .status("workerName") - returns status of all workers. pass the name of a specific worker to return that worker's status

Package Sidebar

Install

npm i @ryanforever/flexpool

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.53 kB

Total Files

7

Last publish

Collaborators

  • ryanforever