-
Notifications
You must be signed in to change notification settings - Fork 152
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
docs/tutorials: draft gpu/stratum mining doc #495
base: master
Are you sure you want to change the base?
Conversation
Date: 2022-08-08 06:56:07-07:00 Signed-off-by: meows <[email protected]>
In my situation i think core-geth launched with "--classic" command switching to PoA instead PoW. All miners work with right epoch=261. I can't test ethminer, because it's not support etchash. |
I'm not sure what you mean here... Note that your core-geth node will need to be synced with the network (working at the latest block height, importing new blocks one at a time) in order to start committing work. |
in geth attach, eth.syncing give "false". |
I'm using this command:
After few minutes:
Launching T-rex: T-rex window
-----------20220809 00:49:33 ----------- 20220809 00:49:50 etchash epoch: 261, block: 15697224, diff: 389.62 T DAG file size ok But in geth i see the next error^
Now i can test only Windows machine, in the morning I can try to install etc stratum on Ubuntu machine |
We've had a couple questions lately (#494, #492) regarding GPU and Stratum mining.
This document is a work in progress, but I'll get the PR up and running so it can be of use.
@maxima7787 and @feculay, please feel welcome to give feedback and/or contributions here as you navigate your projects.