Browse Source

Updates (#317)

patch-1
Extrememist 7 years ago
committed by Neil
parent
commit
18fc3d755e
  1. 10
      lib/coins.py

10
lib/coins.py

@ -1072,6 +1072,16 @@ class Crown(AuxPowMixin, Coin):
TX_PER_BLOCK = 10
RPC_PORT = 9341
REORG_LIMIT = 1000
PEERS = [
'sgp-crwseed.crowndns.info s t',
'blr-crwseed.crowndns.info s t',
'sfo-crwseed.crowndns.info s t',
'nyc-crwseed.crowndns.info s t',
'ams-crwseed.crowndns.info s t',
'tor-crwseed.crowndns.info s t',
'lon-crwseed.crowndns.info s t',
'fra-crwseed.crowndns.info s t',
]
class Fujicoin(Coin):

Loading…
Cancel
Save