aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-12-09 19:36:39 -0800
committerGavin Andresen <[email protected]>2013-12-09 19:36:39 -0800
commitd47bbbd2619910f197967e8a8e54ac5ccdfae338 (patch)
treed2337ab5a7ac78bc34ad03d8fc03234ebeff697d /doc
parentMerge pull request #3207 (diff)
parentRe-enable miner tests in --disable-wallet mode (diff)
downloaddiscoin-d47bbbd2619910f197967e8a8e54ac5ccdfae338.tar.xz
discoin-d47bbbd2619910f197967e8a8e54ac5ccdfae338.zip
Merge pull request #3368 from laanwj/2013_11_disable_wallet_mining
Allow mining RPCs with --disable-wallet
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 1d9d96a1c..6cf88edff 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -187,3 +187,7 @@ 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`.
+