From 73339b5d7a05161da4ff8f680a15fb750d51ad1d Mon Sep 17 00:00:00 2001 From: gnock <gnock@protonmail.com> Date: Fri, 4 May 2018 17:30:53 +0200 Subject: [PATCH] add masari --- README.md | 1 + xmrstak/jconf.cpp | 1 + xmrstak/pools.tpl | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d597ae..b39afa2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,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 f148145..b85ddd3 100644 --- a/xmrstak/jconf.cpp +++ b/xmrstak/jconf.cpp @@ -105,6 +105,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 -- GitLab