Update 5_2_Resending_a_Transaction_with_RBF.md

This commit is contained in:
Shannon Appelcline 2017-04-07 13:54:49 -07:00 committed by GitHub
parent 4e4e81c491
commit 96d99fbc82

View File

@ -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