modified: Install-Bitcoind.md

modified:   Install-the-Offline-Bitcoind.md
	modified:   Test-Suite.md
The MMGen Project 2024-07-15 12:21:29 +00:00
commit f2c253fffa
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 3 additions and 3 deletions

@ -98,7 +98,7 @@ $ litecoind
```text
# Bitcoin Core:
$ bitcoind --daemon --deprecatedrpc=create_bdb
$ bitcoind --daemon
# 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 --deprecatedrpc=create_bdb
$ bitcoind -daemon -maxconnections=0
```
Note that in the absence of a blockchain the daemon starts very quickly and

@ -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