Author

Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure - page 294. (Read 849919 times)

sr. member
Activity: 448
Merit: 250
Momentum: protoshares and memorycoin (modified momentum with an added AES component)

And YacCoin is a clone/crap coin, YaCoin is the one you would want to mention as an N 14 coin right now.

Oh I forgot to add Momentum, thanks. YaCoin goes under Scrypt-N or a new category: N14?

Also do you want the MYR for the Momentum coins or should I donate to bounty fund?
hero member
Activity: 812
Merit: 1000
Momentum: protoshares and memorycoin (modified momentum with an added AES component)

And YacCoin is a clone/crap coin, YaCoin is the one you would want to mention as an N 14 coin right now.
sr. member
Activity: 448
Merit: 250
If you guys could help me add to this list that would be great. We want to create an awesome algorithm monitoring hub to analyze the prominence of emerging hashing functions and their net hashrate dynamics. I'm trying to compile every coin that exists that isn't purely SHA256, Scrypt, Skein, Groestl, or Qubit. No PoS coins!

Updated List

Adaptive N: Vertcoin, GenesisCoin, ExeCoin, SpainCoin, SiliconValleyCoin, Rotocoin, GPU-Coin, 10-5 Coin, H2OCoin, RotoCoin, CaiShen, Altcoin, EmuCoin, Rhinohorn, ThePandaCoin(PANDA), CherryCoin, WolongCoin, PerfectCoint, MinerTokens, Euphorian, Cataloniacoin
Scrypt-Jane: Ultracoin, microCoin, Pennies, CopperBars, AppleCoin, Cachecoin, Tickets, Graphene, Bitleu, Fatecoin, FreeCoin, GoldPressedLatinum, HeroCoin, OneCoin, Pingas, RadioactiveCoin, ThorCoin, VendettaCoin, ZcCoin, YacCoin, InsertCoin, NITCoin
Cunningham Chains: DataCoin, PrimeCoin
X11: Darkcoin, HiroCoin
SHA-3/Keccak: 365Coin, CryptoMeth, Galleon, InkCoin CateDoge, eCoin, Palcoin, HelixCoin, Scrasic, MaxCoin, Slothcoin, NEM, Wolf, CopperLark, Sifcoin, WeCoin, UkraineCoin
Blake: Landcoin, Blakecoin, Photon,
Quark: Quark, Quarkbar, AnimeCoin, DIMEcoin, InternationalCoin, Randomquark, PopulaceCoin, SIFCoin, SecureCoin, OxCoin, DiamondCoin, Online-to-Offline
HSH256: Mediterraneancoin
Scrypt-PGC: Pangu
Scrypt-HTC: HuitongbiCoin
Fugue256: FugueCoin, CrownCoin
Proof of Friction: FrictionCoin
SHA1: SHA1Coin
Groestl x2: GroestlCoin
Prime: RieCoin
Momentum: Protoshares, MemoryCoin (modified)
Unclassified: ChainCoin, HunterCoin, Heavycoin

Please add to the list! I'll give each person 200 Myriad for each coin they can hunt down and add to the list. We want to include every coin, even the coin with just 1 miner on it (if it exists).
newbie
Activity: 44
Merit: 0
Updated Reddit Layout. Still a very light blue background, not light grey. I can make the change if need be but let me know how this looks:

http://i.imgur.com/eHCoZNF.png


looks better and better Smiley I liked previous, this is  even better, big thanks!
sr. member
Activity: 448
Merit: 250
Updated Reddit Layout. Still a very light blue background, not light grey. I can make the change if need be but let me know how this looks:

sr. member
Activity: 448
Merit: 250
newbie
Activity: 27
Merit: 0
Smiley


Today's crypto coin is Myriadcoin!

http://www.todayscryptocoin.com/Myriadcoin/

@TodaysCrypto



 Smiley
newbie
Activity: 38
Merit: 0
spread some myr workers to: http://myr-sha.eminer.pl/
sr. member
Activity: 448
Merit: 250
So, YaCoin....what is it really? Ahmed, you are still saying it's Scrypt-Jane while ivanlabrie says it's Scrypt-ChaCha.

Also, ivanlabrie says UltraCoin and CacheCoin are not Scrypt Jane but instead Scrypt-ChaCha forks? Or Scrypt-N?

Shit's confusing, sorry for getting a couple wrong. Just need further clarification.
https://github.com/floodyberry/scrypt-jane/blob/master/README.md
https://github.com/ziggy909/ultracoin/blob/master/ultracoin-qt.pro#L5

