Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Peltig on April 23, 2016, 06:49:21 AM



Title: How see network hasharte?
Post by: Peltig on April 23, 2016, 06:49:21 AM
Hello,

How could see total network hashrate for a coin? Presume there is no pool and just exist a qt-wallet with some nodes.


Title: Re: How see network hasharte?
Post by: shorena on April 23, 2016, 07:19:23 AM
Hello,

How could see total network hashrate for a coin? Presume there is no pool and just exist a qt-wallet with some nodes.

Code:
getnetworkhashps ( blocks height )

Returns the estimated network hashes per second based on the last n blocks.
Pass in [blocks] to override # of blocks, -1 specifies since last difficulty change.
Pass in [height] to estimate the network speed at the time when a certain block was found.


Title: Re: How see network hasharte?
Post by: Peltig on April 23, 2016, 07:44:51 AM
Hello,

How could see total network hashrate for a coin? Presume there is no pool and just exist a qt-wallet with some nodes.

Code:
getnetworkhashps ( blocks height )

Returns the estimated network hashes per second based on the last n blocks.
Pass in [blocks] to override # of blocks, -1 specifies since last difficulty change.
Pass in [height] to estimate the network speed at the time when a certain block was found.

Method not found (code -32601)


Title: Re: How see network hasharte?
Post by: chiajw1 on April 23, 2016, 09:09:31 AM
Hi. Maybe you can try the website http://www.coinwarz.com/charts/network-hashrate-charts


Title: Re: How see network hasharte?
Post by: defined on April 23, 2016, 09:12:21 AM
How could see total network hashrate for a coin?
Just Google it: 'peercoin hashrate' or which ever coin's hashrate you want to know.