2.2.4 • Published 5 years ago

miner_pool v2.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

MinerPool SDK Wrapper

minerPool list

  • AntPool
  • F2Pool
  • MinerPoolHub
  • etc.

Quick Start

  • install

    npm install miner_pool --save

  • usage

const { config } = require('miner_pool')
const createMinerPoolFactory = require('miner_pool')
const minerPool = createMinerPoolFactory(config.MINER_POOL_TYPES.ANT_POOL, { key: 'foo', secret: 'bar', accountName: 'zzz'})
const stats = await minerPool.getAccountStats()

API List

  • getPoolStats
  • getAccountStats
  • getPaymentHistory
  • getAccountHashrate
  • getAccountHashrateByType
  • getPaymentHistory
  • getWorkers
  • getWorkerHashrate
  • getWorkerHashrateByType
  • getAccountLast10MinutesHashrate
  • getWorkerLast10MinutesHashrate

License MIT

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.22

6 years ago

2.0.21

6 years ago

2.0.20

6 years ago

2.0.19

6 years ago

2.0.18

6 years ago

2.0.17

6 years ago

2.0.16

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago