Author

Topic: ethash, CPU miner with stratum support (Read 244 times)

member
Activity: 93
Merit: 41
September 11, 2018, 07:54:18 AM
#7
This was using the "-S" param right? What was the command line you used?
jr. member
Activity: 177
Merit: 2
September 11, 2018, 07:04:37 AM
#6
Yes, build it with the "-DBUNDLE=miner" cmake param, it'll include the code for CPU mining.

Then when you run the "ethminer" executable, use the "-C" runtime param so it executes CPU mining.

I managed to compile it but for some weird reason it could not connect to the pool while using the stratum. I ended up finding a stratum proxy which fixed my issue.
jr. member
Activity: 177
Merit: 2
September 10, 2018, 08:27:50 AM
#5
Yes, build it with the "-DBUNDLE=miner" cmake param, it'll include the code for CPU mining.

Then when you run the "ethminer" executable, use the "-C" runtime param so it executes CPU mining.

Thank you!!! I will give it a go later today.
member
Activity: 93
Merit: 41
September 10, 2018, 08:00:15 AM
#4
Yes, build it with the "-DBUNDLE=miner" cmake param, it'll include the code for CPU mining.

Then when you run the "ethminer" executable, use the "-C" runtime param so it executes CPU mining.
jr. member
Activity: 177
Merit: 2
September 10, 2018, 07:37:08 AM
#3
Have you tried using the older C2 fork of Genoil's Ethminer? https://github.com/Genoil/cpp-ethereum/tree/c2/ethminer
That code fork still has CPU mining and stratum support.

Thanks for the tip. So I need to compile the c2 branch?

How about the params? The only examples on that page are for AMD and CUDA
member
Activity: 93
Merit: 41
September 10, 2018, 05:11:01 AM
#2
Have you tried using the older C2 fork of Genoil's Ethminer? https://github.com/Genoil/cpp-ethereum/tree/c2/ethminer
That code fork still has CPU mining and stratum support.
jr. member
Activity: 177
Merit: 2
September 10, 2018, 03:27:55 AM
#1
does anybody have, or know where to dl, an ethash, CPU miner with stratum support?
I am working on varDiff algo for OEP but need something “portable” than can run on my dev VMs
currentyl I am using an ethminer fork, but it lacks stratum

thanks
Jump to: