How to Mine Myriadcoin
Software and pools
Myriadcoin supports a handful of different mining softwares. You can choose from the list below for what algorithm you want to mine with depending on how your mining rig or device is setup.
Available algorithms
SHA256d
Software for SHA256d
You may use any SHA256d compatible ASIC
Available mining pools for SHA256d
Scrypt
Software for Scrypt
You may use any Scrypt compatible ASIC
Available mining pools for Scrypt
Myr-Groestl
Software for Myr-Groestl
If you mine using Myr-Groestl, you have a few options.
sgminer --algorithm myriadcoin-groestl --no-extranonce -o {pool-URL} -O Username:Password
cpuminer -a myr-gr -o {pool-URL} -O Username:Password
Available mining pools for Myr-Groestl
Argon 2d
Argon2 is a key derivation function that was selected as the winner of the Password Hashing Competition in July 2015. Argon2d maximizes resistance to GPU cracking attacks. It accesses the memory array in a password dependent order, which reduces the possibility of time memory trade-off aka (TMTO) attacks, but introduces possible side-channel attacks.
Software for Argon 2d
cpuminer -a argon2d4096 -o {pool-URL} -u username -p password
Available mining pools for Argon 2d
Yescrypt
Yescrypt is a password-based key derivation function. It applies slow cryptographic operations to a password and salt, creating a key suitable for performing encryption or storage to validate the password in the future. Yescrypt algoritm is based on scrypt by Colin Percival of Tarsnap.
Software for Yescrypt
cpuminer -a yescrypt -o {pool-URL} -u username -p password
Available mining pools for Yescrypt