Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mocallins opened this issue Jan 10, 2022 · 1 comment
Open

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

mocallins opened this issue Jan 10, 2022 · 1 comment

Comments

@mocallins
Copy link


[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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants