You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulling one year of data from both of these functions returns interesting results:
get_network_hashrate( ) returns a single data point per day - 366 data points
yet, get_network_difficulty( ) returns two data points per day - 730 data points
Is this the correct granularity to return? Network difficulty changes once every ~2 weeks yet network hashrate estimates changes with every new block. I was expecting these functions to return the reverse case.
The text was updated successfully, but these errors were encountered:
Pulling one year of data from both of these functions returns interesting results:
get_network_hashrate( ) returns a single data point per day - 366 data points
yet, get_network_difficulty( ) returns two data points per day - 730 data points
Is this the correct granularity to return? Network difficulty changes once every ~2 weeks yet network hashrate estimates changes with every new block. I was expecting these functions to return the reverse case.
The text was updated successfully, but these errors were encountered: