mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-20 15:10:46 +02:00
Docs: Add disable-wallet section to OSX build instructions
This commit is contained in:
parent
95d731d9b3
commit
a6f16f1b1a
@ -64,6 +64,18 @@ Build Bitcoin Core
|
|||||||
|
|
||||||
make deploy
|
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
|
Running
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user