From 7465bb611e674729619ef1abc707988f7c4b694b Mon Sep 17 00:00:00 2001 From: joesixpack <23145642+joesixpack@users.noreply.github.com> Date: Fri, 16 Nov 2018 12:34:26 -0800 Subject: [PATCH] Add new seed node for Minexcoin (#646) --- electrumx/lib/coins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrumx/lib/coins.py b/electrumx/lib/coins.py index 602e7e9..a45be17 100644 --- a/electrumx/lib/coins.py +++ b/electrumx/lib/coins.py @@ -2081,6 +2081,7 @@ class Minexcoin(EquihashMixin, Coin): RPC_PORT = 8022 CHUNK_SIZE = 960 PEERS = [ + 'electrumx.xpresit.net s t', 'elex01-ams.turinex.eu s t', 'eu.minexpool.nl s t' ]