Bitcoin Forum
May 06, 2024, 09:14:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ethash, CPU miner with stratum support  (Read 242 times)
rodney2250 (OP)
Jr. Member
*
Offline Offline

Activity: 177
Merit: 2


View Profile
September 10, 2018, 07: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
1715030078
Hero Member
*
Offline Offline

Posts: 1715030078

View Profile Personal Message (Offline)

Ignore
1715030078
Reply with quote  #2

1715030078
Report to moderator
1715030078
Hero Member
*
Offline Offline

Posts: 1715030078

View Profile Personal Message (Offline)

Ignore
1715030078
Reply with quote  #2

1715030078
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715030078
Hero Member
*
Offline Offline

Posts: 1715030078

View Profile Personal Message (Offline)

Ignore
1715030078
Reply with quote  #2

1715030078
Report to moderator
1715030078
Hero Member
*
Offline Offline

Posts: 1715030078

View Profile Personal Message (Offline)

Ignore
1715030078
Reply with quote  #2

1715030078
Report to moderator
1715030078
Hero Member
*
Offline Offline

Posts: 1715030078

View Profile Personal Message (Offline)

Ignore
1715030078
Reply with quote  #2

1715030078
Report to moderator
cudapop
Member
**
Offline Offline

Activity: 93
Merit: 41


View Profile
September 10, 2018, 09: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.
rodney2250 (OP)
Jr. Member
*
Offline Offline

Activity: 177
Merit: 2


View Profile
September 10, 2018, 11: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
cudapop
Member
**
Offline Offline

Activity: 93
Merit: 41


View Profile
September 10, 2018, 12:00:15 PM
 #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.
rodney2250 (OP)
Jr. Member
*
Offline Offline

Activity: 177
Merit: 2


View Profile
September 10, 2018, 12:27:50 PM
 #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.
rodney2250 (OP)
Jr. Member
*
Offline Offline

Activity: 177
Merit: 2


View Profile
September 11, 2018, 11: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.
cudapop
Member
**
Offline Offline

Activity: 93
Merit: 41


View Profile
September 11, 2018, 11:54:18 AM
 #7

This was using the "-S" param right? What was the command line you used?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!