Nonce calculation random start value #1213

Open
opened 2018-04-08 08:46:05 +02:00 by PeterSurda · 0 comments
PeterSurda commented 2018-04-08 08:46:05 +02:00 (Migrated from github.com)

If nonces are being tried from zero, the number of skipped matches could be used to guess the number of parallel hashers (e.g. the number of cores). Randomising the starting value should prevent this.

  • safe PoW
  • multiprocessing PoW
  • C PoW
  • OpenCL PoW
If nonces are being tried from zero, the number of skipped matches could be used to guess the number of parallel hashers (e.g. the number of cores). Randomising the starting value should prevent this. - [ ] safe PoW - [ ] multiprocessing PoW - [ ] C PoW - [ ] OpenCL PoW
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-12-14#1213
No description provided.