You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why are you saying that setting nonce to a random value will prevent other nodes connecting to your private net? According to the docs, nonce is 64bit hash that proves that sufficient amount of computation has been done to comply with proof of work algorithm. Genesis block does not have prof of work because it is the first block. Logic suggest this statement is incorrect, because, to read the genesis block, anyone would need to connect to your node first. So, why are you saying that changing nonce will prevent other nodes to connect?
The text was updated successfully, but these errors were encountered:
thanhson1085
pushed a commit
to gitter-badger/go-hiverium
that referenced
this issue
Jul 3, 2018
Why are you saying that setting
nonce
to a random value will prevent other nodes connecting to your private net? According to the docs,nonce
is 64bit hash that proves that sufficient amount of computation has been done to comply with proof of work algorithm. Genesis block does not have prof of work because it is the first block. Logic suggest this statement is incorrect, because, to read the genesis block, anyone would need to connect to your node first. So, why are you saying that changing nonce will prevent other nodes to connect?The text was updated successfully, but these errors were encountered: