From b5c927a80c5473c08df0bf55b930c7c487ea93da Mon Sep 17 00:00:00 2001 From: havenprotocol Date: Thu, 5 Apr 2018 03:59:45 +1200 Subject: Add support for Haven (XHV) using CryptoNight Heavy --- xmrstak/jconf.cpp | 1 + xmrstak/pools.tpl | 1 + 2 files changed, 2 insertions(+) (limited to 'xmrstak') 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) -- cgit v1.1