smartpool-client icon indicating copy to clipboard operation
smartpool-client copied to clipboard

--keystore doesn't accept \ as opposed to /

Open sevenzk opened this issue 7 years ago • 3 comments

If I copied from the folder page on windows, I will be given

"C:\Users\DATA\AppData\Roaming\Ethereum\keystore"

but smartpool will reject and ask for valid keypath. I had to manually change them to

"C:/Users/DATA/AppData/Roaming/Ethereum/keystore"

sevenzk avatar Jul 07 '17 15:07 sevenzk

@sevenzk do you mind submit an PR?

tranvictor avatar Jul 08 '17 06:07 tranvictor

How do I PR? I'm not sure how to change code wise, just bug reporting..

sevenzk avatar Jul 16 '17 12:07 sevenzk

@sevenzk Which version of Windows build you used? I tried build/bin/SmartPool-client-windows.zip from https://github.com/SmartPool/smartpool-client/commit/3951d44b78671a3f9d6da512ef45449c5a85f005#diff-2f4db298c5182946879a031d0eb43a2d but it doesn't have your path problem on Windows.

nhandl3 avatar Aug 04 '17 23:08 nhandl3