From f2c253fffa8da1198981f5df435b1cb5a070fc67 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 15 Jul 2024 12:21:29 +0000 Subject: [PATCH] modified: Install-Bitcoind.md modified: Install-the-Offline-Bitcoind.md modified: Test-Suite.md --- Install-Bitcoind.md | 2 +- Install-the-Offline-Bitcoind.md | 2 +- Test-Suite.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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