2.2.4 • Published 7 years ago

miner_pool v2.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.22

7 years ago

2.0.21

7 years ago

2.0.20

7 years ago

2.0.19

7 years ago

2.0.18

7 years ago

2.0.17

7 years ago

2.0.16

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago