mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolHashrateEntry
|
|
|
|
# Interface: PoolHashrateEntry
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:898](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L898)
|
|
|
|
## Properties
|
|
|
|
### avgHashrate
|
|
|
|
> **avgHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:900](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L900)
|
|
|
|
Average hashrate (H/s)
|
|
|
|
***
|
|
|
|
### poolName
|
|
|
|
> **poolName**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:902](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L902)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### share
|
|
|
|
> **share**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:901](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L901)
|
|
|
|
Pool's share of total network hashrate (0.0 - 1.0)
|
|
|
|
***
|
|
|
|
### timestamp
|
|
|
|
> **timestamp**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:899](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L899)
|
|
|
|
Unix timestamp
|