File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ from the root of the repository.
209
209
210
210
Otherwise, you can build Bitcoin Core from self-compiled [ depends] ( /depends/README.md ) .
211
211
212
- ** Note** : You only need Berkeley DB if the wallet is enabled (see [ * Disable-wallet mode* ] ( #disable-wallet-mode ) ).
212
+ ** Note** : You only need Berkeley DB if the legacy wallet is enabled (see [ * Disable-wallet mode* ] ( #disable-wallet-mode ) ).
213
213
214
214
Security
215
215
--------
@@ -259,12 +259,12 @@ Hardening enables the following features:
259
259
260
260
Disable-wallet mode
261
261
--------------------
262
- When the intention is to run only a P2P node without a wallet, Bitcoin Core may be compiled in
263
- disable-wallet mode with:
262
+ When the intention is to only run a P2P node, without a wallet, Bitcoin Core can
263
+ be compiled in disable-wallet mode with:
264
264
265
265
./configure --disable-wallet
266
266
267
- In this case there is no dependency on Berkeley DB 4.8 and SQLite .
267
+ In this case there is no dependency on SQLite or Berkeley DB .
268
268
269
269
Mining is also possible in disable-wallet mode using the ` getblocktemplate ` RPC call.
270
270
You can’t perform that action at this time.
0 commit comments