Skip to content

Commit a6f16f1

Browse files
committed
Docs: Add disable-wallet section to OSX build instructions
1 parent 95d731d commit a6f16f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/build-osx.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ Build Bitcoin Core
6464

6565
make deploy
6666

67+
Disable-wallet mode
68+
--------------------
69+
When the intention is to run only a P2P node without a wallet, Bitcoin Core may be compiled in
70+
disable-wallet mode with:
71+
72+
./configure --disable-wallet
73+
74+
In this case there is no dependency on Berkeley DB 4.8.
75+
76+
Mining is also possible in disable-wallet mode, but only using the `getblocktemplate` RPC
77+
call not `getwork`.
78+
6779
Running
6880
-------
6981

0 commit comments

Comments
 (0)