summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgnock <gnock@protonmail.com>2018-05-04 17:30:53 +0200
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commitd7ef42215316ebb892042a207fd42fa6bbc13135 (patch)
treee5b41c94adebffae47f24c1377f8c905667d9245
parent7c587421f1050dac43d612b03f73c405928031b3 (diff)
downloadxmr-stak-d7ef42215316ebb892042a207fd42fa6bbc13135.zip
xmr-stak-d7ef42215316ebb892042a207fd42fa6bbc13135.tar.gz
add masari
-rw-r--r--README.md1
-rw-r--r--xmrstak/jconf.cpp1
-rw-r--r--xmrstak/pools.tpl1
3 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd47e61..7331731 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [Intense](https://intensecoin.com)
- [IPBC](https://ipbc.io)
- [Karbo](https://karbo.io)
+- [Masari](https://getmasari.org)
- [Sumokoin](https://www.sumokoin.org)
- [TurtleCoin](https://turtlecoin.lol)
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index d811071..17e3cc7 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -98,6 +98,7 @@ xmrstak::coin_selection coins[] = {
{ "intense", {cryptonight_monero, cryptonight, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "ipbc", {cryptonight_aeon, cryptonight_ipbc, 255u}, {cryptonight_aeon, cryptonight_aeon, 255u}, 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" },
{ "stellite", {cryptonight_stellite, cryptonight_monero, 4u}, {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
{ "sumokoin", {cryptonight_heavy, cryptonight_heavy, 0u}, {cryptonight_heavy, cryptonight_heavy, 0u}, nullptr },
diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl
index 9e05eef..50299cd 100644
--- a/xmrstak/pools.tpl
+++ b/xmrstak/pools.tpl
@@ -30,6 +30,7 @@ POOLCONF],
* intense
* ipbc
* karbo
+ * masari
* monero7 (use this for Monero's new PoW)
* sumokoin (automatic switch with block version 3 to cryptonight_heavy)
* turtlecoin
OpenPOWER on IntegriCloud