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

Mining error No associated Payload #14

Open
maniconef opened this issue Nov 12, 2021 · 4 comments
Open

Mining error No associated Payload #14

maniconef opened this issue Nov 12, 2021 · 4 comments

Comments

@maniconef
Copy link

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

solvman commented Nov 12, 2021

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

i have try with = but with some problem

@mxride
Copy link

mxride commented May 16, 2022

Any solution to this issue?
Struggling with the same problem

@larskuhtz
Copy link
Collaborator

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.

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

4 participants