Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Kiro on March 04, 2015, 09:30:47 AM



Title: Not getting blocks on testnet anymore?
Post by: Kiro on March 04, 2015, 09:30:47 AM
I've been using testnet for development testing for more than a year now, and normally as the difficulty resets to 1 the blocks come piling in which is great for testing pool payout mechanisms etc. Lately for the last few months I'm not getting any blocks found while point 10GH/s at it consistently for testing. Is there something wrong with testnet or is this just really the luck of the draw coming into play?

Also is there a way to find the current total network hashrate of testnet? I haven't been able to find a testnet stats site that includes the total network hashrate.

Cheers!



Title: Re: Not getting blocks on testnet anymore?
Post by: spin on March 04, 2015, 10:24:29 AM
Also is there a way to find the current total network hashrate of testnet? I haven't been able to find a testnet stats site that includes the total network hashrate.

getnetworkhashps RPC call should give you this?


Title: Re: Not getting blocks on testnet anymore?
Post by: Kiro on March 04, 2015, 11:59:06 AM
thanks i'll give it a go.