Code:
DEFINES += ... SCRYPT_CHACHA SCRYPT_KECCAK512 ...

https://github.com/yacoin/yacoin/blob/master/yacoin-qt.pro#L5
Code:
DEFINES += ... SCRYPT_CHACHA SCRYPT_KECCAK512 ...

Quote
where SCRYPT_MIX is one of

    SCRYPT_SALSA
    SCRYPT_SALSA64 (no optimized 32-bit implementation)
    SCRYPT_CHACHA

and SCRYPT_HASH is one of

    SCRYPT_SHA256
    SCRYPT_SHA512
    SCRYPT_BLAKE256
    SCRYPT_BLAKE512
    SCRYPT_SKEIN512
    SCRYPT_KECCAK256
    SCRYPT_KECCAK512


So UltraCoin and YaCoin are both Scrypt-ChaCha? This is what I get out of this. It seems like they use the exact same algorithm from what you quoted.
hero member
Activity: 812
Merit: 1000
Scrypt-Salsa, sounds like fun...anyone wanna dance and have some rum? lol

Anyway, yeah, just echoing the developers behind Yac.

I think any of those algos would work out fine, they tend to equalize hash rates between devices once a higher N factor is reached, which is really awesome if the aim of this is descentralization.
Takes the lazy dumpers away, since you need more finesse to mine it effectively.
legendary
Activity: 2646
Merit: 2842
Shitcoin Minimalist
Calling scrypt-jane scrypt-chacha would be like calling scrypt scrypt-salsa.
legendary
Activity: 1246
Merit: 1000
So, YaCoin....what is it really? Ahmed, you are still saying it's Scrypt-Jane while ivanlabrie says it's Scrypt-ChaCha.

Also, ivanlabrie says UltraCoin and CacheCoin are not Scrypt Jane but instead Scrypt-ChaCha forks? Or Scrypt-N?

Shit's confusing, sorry for getting a couple wrong. Just need further clarification.
https://github.com/floodyberry/scrypt-jane/blob/master/README.md
https://github.com/ziggy909/ultracoin/blob/master/ultracoin-qt.pro#L5

Code:
DEFINES += ... SCRYPT_CHACHA SCRYPT_KECCAK512 ...

https://github.com/yacoin/yacoin/blob/master/yacoin-qt.pro#L5
Code:
DEFINES += ... SCRYPT_CHACHA SCRYPT_KECCAK512 ...

Quote
where SCRYPT_MIX is one of

    SCRYPT_SALSA
    SCRYPT_SALSA64 (no optimized 32-bit implementation)
    SCRYPT_CHACHA

and SCRYPT_HASH is one of

    SCRYPT_SHA256
    SCRYPT_SHA512
    SCRYPT_BLAKE256
    SCRYPT_BLAKE512
    SCRYPT_SKEIN512
    SCRYPT_KECCAK256
    SCRYPT_KECCAK512

sr. member
Activity: 396
Merit: 250
I speak: LT, RU, EN
incoming: altoutlet.com (confirmed)

Really?! Wow! Smiley Just was browsing the site and comparing prices Cheesy Would be great to have a possibility to pay in MYR there! Wink

should be online by week's end.

MYR not listed yet Sad
Maybe that's because they are looking for MYR price/volume on swisscex? Volume there is only 0.05987343 BTC Sad I.e. at Poloniex it's 11.73141813 BTC...
sr. member
Activity: 448
Merit: 250
So, YaCoin....what is it really? Ahmed, you are still saying it's Scrypt-Jane while ivanlabrie says it's Scrypt-ChaCha.

Also, ivanlabrie says UltraCoin and CacheCoin are not Scrypt Jane but instead Scrypt-ChaCha forks? Or Scrypt-N?

Shit's confusing, sorry for getting a couple wrong. Just need further clarification.
hero member
Activity: 812
Merit: 1000
Prime gpu mining it would be fun...would make it solo only for now.
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
thats also true.
hero member
Activity: 812
Merit: 1000
pure keccak i agree with. the riecoin algo isnt a bad choice either.

Something cpu only will make it botnet prey...ergo dumpers, every one of them.
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
pure keccak i agree with. the riecoin algo isnt a bad choice either.
sr. member
Activity: 419
Merit: 250
+1 vote for heavycoin algo.
hero member
Activity: 812
Merit: 1000
I was thinking: Keccak is very mineable for nvidia users. Skein and Qubit seem to occupy the same mining niche. Maybe we replace one of those with keccak.

That's a good idea, either that or heavycoin which runs cool and works well on both nvidia and amd too. Either would take my vote.
Jump to: