From 7310b9a75b7b8d1c3b23420ff6dd3bafcc305464 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 25 Apr 2019 07:20:37 +0100 Subject: [PATCH] Triton, Iridium & Aeon variant to -1 --- src/config/pools_cn_lite.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/config/pools_cn_lite.json b/src/config/pools_cn_lite.json index f844545..8f8f195 100644 --- a/src/config/pools_cn_lite.json +++ b/src/config/pools_cn_lite.json @@ -18,11 +18,23 @@ "code": "AEON", "name": "AEON", "url": "pool.aeon.hashvault.pro:3333", - "variant": 1 + "variant": -1 + }, + { + "code": "IRD", + "name": "Iridium", + "url": "pool.iridium.hashvault.pro:4445", + "variant": -1 + }, + { + "code": "XTRI", + "name": "Triton", + "url": "pool.triton.hashvault.pro:3333", + "variant": -1 } ] }, "c": { "editor": "custom" } -} \ No newline at end of file +}