|
|
|
|
|
by cyclotron3k
1408 days ago
|
|
So, because the nonce is created client-side, the client can just pre-compute as many valid hashes as they need. Also, it's non-deterministic right? So you could potentially have someone waiting years for the hash to be solved? Looks like you're essentially trying to rate-limit submissions. I think a signed timestamp would achieve this without wasting any cpu cycles, and wouldn't require any javascript. |
|