diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-04-06 13:42:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 13:42:54 +0100 |
commit | 1ba5bf2a522d67668a8359707c575d2ff5cdfeb2 (patch) | |
tree | 53d63a811f977aae37169d5405ae94c2fd009781 | |
parent | 945524b3805e022a7ecaa41a557bee3828619ecd (diff) | |
parent | 51aba2cfa286da0e90f04ed7dfec97678a520bd2 (diff) | |
download | xmr-stak-1ba5bf2a522d67668a8359707c575d2ff5cdfeb2.zip xmr-stak-1ba5bf2a522d67668a8359707c575d2ff5cdfeb2.tar.gz |
Merge pull request #1294 from havenprotocol/haven-patch
Add support for Haven (XHV) using CryptoNight Heavy
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | xmrstak/jconf.cpp | 1 | ||||
-rw-r--r-- | xmrstak/pools.tpl | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,7 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this - [Edollar](https://edollar.cash) - [Electroneum](https://electroneum.com) - [Graft](https://www.graft.network) +- [Haven](https://havenprotocol.com) - [Intense](https://intensecoin.com) - [Karbo](https://karbo.io) - [Sumokoin](https://www.sumokoin.org) diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp index f99698a..8707a03 100644 --- a/xmrstak/jconf.cpp +++ b/xmrstak/jconf.cpp @@ -102,6 +102,7 @@ xmrstak_coin_algo coin_algos[] = { { "edollar", cryptonight, cryptonight, 0u, nullptr }, { "electroneum", cryptonight, cryptonight, 0u, nullptr }, { "graft", cryptonight, cryptonight, 0u, nullptr }, + { "haven", cryptonight_heavy, cryptonight, 2u, nullptr }, { "intense", cryptonight, cryptonight, 0u, nullptr }, { "karbo", cryptonight, cryptonight, 0u, nullptr }, { "monero7", cryptonight_monero, cryptonight, 7u, "pool.usxmrpool.com:3333" }, diff --git a/xmrstak/pools.tpl b/xmrstak/pools.tpl index f5afff6..f5572d8 100644 --- a/xmrstak/pools.tpl +++ b/xmrstak/pools.tpl @@ -26,6 +26,7 @@ POOLCONF], * edollar * electroneum * graft + * haven * intense * karbo * monero7 (use this for Monero's new PoW) |