Bitcoin Forum
May 06, 2024, 10:01:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting nonces  (Read 501 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
1714989712
Hero Member
*
Offline Offline

Posts: 1714989712

View Profile Personal Message (Offline)

Ignore
1714989712
Reply with quote  #2

1714989712
Report to moderator
1714989712
Hero Member
*
Offline Offline

Posts: 1714989712

View Profile Personal Message (Offline)

Ignore
1714989712
Reply with quote  #2

1714989712
Report to moderator
1714989712
Hero Member
*
Offline Offline

Posts: 1714989712

View Profile Personal Message (Offline)

Ignore
1714989712
Reply with quote  #2

1714989712
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714989712
Hero Member
*
Offline Offline

Posts: 1714989712

View Profile Personal Message (Offline)

Ignore
1714989712
Reply with quote  #2

1714989712
Report to moderator
1714989712
Hero Member
*
Offline Offline

Posts: 1714989712

View Profile Personal Message (Offline)

Ignore
1714989712
Reply with quote  #2

1714989712
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6581


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!