Add example config files for docker.

This commit is contained in:
tecnovert
2019-07-18 20:30:12 +02:00
parent a49be16f9c
commit 21b23fe865
9 changed files with 63 additions and 8 deletions

View File

@@ -1,5 +1 @@
*
!.gitignore
!basicswap/basicswap.json
!particl/particl.conf
!litecoin/litecoin.conf

View File

@@ -0,0 +1,38 @@
{
"zmqhost": "tcp://127.0.0.1",
"zmqport": 20792,
"htmlhost": "localhost",
"htmlport": 12700,
"network_key": "7sW2UEcHXvuqEjkpE5mD584zRaQYs6WXYohue4jLFZPTvMSxwvgs",
"network_pubkey": "035758c4a22d7dd59165db02a56156e790224361eb3191f02197addcb3bde903d2",
"chainclients": {
"particl": {
"connection_type": "rpc",
"manage_daemon": true,
"rpcport": 19792,
"datadir": "/coindata/particl",
"bindir": "/opt/particl",
"blocks_confirmed": 2
},
"litecoin": {
"connection_type": "rpc",
"manage_daemon": true,
"rpcport": 19795,
"datadir": "/coindata/litecoin",
"bindir": "/opt/litecoin",
"use_segwit": true,
"blocks_confirmed": 2
},
"bitcoin": {
"connection_type": "none",
"manage_daemon": false,
"rpcport": 19796,
"datadir": "/coindata/bitcoin",
"bindir": "/opt/bitcoin",
"use_segwit": true
}
},
"check_progress_seconds": 60,
"check_watched_seconds": 60,
"check_expired_seconds": 60
}

View File

@@ -0,0 +1,3 @@
prune=1000
rpcport=19795
printtoconsole=0

View File

@@ -0,0 +1,16 @@
[main]
port=14792
rpcport=19792
daemon=0
printtoconsole=0
server=1
#debug=1
debugexclude=libevent
zmqpubsmsg=tcp://127.0.0.1:20792
acceptnonstdtxn=0
spentindex=1
txindex=1
# Load a random initial wallet master key
createdefaultmasterkey=1