m0mchil / poclbm

PyOpenCL bitcoin miner
Other
681 stars 387 forks source link

Looking for a hard-coded path config-file #71

Closed ZacWolf closed 11 years ago

ZacWolf commented 11 years ago

I've remapped my appdata folder location, and when I try to start guiminner.exe I'm getting the error:

No such file or directory: 'C:\Users{me}\AppData\Roaming\Bitcoin\bitcoin.conf'

which is no longer where my AppData (and thus bitcoin.conf file) is located.

Can you use the %APPDATA% env variable instead?

Also, I often run a portable version of bitcoin-qt.exe where I specify yet another location for my bitcoin.conf file.

Would it be (or is it already?) possible to set the bitcoin.conf file location in an .ini file?

ZacWolf commented 11 years ago

Sorry, wrong repo