diff --git a/Install-Bitcoind.md b/Install-Bitcoind.md index b5ac5e0..818f9ab 100644 --- a/Install-Bitcoind.md +++ b/Install-Bitcoind.md @@ -98,7 +98,7 @@ $ litecoind ```text # Bitcoin Core: -$ bitcoind --daemon +$ bitcoind --daemon --deprecatedrpc=create_bdb # Bitcoin Cash Node: $ mkdir ~/.bitcoin-bchn diff --git a/Install-the-Offline-Bitcoind.md b/Install-the-Offline-Bitcoind.md index 1543074..95d1c04 100644 --- a/Install-the-Offline-Bitcoind.md +++ b/Install-the-Offline-Bitcoind.md @@ -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