bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.72k stars 1.27k forks source link

Withdrawal TX not accepted by peers. Fee too low. #6493

Closed systemling32 closed 1 year ago

systemling32 commented 1 year ago

Description

I ran into a problem where I tried to withdraw some coins I bought into my hardware wallet. I set the fee rate to 1sat/vbyte as I am not in a rush and want to save on fees. The transaction shows up on the transaction list inside of bisq but in the confirmations column it shows "Seen by 0 peers" forever and the transaction is never mined or viewable on any blockchain explorer. However the balance I wanted to withdraw is subtracted from my available balance and is not spendable anymore. Only way to regain these funds is to Delete SPV file and resync.

Version

v1.9.8

Steps to reproduce

In the 'send funds' dialog select a single native segwit UTXO as input, spend the entire UTXO to another native segwit address, check 'Amount includes mining fee' and set a custom withdrawal transaction fee rate of 1sat/vbyte

Expected behaviour

Actual behaviour

Transaction shows up as broadcasted but seen by 0 peers. Funds are marked as spent. In my testing I calculated that my withdrawal TX hat a fee rate of exactly 1000 sat/kB whereas this post says it needs to be greater than 1000 to be valid.

Device or machine

amd64 Ubuntu

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

ghost commented 1 year ago

Thanks for the detailed write-up. Will get that implemented ASAP.