Posts

Showing posts with the label Increase transaction fee with Bitcoin Core client fails because of no change output. Why?

Increase transaction fee with Bitcoin Core client fails because of no change output. Why?

Increase transaction fee with Bitcoin Core client fails because of no change output. Why? Context I created a transaction (using the full balance of an output) with the Bitcoin Core Wallet (running as full node). The transaction got into the mempool of major nodes, as expected. I set the fee to what the client recommended for a slow transaction (little more than 9 sat/B) , but these days this turns out to be very low. Given the current state of the mempool at hoenicke this may get confirmation in weeks, if at all. Increasing the fee fails I initially, deliberately, set the transaction to "Request Replace-By-Fee", and I want do increase the fee now . I expected to take some part of the "target amount" and use it as fee, leaving the total amount of the transaction the same (still spending the complete output in total) However, this does not seem to be possible by design. I get a "Fee bump error" saying "Increasing the transaction fee failed (Transac...