ledger icon indicating copy to clipboard operation
ledger copied to clipboard

Is the nonce not implemented?

Open KiithNabaal opened this issue 3 years ago • 0 comments

My impression is that since this is a proof of concept, a nonce "dummy" was introduced to have it, but it would be up to the developers who use this to actually implement a proof of work algorithm. Is this correct?

I have team members who seem to think it is to guarantee that duplicate data inserted to the ledger doesn't result in a hash collision.

All literature points to nonces being used in some computationally intensive task for the sake of delaying a malicious modification of a blockchain (honest ones are ahead). There is some confusion on the team though as to what the actual use is based on the implementation here.

Thanks!

KiithNabaal avatar Jul 19 '22 21:07 KiithNabaal