You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are on Windows and happen to have an environment variable HOME to set to something else than the default then geth will give you the above error.
The solution is to create $HOME\AppData and $HOME\AppData\Roaming folders.
Good luck.
The text was updated successfully, but these errors were encountered:
…#17786)
This changes default location of the data directory to use the LOCALAPPDATA
environment variable, resolving issues with remote home directories an improving
compatibility with Cygwin.
Fixesethereum#2239Fixesethereum#2237Fixesethereum#16437
hackmod
added a commit
to Ethersocial/go-ethersocial
that referenced
this issue
Apr 14, 2019
…#17786)
This changes default location of the data directory to use the LOCALAPPDATA
environment variable, resolving issues with remote home directories an improving
compatibility with Cygwin.
Fixesethereum#2239Fixesethereum#2237Fixesethereum#16437
If you are on Windows and happen to have an environment variable HOME to set to something else than the default then geth will give you the above error.
The solution is to create $HOME\AppData and $HOME\AppData\Roaming folders.
Good luck.
The text was updated successfully, but these errors were encountered: