mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -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:752](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L752)
|
|
|
|
## Properties
|
|
|
|
### avgHashrate
|
|
|
|
> **avgHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:754](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L754)
|
|
|
|
Average hashrate (H/s).
|
|
|
|
***
|
|
|
|
### poolName
|
|
|
|
> **poolName**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:756](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L756)
|
|
|
|
Pool name.
|
|
|
|
***
|
|
|
|
### share
|
|
|
|
> **share**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:755](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L755)
|
|
|
|
Pool's share of total network hashrate.
|
|
|
|
***
|
|
|
|
### timestamp
|
|
|
|
> **timestamp**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:753](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L753)
|
|
|
|
Unix timestamp.
|