Author

Topic: Getting nonces (Read 514 times)

newbie
Activity: 22
Merit: 7
August 25, 2015, 03:42:17 PM
#3
Thanks! I'll see if I can create such a script.
staff
Activity: 3458
Merit: 6793
Just writing some code
August 25, 2015, 03: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.
newbie
Activity: 22
Merit: 7
August 25, 2015, 03: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
Jump to: