mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
Update 5_2_Resending_a_Transaction_with_RBF.md
This commit is contained in:
parent
4e4e81c491
commit
96d99fbc82
@ -4,7 +4,7 @@
|
||||
|
||||
If your Bitcoin transaction is stuck, and you're sender, you can resend it using RBF (replace-by-fee).
|
||||
|
||||
> **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.12.0, which means that by now most miners should be using it. However, it only reached full maturity in the Bitcoin core wallet, with the `bumpfee` command in
|
||||
> **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.12.0, which means that by now most miners should be using it. However, it only reached full maturity in the Bitcoin core wallet Bitcoin Core v 0.14.0.
|
||||
|
||||
## Opt-In for RBF
|
||||
|
||||
@ -60,6 +60,8 @@ walletrbf=1
|
||||
```
|
||||
Once you've done this (and restarted your `bitcoind`), then all transactions should have a lower sequence number and be marked as `bip125-replaceable`.
|
||||
|
||||
> **VERSION WARNING:** The Walletrbf flag require Bitcoin Core v.0.14.0.
|
||||
|
||||
## Replace a Transaction the Hard Way: By Hand
|
||||
|
||||
### Use RBF Wisely
|
||||
|
Loading…
x
Reference in New Issue
Block a user