Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
6 years ago
|
{
|
||
|
"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
|
||
|
}
|