Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coins with SMA N=17 #11

Open
zawy12 opened this issue Dec 8, 2017 · 0 comments
Open

Coins with SMA N=17 #11

zawy12 opened this issue Dec 8, 2017 · 0 comments

Comments

@zawy12
Copy link
Owner

zawy12 commented Dec 8, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant