Call setLastHeightChecked() in watchXmrSwap()

Remove old notes and config.
New html template for XMR bids.
Check the mempool for lock spend txid.
Retry sepnding coin B lock tx.
This commit is contained in:
tecnovert
2020-12-06 19:34:56 +02:00
parent 4c200fe8d4
commit 2346858145
21 changed files with 284 additions and 187 deletions

View File

@@ -1 +0,0 @@
*

View File

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

View File

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

View File

@@ -1,16 +0,0 @@
[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

View File

@@ -1,3 +0,0 @@
set HTML_PORT=12700:12700
docker-compose build
pause

View File

@@ -1,3 +0,0 @@
set HTML_PORT=12700:12700
docker-compose up
pause