mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
Remove reference to deprecated RPC call in build instructions
This commit is contained in:
parent
a6f16f1b1a
commit
e351a16a2a
2 changed files with 2 additions and 5 deletions
|
@ -73,8 +73,7 @@ disable-wallet mode with:
|
||||||
|
|
||||||
In this case there is no dependency on Berkeley DB 4.8.
|
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
|
Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call.
|
||||||
call not `getwork`.
|
|
||||||
|
|
||||||
Running
|
Running
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -234,8 +234,7 @@ disable-wallet mode with:
|
||||||
|
|
||||||
In this case there is no dependency on Berkeley DB 4.8.
|
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
|
Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call.
|
||||||
call not `getwork`.
|
|
||||||
|
|
||||||
Additional Configure Flags
|
Additional Configure Flags
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -284,4 +283,3 @@ To build executables for ARM:
|
||||||
|
|
||||||
|
|
||||||
For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory.
|
For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue