ethereum / grid

[DEPRECATED] Download, configure, and run Ethereum nodes and tools
https://grid.ethereum.org/
ISC License
175 stars 36 forks source link

Clef paths are invalid #514

Closed karalabe closed 5 years ago

karalabe commented 5 years ago

Multiple Clef startup paths on Linux have ~ in them. These get fed into Clef as is, not expanded, causing invalid paths:

err="open /home/karalabe/Downloads/~/.ethereum/keystore: no such file or directory"
ryanio commented 5 years ago

Thanks for the report, OK I will try to dynamically get the Linux ~ path in the clef plugin code and will report back 👍