Skip to content

Commit b8cf492

Browse files
author
MarcoFalke
committed
Merge #14153: Docs: Add disable-wallet section to OSX build instructions, update line in Unix instructions
e351a16 Remove reference to deprecated RPC call in build instructions (Michael Goldstein) a6f16f1 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
2 parents 4799b09 + e351a16 commit b8cf492

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

doc/build-osx.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ 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 using the `getblocktemplate` RPC call.
77+
6778
Running
6879
-------
6980

doc/build-unix.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ disable-wallet mode with:
234234

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

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

240239
Additional Configure Flags
241240
--------------------------
@@ -284,4 +283,3 @@ To build executables for ARM:
284283

285284

286285
For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory.
287-

0 commit comments

Comments
 (0)