mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / HashrateSummary
|
|
|
|
# Interface: HashrateSummary
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:621](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L621)
|
|
|
|
## Properties
|
|
|
|
### currentDifficulty
|
|
|
|
> **currentDifficulty**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:625](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L625)
|
|
|
|
Current network difficulty
|
|
|
|
***
|
|
|
|
### currentHashrate
|
|
|
|
> **currentHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:624](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L624)
|
|
|
|
Current network hashrate (H/s)
|
|
|
|
***
|
|
|
|
### difficulty
|
|
|
|
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:623](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L623)
|
|
|
|
Historical difficulty adjustments
|
|
|
|
***
|
|
|
|
### hashrates
|
|
|
|
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:622](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L622)
|
|
|
|
Historical hashrate data points
|