Hash Rate

Contents

Mean Hash Rate

Definition

The mean rate at which miners are solving hashes that day. Hash rate is the speed at which computations are being completed across all miners in the network. The unit of measurement varies depending on the protocol.

Asset-Specific Details

  • Post Ethereum Merge, Miner Metrics are no longer calculated

  • Hash rate is derived from difficulty (DiffMean), the rate at which block came in (BlkIntMean) and depending on the protocols, some other pieces of data. It gives an estimate of how much hash power is mining a given chain.

Chart

Release History

  • Released in the 1.0 release of NDP

Interpretation

Given that proof-of-work cryptocurrencies share a great variety of algorithms, with widely diverging features, hashrate is not comparable between them. The exception is cases where distinct assets share the same hash function, as is the case with BTC, BCH, and BSV for instance. To benchmark security between assets with different hash functions, a metric like security spend (Issuance, Total, USD) might be consulted instead.

See Also

Availability for Assets

Mean Hash Rate, 30 Day

Definition

The mean rate at which miners are solving hashes over the last 30 days. Hash rate is the speed at which computations are being completed across all miners in the network. The unit of measurement varies depending on the protocol

Asset-Specific Details

  • Post Ethereum Merge, Miner Metrics are no longer calculated

Release History

  • Released in the version 4.9 of Network Data Pro

See Also

Availability for Assets

Yearly Avg. Miner Revenue per Hash

Definition

The trailing one-year average miner reward per estimated hash unit performed during the period. The unit of hashpower measurement depends on the protocol.

Dictionary

Details

  • Hash rate calculations are specific to a protocol's mining algorithm, which often targets a time in between blocks.

  • Below are formulas and measurement units associated with each of the supported assets.

Release History

  • Released in Network Data Pro (NDP) version 5.1

Availability for Assets

Miner Revenue per Hash

Definition

The mean miner reward per estimated hash unit performed during the period, in native units. The unit of hashpower measurement depends on the protocol.

Asset-Specific Details

  • Post Ethereum Merge, Miner Metrics have been deprecated

  • Hash rate calculations are specific to a protocol's mining algorithm, which often targets a time in between blocks.

  • Below are formulas and measurement units associated with each of the supported assets.

Release History

  • Release Version: NDP-EOD 4.8 (Nov, 2020)

Availability for Assets

Miner Revenue per Hash per Sec

Definition

The mean daily miner reward per estimated hash unit per second performed during the period, in native units. The unit of hashpower measurement depends on the protocol.

Asset-Specific Details

  • Post Ethereum Merge, Miner Metrics have been deprecated

  • Hash rate calculations are specific to a protocol's mining algorithm, which often targets a time in between blocks.

  • Below are formulas and measurement units associated with each of the supported assets.

Release History

  • Released in the version 4.9 of Network Data Pro

Availability for Assets

API Endpoints

Hash Rate metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's HashRate* in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=HashRate&assets=btc&pretty=true&api_key=<your_key>"

Last updated