From 00210f6e296dc1899275bf6e0db2f648d0590447 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 2 Aug 2018 14:03:19 +0300 Subject: [PATCH] Remove optional bitcoind flag from doc/usage.md --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 0a69869..b7d54f8 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -20,7 +20,7 @@ $ cargo build --release Allow Bitcoin daemon to sync before starting Electrum server: ```bash -$ bitcoind -server=1 -daemon=0 -txindex=0 -prune=0 +$ bitcoind -server=1 -txindex=0 -prune=0 ``` If you are using `-rpcuser=USER` and `-rpcpassword=PASSWORD` for authentication, please use `--cookie=USER:PASSWORD` command-line flag.