From 7d4bbf975b1dc55b5d90ec6a5d4be56e9447050e Mon Sep 17 00:00:00 2001 From: cloudnthings Date: Mon, 14 Mar 2016 16:56:01 +1300 Subject: [PATCH] Clarify solo mining version applicability --- _includes/devdoc/guide_mining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/guide_mining.md b/_includes/devdoc/guide_mining.md index 47ba5395..d4237ba4 100644 --- a/_includes/devdoc/guide_mining.md +++ b/_includes/devdoc/guide_mining.md @@ -122,7 +122,7 @@ The simplest and earliest method was the now-deprecated Bitcoin Core `getwork` RPC, which constructs a header for the miner directly. Since a header only contains a single 4-byte nonce good for about 4 gigahashes, many modern miners need to make dozens or hundreds of `getwork` requests -a second. Solo miners may still use `getwork`, but most pools today +a second. Solo miners may still use `getwork` on v0.9.5 or below, but most pools today discourage or disallow its use. {% endautocrossref %}