1.0.0 • Published 2 years ago

@ryanforever/flexpool v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
1.0.0

2 years ago