diff --git a/README.md b/README.md
index 047aa510fdf783195df239f6c62b60662904b043..19c5912ced689cc46fffdc156e26e0d29c434fe3 100644
--- a/README.md
+++ b/README.md
@@ -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 f99698a0e1a5b4a8945735431ed5c5bc3f9a4113..8707a039f44b13bc1d60522df14257fab0ef6afb 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 f5afff6c5334798235e0eb37b46961eb1348d1f6..f5572d87436aae0b0a18707ef06dedc37198b612 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)