kadena-io / chainweb-mining-client

A mining client for Kadena
BSD 3-Clause "New" or "Revised" License
43 stars 11 forks source link

Mining error No associated Payload #14

Open maniconef opened 2 years ago

maniconef commented 2 years ago

i have this error "No associated Payload"

021-11-12T14:56:25.41042913Z Error [Thread 5] failed to submit solved work: HttpExceptionRequest Request { host = "xxxxxx" port = 1848 secure = False requestHeaders = [] path = "chainweb/0.0/mainnet01/mining/solved" queryString = "" method = "POST" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 proxySecureMode = ProxySecureWithConnect } (StatusCodeException (Response {responseStatus = Status {statusCode = 404, statusMessage = "Not Found"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Fri, 12 Nov 2021 14:56:25 GMT"),("Server","Warp/3.3.17"),("X-Server-Timestamp","1636728985"),("X-Chainweb-Node-Version","2.11")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose}) "No associated Payload")

solvman commented 2 years ago

try running command line arguments with "=" in them instead of spaces. For example:

--public-key=${MINER_KEY} --node=chainweb-node:1848 --worker=stratum --thread-count=2 --log-level=info --no-tls --stratum-port=1917 --stratum-difficulty=46

maniconef commented 2 years ago

i have try with = but with some problem

mxride commented 2 years ago

Any solution to this issue? Struggling with the same problem

larskuhtz commented 1 year ago

This failure most likely means that the public miner key given chainweb-mining-client does not match what is configured in for the mining API in the chainweb-node configuration.