myriadteam / myriadcoin

Myriadcoin cryptocurrency - Repository for community driven development
http://www.myriadcoin.org
MIT License
47 stars 16 forks source link

General POW Algorithm inputs #73

Open cryptapus opened 6 years ago

cryptapus commented 6 years ago

Using this space for submissions to POW algorithm discussions. Mainly used for tracking.

cryptapus commented 6 years ago

Interesting discussion of Lyra2 and Yescrypt tuning from MaxDZ8:

https://www.reddit.com/r/myriadcoin/comments/7fa2k0/algo_swap_softfork_coding_in_planning_stage/dqbm17h/

cryptapus commented 6 years ago

More (slightly older) discussion on Lyra2, others:

https://www.reddit.com/r/myriadcoin/comments/79tl4u/new_asics_will_be_in_town_soon_where_should/dp59nuy/

cryptapus commented 6 years ago

Idea from roarde regarding grouping aux-pow into a single 1/5th share:

https://www.reddit.com/r/myriadcoin/comments/7h1dfs/can_we_agree_we_would_like_to_swap_skein_before/dr8mcqv/

This might be achieved by changing their block time in:

https://github.com/myriadteam/myriadcoin/blob/0.14/src/pow.cpp#L225

wlc- commented 6 years ago

I think grouping the aux-pow algos to 1/5th share and adding a new non-asic algo is great idea.

cryptapus commented 6 years ago

Good read on Equihash pointed out by MaxDZ8

http://www.openwall.com/articles/Zcash-Equihash-Analysis

roarde commented 6 years ago

On reducing the share of auxpow: If this ends up purposely allotting a greater than 20% share to any other algos, it's probably not a good idea. That would be contrary to the motivation for having multiple algorithms in the first place.

Put another way, let's not clear block space that we can't fill with good new algos.

cryptapus commented 5 years ago

Algoswap2, MIP4, has been merged in #132, argon2d4096 added and skein removed using BIP9 bit 6.