-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
--autodag requires CPU mining to be ON #1501
Comments
Note that autodag won't work with ethminers calling the RPC server either - and even with --no-precompute, the ethminers still try to generate the dag |
Is this still an issue? I do not understand why it is suggested in https://blog.ethereum.org/2015/08/04/the-thawing-frontier/ |
This appears fixed (i had a dag #2 file in my ethhash folder 3 days before the epoch switch) - but before you close I'd like to give it another look over at block 60k. |
I think this works as expected, closing |
### Description Add mixed fee currency option to mycelo. Also cleans up `runTransaction` arguments.
ubuntu 15.04 / geth RC2 latest
--autodag requires CPU mining to be ON
If you use --autodag and do not start CPU mining, the dag is never generated.
Expected behaviour: geth with --autodag detects there is no dag, and creates it, without cpu mining to have to be on.
The text was updated successfully, but these errors were encountered: