update koto server (#422)
This commit is contained in:
parent
3ac2e826a6
commit
8b669b6466
@ -1013,6 +1013,10 @@ class Koto(Coin):
|
||||
TX_PER_BLOCK = 3
|
||||
RPC_PORT = 8432
|
||||
REORG_LIMIT = 800
|
||||
PEERS = [
|
||||
'fr.kotocoin.info s t',
|
||||
'electrum.kotocoin.info s t',
|
||||
]
|
||||
|
||||
class Komodo(KomodoMixin, EquihashMixin, Coin):
|
||||
NAME = "Komodo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user