Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants