Skip to content

Commit

Permalink
Merge pull request #1703 from psychocrypt/topic-ryoCurency
Browse files Browse the repository at this point in the history
add ryo currency
  • Loading branch information
fireice-uk committed Jul 8, 2018
2 parents 614f974 + d819062 commit 97cdf7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -51,6 +51,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [IPBC](https://ipbc.io)
- [Karbo](https://karbo.io)
- [Masari](https://getmasari.org)
- [Ryo](https://ryo-currency.com)
- [Sumokoin](https://www.sumokoin.org)
- [TurtleCoin](https://turtlecoin.lol)

Expand Down
1 change: 1 addition & 0 deletions xmrstak/jconf.cpp
Expand Up @@ -109,6 +109,7 @@ xmrstak::coin_selection coins[] = {
{ "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "masari", {cryptonight_masari, cryptonight_monero, 7u}, {cryptonight_monero, cryptonight_monero, 0u},nullptr },
{ "monero7", {cryptonight_monero, cryptonight_monero, 0u}, {cryptonight_monero, cryptonight_monero, 0u}, "pool.usxmrpool.com:3333" },
{ "ryo", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
{ "stellite", {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "sumokoin", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
{ "turtlecoin", {cryptonight_lite, cryptonight_aeon, 255u}, {cryptonight_aeon, cryptonight_lite, 7u}, nullptr }
Expand Down
1 change: 1 addition & 0 deletions xmrstak/pools.tpl
Expand Up @@ -32,6 +32,7 @@ POOLCONF],
* karbo
* masari
* monero7 (use this for Monero's new PoW)
* ryo
* sumokoin (automatic switch with block version 3 to cryptonight_heavy)
* turtlecoin
*
Expand Down

0 comments on commit 97cdf7d

Please sign in to comment.