Kiv / poclbm

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

Not sure what to do to get version her to open on rasperry pi (opens to notepad) #100

Open techman05 opened 11 years ago

techman05 commented 11 years ago

It looks like rasberry pi has python on it but I'm not sure how to get it to treat the py files as executables like on the pc (regaurdless if I have numpy or opecl installed right)

Thanks for any help or to point out if there is a command I need to run to use it on a linux system.

aus4000 commented 11 years ago

On the Pi (or Linux in general) type (in a terminal)

chmod +x guiminer.py python2.7 guiminer.py

Hope this helps :)