Browse Source
Remove optional bitcoind flag from doc/usage.md
refactor-mempool
Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|