modified: Install-Bitcoind.md
modified: Install-the-Offline-Bitcoind.md
parent
4562cbf26a
commit
055840a73d
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ $ litecoind
|
|||
|
||||
```text
|
||||
# Bitcoin Core:
|
||||
$ bitcoind --daemon
|
||||
$ bitcoind --daemon --deprecatedrpc=create_bdb
|
||||
|
||||
# Bitcoin Cash Node:
|
||||
$ mkdir ~/.bitcoin-bchn
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ After installation, locate the bitcoind executable, place it on your execution
|
|||
path and start it with the command:
|
||||
|
||||
```text
|
||||
$ bitcoind -daemon -maxconnections=0
|
||||
$ bitcoind -daemon -maxconnections=0 --deprecatedrpc=create_bdb
|
||||
```
|
||||
|
||||
Note that in the absence of a blockchain the daemon starts very quickly and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue