aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorMichael Goldstein <michael@bitstein.org>2018-09-05 13:57:47 -0500
committerMichael Goldstein <michael@bitstein.org>2018-09-05 13:57:47 -0500
commita6f16f1b1ac76e473c134c5f2e5e085649635465 (patch)
tree0650f6145a5621b1bcebec6c93cbe21c7b54b6fe /doc/build-osx.md
parent95d731d9b38819cb822dbcd365972a14ae78d21f (diff)
downloadbitcoin-a6f16f1b1ac76e473c134c5f2e5e085649635465.tar.xz
Docs: Add disable-wallet section to OSX build instructions
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 448918e8cb..bc93401bda 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -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
-------