JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
779 stars 549 forks source link

Mining via RPC #40

Closed joesixpack closed 7 years ago

joesixpack commented 7 years ago

The RPC support to solo mine to a local node appears to be broken. No amount of command switches will make it work, including --no-stratum. Other miners work fine out of the box.

JayDDee commented 7 years ago

Getwork mining is still a work in progress. Some algos have been reported to work but others are unknown. I need more info specifically the algo and the miner output with --debug. It would also help if you tell me which specific miners work.

Make sure you include http:// prefix in the url, otherwise it defaults to stratum+tcp://.

joesixpack commented 7 years ago

Make sure you include http:// prefix in the url, otherwise it defaults to stratum+tcp://.

That was the problem. Thanks!

JayDDee commented 7 years ago

Nice to see it was something simple. Can you tell me which algo it is so I can add it to the known working list.?

On Thu, Nov 16, 2017 at 3:04 PM, joesixpack notifications@github.com wrote:

Make sure you include http:// prefix in the url, otherwise it defaults to stratum+tcp://.

That was the problem. Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JayDDee/cpuminer-opt/issues/40#issuecomment-345046363, or mute the thread https://github.com/notifications/unsubscribe-auth/AQTWjqp7uF1uqa5hBXqu3ksiKOJSSX9qks5s3JVLgaJpZM4Qabf6 .

joesixpack commented 7 years ago

JHA