Bitcoin Forum
May 25, 2024, 06:18:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Hashes per second as bitcoind/JSON-RPC command  (Read 11083 times)
Xunie (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 101



View Profile
July 10, 2010, 02:01:12 PM
 #1

It would be handy to see how many hashes per second are being performed by bitcoind.
So a command like "gethashespersecond" or "getkhashespersecond" would be great.
(If we add a "kilohashes per second" command, I suggest we return a floating point number, not an integer.)

So, what do you guys think?

Ignore this: 734d417914faa443d74e8205f639dfb0f79fdc44988ecae44db31e5636525afe

Caffeinism -- a toxic condition caused by excessive ingestion of coffee and other caffeine-containing beverage.
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5208
Merit: 13013


View Profile
July 10, 2010, 04:04:17 PM
 #2

Search debug.log for "hashmeter". I have this in my status script for BitCoin:
Code:
grep hashmeter debug.log |tail -n3

An RPC command would be useful, though.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
laszlo
Full Member
***
Offline Offline

Activity: 199
Merit: 2283


View Profile
July 10, 2010, 04:34:50 PM
 #3

You can change it to print it every 30 seconds or whatever if you edit the code.. but it's really not going to change except when the computer is busy.

BC: 157fRrqAKrDyGHr1Bx3yDxeMv8Rh45aUet
lachesis
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
July 10, 2010, 05:33:41 PM
 #4

I wrote just such a command. The patch is pretty simple. It adds gethps and getkhps which return the value of the internal hashmeter. It also adds getkhps as a line in getinfo. The patch also adds ListReceived, but that is pretty crappy. It just lists the description line from the UI. I'll eventually get around to making it more JSON-ish if Satoshi doesn't add something similar to mainline.

You can get the patch (for r102) at http://www.alloscomp.com/bitcoin.

Bitcoin Calculator | Scallion | GPG Key | WoT Rating | 1QGacAtYA7E8V3BAiM7sgvLg7PZHk5WnYc
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!