Add PEERS to Monacoin. (#219)
This commit is contained in:
parent
2031e88c20
commit
761213607c
@ -906,6 +906,11 @@ class Monacoin(Coin):
|
|||||||
TX_PER_BLOCK = 2
|
TX_PER_BLOCK = 2
|
||||||
RPC_PORT = 9402
|
RPC_PORT = 9402
|
||||||
REORG_LIMIT = 1000
|
REORG_LIMIT = 1000
|
||||||
|
PEERS = [
|
||||||
|
'electrumx.tamami-foundation.org s t',
|
||||||
|
'electrumx1.movsign.info t',
|
||||||
|
'electrumx2.movsign.info t',
|
||||||
|
]
|
||||||
|
|
||||||
class Crown(AuxPowMixin, Coin):
|
class Crown(AuxPowMixin, Coin):
|
||||||
NAME = "Crown"
|
NAME = "Crown"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user