diff --git a/Install-Bitcoind.md b/Install-Bitcoind.md index 818f9ab..b5ac5e0 100644 --- a/Install-Bitcoind.md +++ b/Install-Bitcoind.md @@ -98,7 +98,7 @@ $ litecoind ```text # Bitcoin Core: -$ bitcoind --daemon --deprecatedrpc=create_bdb +$ bitcoind --daemon # Bitcoin Cash Node: $ mkdir ~/.bitcoin-bchn diff --git a/Install-the-Offline-Bitcoind.md b/Install-the-Offline-Bitcoind.md index 95d1c04..1543074 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 --deprecatedrpc=create_bdb +$ bitcoind -daemon -maxconnections=0 ``` Note that in the absence of a blockchain the daemon starts very quickly and diff --git a/Test-Suite.md b/Test-Suite.md index b487d3b..bc219af 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -11,7 +11,7 @@ instructions for which are provided below. Non-standard RPC ports and data directories are always used, so there’s no need to stop any running nodes. On Linux/x86\_64 with a reasonably fast processor, the full suite should run in -under 20 minutes when invoked with the `-F` option. Execution times on other +under 30 minutes when invoked with the `-F` option. Execution times on other platforms may be much slower. ## Quick start