Add new production installation script and related files
This commit is contained in:
56
production/bitcoin.conf
Normal file
56
production/bitcoin.conf
Normal file
@@ -0,0 +1,56 @@
|
||||
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=103.99.171.201:8333
|
||||
#addnode=103.99.171.202:8333
|
||||
#addnode=103.99.171.203:8333
|
||||
#addnode=103.99.171.204:8333
|
||||
#addnode=103.99.171.205:8333
|
||||
#addnode=103.99.171.206:8333
|
||||
|
||||
[test]
|
||||
daemon=1
|
||||
bind=0.0.0.0:18333
|
||||
bind=[::]:18333
|
||||
rpcbind=127.0.0.1:18332
|
||||
rpcbind=[::1]:18332
|
||||
#addnode=103.99.171.201:18333
|
||||
#addnode=103.99.171.202:18333
|
||||
#addnode=103.99.171.203:18333
|
||||
#addnode=103.99.171.204:18333
|
||||
#addnode=103.99.171.205:18333
|
||||
#addnode=103.99.171.206:18333
|
||||
|
||||
[signet]
|
||||
daemon=1
|
||||
bind=0.0.0.0:38333
|
||||
bind=[::]:38333
|
||||
rpcbind=127.0.0.1:38332
|
||||
rpcbind=[::1]:38332
|
||||
#addnode=103.99.171.201:38333
|
||||
#addnode=103.99.171.202:38333
|
||||
#addnode=103.99.171.203:38333
|
||||
#addnode=103.99.171.204:38333
|
||||
#addnode=103.99.171.205:38333
|
||||
#addnode=103.99.171.206:38333
|
||||
Reference in New Issue
Block a user