WIP on new installer script

This commit is contained in:
wiz
2020-08-19 13:26:03 +09:00
parent d7a5ecc4aa
commit c6fdcbbe19
4 changed files with 646 additions and 25 deletions

20
production/bitcoin.conf Normal file
View File

@@ -0,0 +1,20 @@
server=1
daemon=1
listen=1
discover=1
txindex=1
par=16
dbcache=3700
maxconnections=1337
onion=127.0.0.1:9050
rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__
rpcpassword=__BITCOIN_RPC_PASS__
[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

12
production/torrc Normal file
View File

@@ -0,0 +1,12 @@
RunAsDaemon 1
SOCKSPort 9050
ControlPort 9051
Log notice syslog
CookieAuthentication 1
CookieAuthFileGroupReadable 1
DataDirectoryGroupReadable 1
HiddenServiceDir /var/db/tor/mempool
HiddenServicePort 80 127.0.0.1:81
HiddenServiceVersion 3