From e6bf7063069a1664e695cb94e7b0984fe9bc6baf Mon Sep 17 00:00:00 2001
From: Brian Oates <venthos@venthos.net>
Date: Tue, 17 Apr 2018 16:40:47 -0500
Subject: [PATCH] Update ITNS with v4 fork to CN v1

Official Announcement: https://intensecoin.com/2018/04/16/imminent-hard-fork-and-network-attack/
---
 xmrstak/jconf.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index 2add3db..f99a394 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -99,7 +99,7 @@ xmrstak::coin_selection coins[] = {
 	{ "electroneum",         {cryptonight_monero, cryptonight, 255u},      {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "graft",               {cryptonight_monero, cryptonight, 8u},        {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "haven",               {cryptonight_heavy, cryptonight, 2u},         {cryptonight_heavy, cryptonight_heavy, 0u},   nullptr },
-	{ "intense",             {cryptonight_monero, cryptonight, 255u},      {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
+	{ "intense",             {cryptonight_monero, cryptonight, 4u},        {cryptonight_monero, cryptonight_monero, 0u}, "45.32.171.89:4444" },
 	{ "karbo",               {cryptonight_monero, cryptonight, 255u},      {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
 	{ "monero7",             {cryptonight_monero, cryptonight_monero, 0u}, {cryptonight_monero, cryptonight_monero, 0u}, "pool.usxmrpool.com:3333" },
 	{ "stellite",            {cryptonight_monero, cryptonight, 3u},        {cryptonight_monero, cryptonight_monero, 0u}, nullptr },
-- 
GitLab