Bitcoin Forum
May 09, 2024, 09:17:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting nonces  (Read 502 times)
fevir (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 5


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
1715289440
Hero Member
*
Offline Offline

Posts: 1715289440

View Profile Personal Message (Offline)

Ignore
1715289440
Reply with quote  #2

1715289440
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715289440
Hero Member
*
Offline Offline

Posts: 1715289440

View Profile Personal Message (Offline)

Ignore
1715289440
Reply with quote  #2

1715289440
Report to moderator
1715289440
Hero Member
*
Offline Offline

Posts: 1715289440

View Profile Personal Message (Offline)

Ignore
1715289440
Reply with quote  #2

1715289440
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6631


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: 5


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!