Tweak seednode bitcoin.conf, remove timeout, separate testnet block

This commit is contained in:
wiz 2020-08-29 08:54:05 +09:00
parent d1a1cc52fe
commit 243bc19ae2
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1,13 +1,21 @@
server=1
daemon=1
listen=1
discover=1
txindex=1
dbcache=1337
maxconnections=1337
timeout=30000
listen=1
discover=1
peerbloomfilters=1
onion=127.0.0.1:9050
rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__
rpcpassword=__BITCOIN_RPC_PASS__
blocknotify=/bitcoin/blocknotify.sh %s
[main]
bind=127.0.0.1:8333
rpcbind=127.0.0.1:8332
[test]
bind=127.0.0.1:18333
rpcbind=127.0.0.1:18332