Bitcoin Forum
May 14, 2024, 02:17:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Nonce of bitcoin Blockchain  (Read 166 times)
mensha (OP)
Member
**
Offline Offline

Activity: 406
Merit: 11


View Profile
April 26, 2018, 06:07:11 PM
 #1

This is for maintaining complexity of solving the puzzle or creating and validating a block in bitcoin blochchain. Current value for Nonce has been decided as creating around 10 minutes delay for block creating. I have few problems about Nonce.  Who are the people, deciding Nonce of bitcoin Blockchain. And what are the parameters of choosing a value? Could you please anyone explain these?
1715653061
Hero Member
*
Offline Offline

Posts: 1715653061

View Profile Personal Message (Offline)

Ignore
1715653061
Reply with quote  #2

1715653061
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715653061
Hero Member
*
Offline Offline

Posts: 1715653061

View Profile Personal Message (Offline)

Ignore
1715653061
Reply with quote  #2

1715653061
Report to moderator
1715653061
Hero Member
*
Offline Offline

Posts: 1715653061

View Profile Personal Message (Offline)

Ignore
1715653061
Reply with quote  #2

1715653061
Report to moderator
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
April 26, 2018, 06:35:40 PM
 #2

This is for maintaining complexity of solving the puzzle or creating and validating a block in bitcoin blochchain. Current value for Nonce has been decided as creating around 10 minutes delay for block creating. I have few problems about Nonce.  Who are the people, deciding Nonce of bitcoin Blockchain. And what are the parameters of choosing a value? Could you please anyone explain these?
You mean how people/or miners determine/verify whether a nonce is correct, or simply how it is created?

I think this answer explains quite well how the nonce is determined.

See https://bitcoin.stackexchange.com/questions/1290/when-a-block-is-discovered-how-is-the-nonce-determined

DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
April 26, 2018, 07:04:24 PM
Merited by AdolfinWolf (1)
 #3

This is for maintaining complexity of solving the puzzle or creating and validating a block in bitcoin blochchain.

No. It it not.

Nonce is for injecting variability into the block header so that the resulting hash value can be modified without needing to modify any of the transaction data.

Current value for Nonce has been decided as creating around 10 minutes delay for block creating.

Incorrect.

Current value for block hash difficulty target is set to create around 10 minutes delay for block creating.

I have few problems about Nonce.

Clearly.

Who are the people, deciding Nonce of bitcoin Blockchain.

Miners.  Miners keep trying a different nonce until they either find a solution or run out of nonce values.

And what are the parameters of choosing a value?

4 byte integer.

Could you please anyone explain these?

I just did.
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!