Bitcoin Forum
August 27, 2024, 05:22:07 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting nonces  (Read 508 times)
fevir (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 7


View Profile
August 25, 2015, 07:29:23 PM
 #1

Hi all,

Each block in the blockchain contains a nonce - a seemingly insignificant, yet important number for each block.

Assuming I'm running a full node and have a copy of the blockchain, what would be a (preferably easy) way to get a list (just plain text will do) of all nonces from the Genesis block up untill now?

Thanks!

Cheers,
Fevir
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3486
Merit: 6822


Just writing some code


View Profile WWW
August 25, 2015, 07:33:29 PM
 #2

You can create a script which goes through each block and uses the getblockhash and getblock rpc commands. You can retrieve the json data for each block which includes a field for the nonce. Then just extract the nonce and save that to a file.

fevir (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 7


View Profile
August 25, 2015, 07:42:17 PM
 #3

Thanks! I'll see if I can create such a script.
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!