mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 14:08:34 -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:918](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L918)
|
|
|
|
## Properties
|
|
|
|
### avgHashrate
|
|
|
|
> **avgHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:920](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L920)
|
|
|
|
Average hashrate (H/s)
|
|
|
|
***
|
|
|
|
### poolName
|
|
|
|
> **poolName**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:922](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L922)
|
|
|
|
Pool name
|
|
|
|
***
|
|
|
|
### share
|
|
|
|
> **share**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:921](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L921)
|
|
|
|
Pool's share of total network hashrate (0.0 - 1.0)
|
|
|
|
***
|
|
|
|
### timestamp
|
|
|
|
> **timestamp**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:919](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L919)
|
|
|
|
Unix timestamp
|