Skip to content

Commit

Permalink
Docs: Add disable-wallet section to OSX build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstein committed Sep 5, 2018
1 parent 95d731d commit a6f16f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ Build Bitcoin Core

make deploy

Disable-wallet mode
--------------------
When the intention is to run only a P2P node without a wallet, Bitcoin Core may be compiled in
disable-wallet mode with:

./configure --disable-wallet

In this case there is no dependency on Berkeley DB 4.8.

Mining is also possible in disable-wallet mode, but only using the `getblocktemplate` RPC
call not `getwork`.

Running
-------

Expand Down

0 comments on commit a6f16f1

Please sign in to comment.