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
Fails to be signed by BTC node due to mempool error (appears 5 times, one time per minute)
time="2024-10-17T07:54:18Z" level=error msg="failed to send staking transaction to btc chain to activate verified delegation" err="-26: txn-mempool-conflict" stakingTxHash=35a92bbe7c50bfa4421d8781bfd0f377b4562fc71a4ab3ec72c427a08b2f6c56
Finally, this log now appears every 1 min:
time="2024-10-17T07:59:18Z" level=debug msg="cannot sign staking transction with configured wallet" stakingTxHash=35a92bbe7c50bfa4421d8781bfd0f377b4562fc71a4ab3ec72c427a08b2f6c56
I suggested whether this could be related to selecting an already-used UTXO and could be resolved by marking a UTXO as unspendable before starting to consruct the staking tx.
The text was updated successfully, but these errors were encountered:
This is due to multiple BTC staker daemons using the same BTC wallet.
We've discussed offline that btc-staker doesn't support this atm, and each staker requires its own wallet.
We should document this in the upcoming BTC staker doc.
Version:
v0.8.0
Tx gets pre-approved on bbn:
Fails to be signed by BTC node due to mempool error (appears 5 times, one time per minute)
Finally, this log now appears every 1 min:
I suggested whether this could be related to selecting an already-used UTXO and could be resolved by marking a UTXO as unspendable before starting to consruct the staking tx.
The text was updated successfully, but these errors were encountered: