aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-07 08:24:19 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-09-07 08:24:21 -0400
commitb8cf492e850abb05a39f24150b08320ae2a3f451 (patch)
tree6c2c7bc33395197350a29837095bd49d8469668c /doc/build-osx.md
parent4799b0932a10c5a48706700a07899b33ef9c8bae (diff)
parente351a16a2a837091d6bb51c0ac9b4c52a036f393 (diff)
downloadbitcoin-b8cf492e850abb05a39f24150b08320ae2a3f451.tar.xz
Merge #14153: Docs: Add disable-wallet section to OSX build instructions, update line in Unix instructions
e351a16a2a Remove reference to deprecated RPC call in build instructions (Michael Goldstein) a6f16f1b1a Docs: Add disable-wallet section to OSX build instructions (Michael Goldstein) Pull request description: The `disable-wallet` section was mentioned in the `Berkeley DB` section of the OSX build instructions, but the section did not actually exist. This PR ports the section from the Unix build instructions. Tree-SHA512: e32f10f3b92307325f2101e89d3e18c89346916e70117c208ad7441170c4aee65b636ea4f7dd1cb0ecf0e800c1aa7c37fa73125e69ecdd539bc862e651b79b16
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 448918e8cb..1fa01d0d6e 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -64,6 +64,17 @@ 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 using the `getblocktemplate` RPC call.
+
Running
-------