Kiv / poclbm

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

Solo password cannot have at symbol (@) #88

Open disrvptor opened 11 years ago

disrvptor commented 11 years ago

Solo passwords with an at symbol (@) cannot be used because the passwords are blindly passed to poclbm.exe as shown below

2013-05-10 02:58:38: Running command: poclbm.exe guy:P@sssword@localhost:8332 --device=0 --platform=0 --verbose -r1

johnnynoone commented 11 years ago

Similar issue with pool password and ")" character. Trivial to fix (put it in quotation marks), but annoying to encounter. (Well, it may be not so trivial if poclbm doesn't support quotation marks.)