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

Cryptonote & Zawy difficulty algorithms #67

Open
zawy12 opened this issue Mar 21, 2018 · 3 comments
Open

Cryptonote & Zawy difficulty algorithms #67

zawy12 opened this issue Mar 21, 2018 · 3 comments

Comments

@zawy12
Copy link

zawy12 commented Mar 21, 2018

I see that Forknote was trying to include my old simple moving average difficulty algorithm with N=17 like Sumokoin and Karbowanec used to fix their Cryptonote problem. The default Cryptonote difficulty algorithm with N=720 simple moving average reliably "breaks" new small coins by having unacceptable delays (a day or more to find a block). The N=17 of Zawy v1xx fixed the problem for Sumo and Karbo, but it does not perform well, and might be terrible if solvetimes are less than 240 seconds. A higher N like 30 to 60 would have been a lot better for all and not cause the delays like N=720.

I see there were a lot problems with the old Zawy algorithm attempts here, but I can't see if that was from the algorithm being too fast or from the rest of the code not meshing correctly with it.

5 Monero clones are having excellent success with my new algorithm, LWMA. Stellite reported it handled hash attacks with 52x the baseline hash rate without a problem. Masari has been using it since November.

I posted an issue to Cryptonote that more thoroughly discusses this, and gives another option for fixing Cryptonote more simply by lowering the N based on the target solvetime.

@pmitchev
Copy link
Contributor

I saw your "issue" on Forknote too. We will move to your new algorithm (LWMA) as default when it's implemented and tested. Thank you for your amazing work

@zawy12
Copy link
Author

zawy12 commented Mar 21, 2018

Thanks for giving my new one a chance despite it appearing like my old one was causing problems.

I have a question. Qwertycoin and Bitsum seem to have used forknote, and they say they are using my algorithm. But in looking at their difficulty charts, their difficulty is changing very slowly as if they are using the default Cryptonote algorithm (neither the old or new zawy algos). Do you know what that's all about? Is there something (like the code or old documentation) that makes them think they are using mine?

@SoraKohaku
Copy link

thank now used LWMA

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

3 participants