From 96d99fbc8257d00aa724362740d918e16ea26c77 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 7 Apr 2017 13:54:49 -0700 Subject: [PATCH] Update 5_2_Resending_a_Transaction_with_RBF.md --- 5_2_Resending_a_Transaction_with_RBF.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/5_2_Resending_a_Transaction_with_RBF.md b/5_2_Resending_a_Transaction_with_RBF.md index c860f84..d09cfd2 100644 --- a/5_2_Resending_a_Transaction_with_RBF.md +++ b/5_2_Resending_a_Transaction_with_RBF.md @@ -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