File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Dependencies
22
22
Library Purpose Description
23
23
------- ------- -----------
24
24
libssl SSL Support Secure communications
25
- libdb4.8 Berkeley DB Blockchain & wallet storage
25
+ libdb4.8 Berkeley DB Wallet storage
26
26
libboost Boost C++ Library
27
27
miniupnpc UPnP Support Optional firewall-jumping support
28
28
qt GUI GUI toolkit
@@ -178,3 +178,12 @@ Hardening enables the following features:
178
178
RW- R-- RW-
179
179
180
180
The STK RW- means that the stack is readable and writeable but not executable.
181
+
182
+ Disable-wallet mode
183
+ --------------------
184
+ When the intention is to run only a P2P node without a wallet, bitcoin may be compiled in
185
+ disable-wallet mode with:
186
+
187
+ ./configure --disable-wallet
188
+
189
+ In this case there is no dependency on Berkeley DB 4.8.
You can’t perform that action at this time.
0 commit comments