Open maniconef opened 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
i have try with = but with some problem
Any solution to this issue? Struggling with the same problem
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.
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")