mempool/production/bitcoin.conf

57 lines
1.2 KiB
Plaintext

datadir=/bitcoin
server=1
txindex=1
listen=1
discover=1
par=16
dbcache=8192
maxmempool=1337
mempoolexpiry=999999
maxconnections=42
onion=127.0.0.1:9050
rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__
rpcpassword=__BITCOIN_RPC_PASS__
whitelist=127.0.0.1
whitelist=103.99.168.0/22
whitelist=2401:b140::/32
#uacomment=@wiz
[main]
bind=0.0.0.0:8333
bind=[::]:8333
rpcbind=127.0.0.1:8332
rpcbind=[::1]:8332
#addnode=[2401:b140:2::92:201]:8333
#addnode=[2401:b140:2::92:202]:8333
#addnode=[2401:b140:2::92:203]:8333
#addnode=[2401:b140:2::92:204]:8333
#addnode=[2401:b140:2::92:205]:8333
#addnode=[2401:b140:2::92:206]:8333
[test]
daemon=1
bind=0.0.0.0:18333
bind=[::]:18333
rpcbind=127.0.0.1:18332
rpcbind=[::1]:18332
#addnode=[2401:b140:2::92:201]:18333
#addnode=[2401:b140:2::92:202]:18333
#addnode=[2401:b140:2::92:203]:18333
#addnode=[2401:b140:2::92:204]:18333
#addnode=[2401:b140:2::92:205]:18333
#addnode=[2401:b140:2::92:206]:18333
[signet]
daemon=1
bind=0.0.0.0:38333
bind=[::]:38333
rpcbind=127.0.0.1:38332
rpcbind=[::1]:38332
#addnode=[2401:b140:2::92:201]:38333
#addnode=[2401:b140:2::92:202]:38333
#addnode=[2401:b140:2::92:203]:38333
#addnode=[2401:b140:2::92:204]:38333
#addnode=[2401:b140:2::92:205]:38333
#addnode=[2401:b140:2::92:206]:38333