summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhavenprotocol <havencurrency@gmail.com>2018-04-05 03:59:45 +1200
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commitb5c927a80c5473c08df0bf55b930c7c487ea93da (patch)
tree6ab7e9c1512cc5f322b7acca140284dc5cda1978
parent4153bbfaeb8fc7ee6a638d2d0ddb5f5d08a0a1d7 (diff)
downloadxmr-stak-b5c927a80c5473c08df0bf55b930c7c487ea93da.zip
xmr-stak-b5c927a80c5473c08df0bf55b930c7c487ea93da.tar.gz
Add support for Haven (XHV) using CryptoNight Heavy
-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 92285d0..76d63b3 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,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 bd49b2e..027da62 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -95,6 +95,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)
OpenPOWER on IntegriCloud