tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
822 stars 173 forks source link

Modify value of M/N? #43

Closed AnimatedRNG closed 6 years ago

AnimatedRNG commented 6 years ago

Modifying the value of NEDGES causes most of the miners to crash -- is there an easy way to set the value of M/N (M edges and N vertices) to an arbitrary value (like 0.7)?

tromp commented 6 years ago

Only the simple miner supports M/N > 1/2. Edge trimming, as used by all other miners, requires M/N <= 1/2. So you'd have to use the somewhat out-of-date Java miner...