poclbm
poclbm copied to clipboard
Not sure what to do to get version her to open on rasperry pi (opens to notepad)
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.
On the Pi (or Linux in general) type (in a terminal)
chmod +x guiminer.py python2.7 guiminer.py
Hope this helps :)