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

mine etc #492

Open
feculay opened this issue Aug 3, 2022 · 5 comments
Open

mine etc #492

feculay opened this issue Aug 3, 2022 · 5 comments

Comments

@feculay
Copy link

feculay commented Aug 3, 2022

hola, donde puedo encotrar informacion completa para minar etc con gpu en core geth, mediante http, y en stratum?, gracias

@feculay
Copy link
Author

feculay commented Aug 3, 2022

hello, where can I find complete information to mine etc with gpu in core geth, through http, and in stratum?, thanks

@meowsbits
Copy link
Member

Hola!

Here's a pretty good resource for mining hardware, software, and pools.

This repo contains useful information regarding ETC's etchash mining algo.

Here's an interesting project if you're interested in managing a pool on ETC with Stratum.

@feculay
Copy link
Author

feculay commented Aug 4, 2022

what I request is the way to run a node etc (configuration, commands and more) to run a node with the possibility of mining cin gpu, I currently have core geth installed for windows, and when I try to mine it generates ethereum dag and not etc , and also does not generate blocks with gpu, I would need information on this topic, thank you very much. the idea is to make a pool of etc, (I tried besu but it doesn't update with --classic), thanks

@meowsbits
Copy link
Member

./build/bin/geth --classic --mine will generate the etchash DAG. But the built-in geth miner will only use CPU.

You'll need to use a different mining software for GPU mining, like lolMiner, GMiner, T-rex, or others.

Besu does not support mining.

The linked etc-stratum repo is software for running a mining pool. It expects a Core-Geth backend for chain state information.

@meowsbits
Copy link
Member

Hey there, I've just created a PR (see link just above) with a few commands and resources that might help. Maybe we can move the conversation there and build a useful reference together.

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

2 participants