From ff9c3f9886199e33a380ad833fb824837343e273 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Tue, 18 Nov 2014 10:31:43 -0500 Subject: [PATCH] Dev Docs: Warn That GetWork RPC Will Be Removed In 0.10 Just saw this mentioned in IRC and it's a trivial change. --- _includes/ref_core_rpcs-abcdefg.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/ref_core_rpcs-abcdefg.md b/_includes/ref_core_rpcs-abcdefg.md index c8b028f1..743505d2 100644 --- a/_includes/ref_core_rpcs-abcdefg.md +++ b/_includes/ref_core_rpcs-abcdefg.md @@ -3222,6 +3222,10 @@ getwork [data] Provides a block header which can be hashed to attempt to find the next block, and lets a miner return a successful header. +![Warning icon](/img/icon_warning.svg) +**Warning:** `getwork` will be removed in Bitcoin Core 0.10. Use +the `getblocktemplate` RPC instead. + {% endautocrossref %} **Argument: A Header Hash**