Update nolnet parameters
This commit is contained in:
parent
4cc3720589
commit
661883732c
10
lib/coins.py
10
lib/coins.py
@ -392,12 +392,12 @@ class BitcoinNolnet(Bitcoin):
|
|||||||
'''Bitcoin Unlimited nolimit testnet.'''
|
'''Bitcoin Unlimited nolimit testnet.'''
|
||||||
|
|
||||||
NET = "nolnet"
|
NET = "nolnet"
|
||||||
GENESIS_HASH = ('00000000e752e935119102b142b5c27a'
|
GENESIS_HASH = ('0000000057e31bd2066c939a63b7b862'
|
||||||
'346a023532a42edcf7c8ffd0a22206e9')
|
'3bd0f10d8c001304bdfc1a7902ae6d35')
|
||||||
REORG_LIMIT = 8000
|
REORG_LIMIT = 8000
|
||||||
TX_COUNT = 195106
|
TX_COUNT = 583589
|
||||||
TX_COUNT_HEIGHT = 24920
|
TX_COUNT_HEIGHT = 8617
|
||||||
TX_PER_BLOCK = 8
|
TX_PER_BLOCK = 50
|
||||||
IRC_PREFIX = "EN_"
|
IRC_PREFIX = "EN_"
|
||||||
RPC_PORT = 28332
|
RPC_PORT = 28332
|
||||||
PEER_DEFAULT_PORTS = {'t': '52001', 's': '52002'}
|
PEER_DEFAULT_PORTS = {'t': '52001', 's': '52002'}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user