Skip to content
Snippets Groups Projects
Commit 73339b5d authored by gnock's avatar gnock
Browse files

add masari

parent f8e161cf
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this ...@@ -50,6 +50,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [Intense](https://intensecoin.com) - [Intense](https://intensecoin.com)
- [IPBC](https://ipbc.io) - [IPBC](https://ipbc.io)
- [Karbo](https://karbo.io) - [Karbo](https://karbo.io)
- [Masari](https://getmasari.org)
- [Sumokoin](https://www.sumokoin.org) - [Sumokoin](https://www.sumokoin.org)
- [TurtleCoin](https://turtlecoin.lol) - [TurtleCoin](https://turtlecoin.lol)
......
...@@ -105,6 +105,7 @@ xmrstak::coin_selection coins[] = { ...@@ -105,6 +105,7 @@ xmrstak::coin_selection coins[] = {
{ "intense", {cryptonight_monero, cryptonight, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr }, { "intense", {cryptonight_monero, cryptonight, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "ipbc", {cryptonight_aeon, cryptonight_ipbc, 255u}, {cryptonight_aeon, cryptonight_aeon, 255u}, nullptr }, { "ipbc", {cryptonight_aeon, cryptonight_ipbc, 255u}, {cryptonight_aeon, cryptonight_aeon, 255u}, nullptr },
{ "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr }, { "karbo", {cryptonight_monero, cryptonight, 255u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "masari", {cryptonight_monero, cryptonight, 5u}, {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" },
{ "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 },
......
...@@ -30,6 +30,7 @@ POOLCONF], ...@@ -30,6 +30,7 @@ POOLCONF],
* intense * intense
* ipbc * ipbc
* karbo * karbo
* masari
* monero7 (use this for Monero's new PoW) * monero7 (use this for Monero's new PoW)
* 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