lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
635 stars 1.49k forks source link

Trouble with bitcoind is it error, support or server issue ? #138

Open mocallins opened 2 years ago

mocallins commented 2 years ago

[2022-01-10 15:53:30] 1 miner threads started, using 'sha256d' algorithm.
[2022-01-10 15:53:30] Thread 0 priority 5 (nice -15)
* [2022-01-10 15:53:30] JSON protocol request:
{"method": "getblocktemplate", "params": [{"capabilities": ["coinbasetxn", "coi
basevalue", "longpoll", "workid"]}], "id":0}

Expire in 0 ms for 6 (transfer 0xb4c005b8)
* Expire in 30000 ms for 8 (transfer 0xb4c005b8)
*   Trying 192.168.0.211...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0xb4c005b8)
* Connected to 192.168.0.211 (192.168.0.211) port 8330 (#0)
* Server auth using Basic with user 'userpc'
> POST / HTTP/1.1
Host: 192.168.0.211:8330
Authorization: Basic dXNlcnBjOnB3cnBj
Accept: */*
Accept-Encoding: deflate, gzip
Content-Type: application/json
Content-Length: 126
User-Agent: cpuminer-multi/1.3.7
X-Mining-Extensions: longpoll reject-reason
Expect: 100-continue

* Expire in 1000 ms for 0 (transfer 0xb4c005b8)
< HTTP/1.1 100 Continue
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/json
< Date: Mon, 10 Jan 2022 21:53:34 GMT
< Content-Length: 150
* HTTP error before end of send, stop sending
<
* Closing connection 0
[2022-01-10 15:53:35] JSON protocol response:
{
   "result": null,
   "error": {
      "code": -8,
      "message": "getblocktemplate must be called with the segwit rule set (cal
 with {\"rules\": [\"segwit\"]})"
   },
   "id": 0
}
[2022-01-10 15:53:35] JSON-RPC call failed: getblocktemplate must be called wit
 the segwit rule set (call with {"rules": ["segwit"]})
[2022-01-10 15:53:35] json_rpc_call failed, retry after 10 seconds
* Expire in 0 ms for 6 (transfer 0xb4c005b8)
* Expire in 30000 ms for 8 (transfer 0xb4c005b8)
* Hostname 192.168.0.211 was found in DNS cache
*   Trying 192.168.0.211...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0xb4c005b8)
[2022-01-10 15:53:45] JSON protocol request:
{"method": "getblocktemplate", "params": [{"capabilities": ["coinbasetxn", "coi
basevalue", "longpoll", "workid"]}], "id":0}

* Connected to 192.168.0.211 (192.168.0.211) port 8330 (#1)
* Server auth using Basic with user 'userpc'
> POST / HTTP/1.1
Host: 192.168.0.211:8330
Authorization: Basic dXNlcnBjOnB3cnBj
Accept: */*
Accept-Encoding: deflate, gzip
Content-Type: application/json
Content-Length: 126
User-Agent: cpuminer-multi/1.3.7
X-Mining-Extensions: longpoll reject-reason
Expect: 100-continue

* Expire in 1000 ms for 0 (transfer 0xb4c005b8)
< HTTP/1.1 100 Continue
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/json
< Date: Mon, 10 Jan 2022 21:53:44 GMT
< Content-Length: 150
* HTTP error before end of send, stop sending
<
* Closing connection 1
[2022-01-10 15:53:45] JSON protocol response:
{
   "result": null,
   "error": {
      "code": -8,
      "message": "getblocktemplate must be called with the segwit rule set (cal
 with {\"rules\": [\"segwit\"]})"
   },
   "id": 0
}
[2022-01-10 15:53:45] JSON-RPC call failed: getblocktemplate must be called wit
 the segwit rule set (call with {"rules": ["segwit"]})
[2022-01-10 15:53:45] json_rpc_call failed, retry after 10 seconds
DarrenRainey commented 2 years ago

HTTP/1.1 500 Internal Server Error - Appears to be a server side issue.