JayDDee

Results 60 comments of JayDDee

On the surface this looks like cpuminer received a malformed message which JSON couldn't parse. I suggest adding --debug and --protocol-dump options to get more data including the raw message....

The original error message only occurs when connecting to port 80, using 8332 reports an empty reply. Make sure you're using the correct port. As previously mentioned try a different...

Looks good, you're getting new blocks to mine. Finding a block is nearly impossible but you can let it run without debug and protocol for a while if you're playing...

In a previous life I validated all inputs to ensure my code would never crash due to someone else's error. For cpuminer I took the reverse approach, fast and loose...

1 hash = one nonce. If you want more feedback you can add --hash-meter. You can also check CPU utilization to confirm it's working. The hash rate is normally only...

If the dos window closes it means cpuminer exited. If it didn't crash there should be an error log. You can add a pause in the bat file to keep...

Lets focus on the issue. If I understand correctly it works with the default max weight as long as you don't use --protocol-dump option. The only thing left to test...

A few clarifications about some misunderstandings. Job/work is what you get from a GBT request, it contains the blockheader which you hash. Jobs don't end, they get replaced with new...

Stratum mining pushes a new job but solo ming doesn't so the miner has to poll the server regularly to make sure it has the latest. You can adjust the...

I'm not going to respond to every little thing you don't understand. There is a minor issue with logging interim work which is already being addressed, but the mining is...