Skip to content
Snippets Groups Projects
Commit d819062e authored by psychocrypt's avatar psychocrypt
Browse files

add ryo currency

- add ryo currency
- update documentation
parent ef28a981
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this ...@@ -51,6 +51,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [IPBC](https://ipbc.io) - [IPBC](https://ipbc.io)
- [Karbo](https://karbo.io) - [Karbo](https://karbo.io)
- [Masari](https://getmasari.org) - [Masari](https://getmasari.org)
- [Ryo](https://ryo-currency.com)
- [Sumokoin](https://www.sumokoin.org) - [Sumokoin](https://www.sumokoin.org)
- [TurtleCoin](https://turtlecoin.lol) - [TurtleCoin](https://turtlecoin.lol)
......
...@@ -109,6 +109,7 @@ xmrstak::coin_selection coins[] = { ...@@ -109,6 +109,7 @@ xmrstak::coin_selection coins[] = {
{ "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr }, { "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "masari", {cryptonight_masari, cryptonight_monero, 7u}, {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" }, { "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 }, { "stellite", {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "sumokoin", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 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 } { "turtlecoin", {cryptonight_lite, cryptonight_aeon, 255u}, {cryptonight_aeon, cryptonight_lite, 7u}, nullptr }
......
...@@ -32,6 +32,7 @@ POOLCONF], ...@@ -32,6 +32,7 @@ POOLCONF],
* karbo * karbo
* masari * masari
* monero7 (use this for Monero's new PoW) * monero7 (use this for Monero's new PoW)
* ryo
* sumokoin (automatic switch with block version 3 to cryptonight_heavy) * sumokoin (automatic switch with block version 3 to cryptonight_heavy)
* turtlecoin * turtlecoin
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment