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

Windows Ethash directory is not consistent with the C++ backend #84

Open
valepakh opened this issue May 9, 2016 · 1 comment
Open

Comments

@valepakh
Copy link

valepakh commented May 9, 2016

If I start miner in the geth, Ethash directory is C:\Users\User\AppData\Ethash
But it should be (and is in the ethminer) C:\Users\User\AppData\Local\Ethash
Proper way to get this location in Windows is %LOCALAPPDATA%
So I would say it should look like

    if runtime.GOOS == "windows" {
        return filepath.Join(os.Getenv("LOCALAPPDATA"), "Ethash")
    }
@Tekarihoken
Copy link

I am totally agree with that. I have already raise this issue there is 2 month but it was in the mist repository not in ethash. Sorry for my mistake

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