Browse Source

Merge pull request #72 from luke-jr/adv_midstate

Advertise that we can make our own midstate, so the pool can skip generating it for us
Con Kolivas 14 years ago
parent
commit
c077eea29e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util.c

+ 1 - 1
util.c

@@ -351,7 +351,7 @@ json_t *json_rpc_call(CURL *curl, const char *url,
 	headers = curl_slist_append(headers,
 		"Content-type: application/json");
 	headers = curl_slist_append(headers,
-		"X-Mining-Extensions: rollntime");
+		"X-Mining-Extensions: midstate rollntime");
 	headers = curl_slist_append(headers, len_hdr);
 	headers = curl_slist_append(headers, user_agent_hdr);
 	headers = curl_slist_append(headers, "Expect:"); /* disable Expect hdr*/