You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I do not know why, but when running
defi-btc-anchorer
fully autonomously sometimes he sends two transactions even when he should be sending only one.running anchor with:
python3 main.py --config config.toml --checkprofit yes --checkcompeting yes --createanchor yes --sendanchor yes --repeat 300
Both transactions where send in exactly 6 minutes apart
(see -repeat 300 aprox. 6 min)
Log from anchorer:
Can someone please look into this , as this should be avoided as it does not check correctly the mempool if there is an existing transaction in it?
I would have saved a lot of BTC when only sending first transaction and spend the remaining BTC on new anchors.
Also could I be wrong, as I did the
repeat
time to short (5min)?The text was updated successfully, but these errors were encountered: