From 96f075c07ea0c9997a0186321e06e2c3b441516d Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 3 Jan 2018 16:59:14 -0800 Subject: [PATCH] readme: note about walletbroadcast To save others the pain that I went through :[ Signed-off-by: William Casarin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 187d64456..59b070e23 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ bitcoind -daemon -testnet Wait until `bitcoind` has synchronized with the testnet network. In case you use regtest, make sure you generate at least 432 blocks to activate SegWit. +Make sure that you do not have `walletbroadcast=0` in your +`~/.bitcoin/bitcoin.conf`, or you may run into trouble. + You can start `lightningd` with the following command: ```