Bitcoin Forum
June 28, 2024, 02:13:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: GUIMiner User Name Issue launching solo server  (Read 435 times)
sonic8 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 10, 2013, 09:36:58 PM
Last edit: April 10, 2013, 11:23:27 PM by sonic8
 #1

If the system user name has a space, it looks like the GUIminer.py's launch_solo_server event passes an incorrect datadir path for self.blockchain_directory and the bitcoin server complains of a missing directory even though the os.path.exists() check passes and GUIminer thinks it had launched okay.

Update:  it looks like this fixes it (added branch in github):

Code:
datadir = " -datadir=\"%s\"" % self.blockchain_directory
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!