diff options
author | Brian Oates <venthos@venthos.net> | 2018-04-17 16:40:47 -0500 |
---|---|---|
committer | Brian Oates <venthos@venthos.net> | 2018-04-17 17:48:34 -0500 |
commit | e6bf7063069a1664e695cb94e7b0984fe9bc6baf (patch) | |
tree | 5f234e07cddf0671728aa69b9129ccd17d0ad099 | |
parent | 3c53c43cedbcf55e5b6a1b5ecbf438a4ad3e1f37 (diff) | |
download | xmr-stak-e6bf7063069a1664e695cb94e7b0984fe9bc6baf.zip xmr-stak-e6bf7063069a1664e695cb94e7b0984fe9bc6baf.tar.gz |
Update ITNS with v4 fork to CN v1
Official Announcement: https://intensecoin.com/2018/04/16/imminent-hard-fork-and-network-attack/
-rw-r--r-- | xmrstak/jconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |