diff options
| author | Gavin Andresen <[email protected]> | 2013-12-09 19:36:39 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-12-09 19:36:39 -0800 |
| commit | d47bbbd2619910f197967e8a8e54ac5ccdfae338 (patch) | |
| tree | d2337ab5a7ac78bc34ad03d8fc03234ebeff697d /doc | |
| parent | Merge pull request #3207 (diff) | |
| parent | Re-enable miner tests in --disable-wallet mode (diff) | |
| download | discoin-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.md | 4 |
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`. + |