Browse Source

New peer nodes for Feathercoin (#917)

* Change of hard coded peer servers for Feathercoin

The domain of the peer server hard coded in coins.py for Feathercoin has expired.
Two new peers added.
patch-2
wellenreiter01 5 years ago
committed by Neil
parent
commit
a27989d476
  1. 4
      electrumx/lib/coins.py

4
electrumx/lib/coins.py

@ -1950,7 +1950,9 @@ class Feathercoin(Coin):
RPC_PORT = 9337
REORG_LIMIT = 2000
PEERS = [
'electrumx-ch-1.feathercoin.ch s t',
'electrumx-gb-1.feathercoin.network s t',
'electrumx-gb-2.feathercoin.network s t',
'electrumx-de-1.feathercoin.network s t',
]

Loading…
Cancel
Save