dogecoin / dogecoin

very currency
MIT License
14.46k stars 2.86k forks source link

RPC sending error 405 when trying to mine #1846

Closed Mouradif closed 3 years ago

Mouradif commented 3 years ago

Describe the issue

My node has been running without any problem for a few months now. Now when I tried mining with pooler's cpuminer with the following command :

$ ./minerd --coinbase-addr=D7kHHg2UbZX9dwsQCbydFmQFhuZo7R51YV --url=127.0.0.1

I get the following error :

[2021-04-22 06:32:23] HTTP request failed: The requested URL returned error: 405 Not Allowed
[2021-04-22 06:32:23] json_rpc_call failed, retry after 30 seconds

What am I doing wrong ?

Machine specs:

Mouradif commented 3 years ago

My bad, I wasn't telling minerd which port to query (22555 in my case)