Skip to content
Snippets Groups Projects
Commit 51aba2cf authored by havenprotocol's avatar havenprotocol
Browse files

Add support for Haven (XHV) using CryptoNight Heavy

parent 945524b3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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" },
......
......@@ -26,6 +26,7 @@ POOLCONF],
* edollar
* electroneum
* graft
* haven
* intense
* karbo
* monero7 (use this for Monero's new PoW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment