-
-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Description
The default of 4 seems to take about 1-2 seconds on my desktop machine.
While I have seen another site use a difficulty of 5 and take 20+ seconds.
Since the leading zeros are checked on the hex-string and not bit-based, increasing difficulty by one will require 4 more zero bits, which increases the computational complexity 16 times.
For more gradual scaling it should check the number of leading zero bits.
makew0rld, zenofile, ygerlach and pompydevmakew0rld
Metadata
Metadata
Assignees
Labels
No labels