Bitcoin Forum
May 08, 2024, 09:57:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Any way to see total YACoin network hashrate?  (Read 1014 times)
serge79 (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
May 10, 2013, 12:08:24 AM
 #1

I can't find proper command in the help section of the console.
1715205473
Hero Member
*
Offline Offline

Posts: 1715205473

View Profile Personal Message (Offline)

Ignore
1715205473
Reply with quote  #2

1715205473
Report to moderator
1715205473
Hero Member
*
Offline Offline

Posts: 1715205473

View Profile Personal Message (Offline)

Ignore
1715205473
Reply with quote  #2

1715205473
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Vycid
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


♫ the AM bear who cares ♫


View Profile
May 10, 2013, 01:45:14 AM
 #2

I can't find proper command in the help section of the console.

As far as I know, there isn't a way to tell directly. However, we can approximate from the difficulty using the following relation:

Code:
Hashrate = Difficulty * 2^32 / 600

At the current difficulty ~ 0.6482, that means we can guess 4640000 hashes/sec, i.e. 4.64 MHash/s.

EDIT: Hold on, that's clearly wrong. Let me figure out what the correct equation is.

serge79 (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
May 10, 2013, 01:49:37 AM
 #3

I can't find proper command in the help section of the console.

As far as I know, there isn't a way to tell directly. However, we can approximate from the difficulty using the following relation:

Code:
Hashrate = Difficulty * 2^32 / 600

At the current difficulty ~ 0.6482, that means we can guess 4640000 hashes/sec, i.e. 4.64 MHash/s.

EDIT: Hold on, that's clearly wrong. Let me figure out what the correct equation is.

Grin TY
Vycid
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


♫ the AM bear who cares ♫


View Profile
May 10, 2013, 02:06:34 AM
 #4

I can't find proper command in the help section of the console.

As far as I know, there isn't a way to tell directly. However, we can approximate from the difficulty using the following relation:

Code:
Hashrate = Difficulty * 2^32 / 600

At the current difficulty ~ 0.6482, that means we can guess 4640000 hashes/sec, i.e. 4.64 MHash/s.

EDIT: Hold on, that's clearly wrong. Let me figure out what the correct equation is.

Grin TY

Well, I can't find the information anywhere. I'd have to dig through the YACoin code, I suspect.

That relation is valid for BTC and LTC and their derivatives (Bytecoin, FTC etc), however Novacoin derivatives like YACoin have some weirdness with their difficulty adjustment (like varying the block reward), so I'm guessing that's why the difficulty/hashrate computation is inaccurate.

Sorry I wasn't more help. Maybe someone more knowledgeable has the answer.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!