Kiv / poclbm

PyOpenCL bitcoin miner with a GUI frontend
GNU General Public License v3.0
450 stars 153 forks source link

Bitcoin data directory doesn't like spaces #87

Open disrvptor opened 11 years ago

disrvptor commented 11 years ago

I have a space in the path for my data directory C:\Users\First Last\AppData... and I receive and error message when I attempt to "Launch Bitcoin client as server" under solo utilities.

johnnynoone commented 11 years ago

Try putting path in quotation marks. On Linux I'd also try escaping spaces with "\", but on Windows it won't work.