From 8e17ee5939363015d345dfc5b6545cd42b6a10d2 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 28 Nov 2023 02:23:56 +0200 Subject: [PATCH] coins: Raise Particl Version --- bin/basicswap_prepare.py | 2 +- doc/notes.md | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 80ddd5a..cd36ef8 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -38,7 +38,7 @@ from basicswap.util.rfc2440 import rfc2440_hash_password from basicswap.contrib.rpcauth import generate_salt, password_to_hmac from bin.basicswap_run import startDaemon, startXmrWalletDaemon -PARTICL_VERSION = os.getenv('PARTICL_VERSION', '23.1.5.0') +PARTICL_VERSION = os.getenv('PARTICL_VERSION', '23.2.7.0') PARTICL_VERSION_TAG = os.getenv('PARTICL_VERSION_TAG', '') PARTICL_LINUX_EXTRA = os.getenv('PARTICL_LINUX_EXTRA', 'nousb') diff --git a/doc/notes.md b/doc/notes.md index e978ae8..46fb6ed 100644 --- a/doc/notes.md +++ b/doc/notes.md @@ -111,9 +111,7 @@ Test: ## Run One Test -``` -pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx -``` + pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx ## Private Offers @@ -127,6 +125,17 @@ To send a private offer: Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving. +## Coin reindexing + + export COINDATA_PATH=/var/data/coinswaps + cd $COINDATA_PATH/bin/firo + ./firod -reindex -datadir=$COINDATA_PATH/firo -nodebuglogfile -printtoconsole > /tmp/firo.log + +Observe progress with + + tail -f /tmp/firo.log + + ## FAQ