Browse Source

Remove optional bitcoind flag from doc/usage.md

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
00210f6e29
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      doc/usage.md

2
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.

Loading…
Cancel
Save