difficulty-algorithms icon indicating copy to clipboard operation
difficulty-algorithms copied to clipboard

Coins with SMA N=17

Open zawy12 opened this issue 7 years ago • 0 comments

Masari used Sumokoin's algo which is: next_D=avg(17 D) / (0.8*avg(17 ST) + 0.3*median(17 ST) ST=solvetimes. The 17 D and ST were 6 blocks behind most recent block. There is a 0.3 instead of 0.2 because the median is ln(2)=0.693 of the mean. Masari claims miners starting taking advantage of effects from including the median. The following shows the 30,000 blocks with this algo. Masari target solvetime was 120 seconds, twice as fast and Sumokoin and Karbowanec .

masari_with_sumo1 masari_with_sumo2 masari_with_sumo3

I will edit this later to show results from Sumokoin with the above algo and Karbowanec with a pure SMA N=17.

zawy12 avatar Dec 08 '17 17:12 zawy12