So many people in the web are just assuming and guessing I was reading thru the readme and made the jump in the cold water by getting the newest version where other people say dont get the new one stay with 3.1.1 because everybody is using that one. Please let me know if u want me to add or remove more from the config file. Thank you very much to both of you and I keep u posted about the usb hub results
Personally, I never use *.conf -- I always use *.bat files or *.sh files to run CG/BFG-Miner. You should be able to call a *.sh file on PI with terminal. Just input your commands, save as .sh, right click - properties - allow executable (or +x chmod), then run that file. First rename or .conf so it doesn't use it.
I know 3.1.1 still has Scrypt support and that is one main reason why people still use it. I am 1 step from compiling and testing the newest CGMiner if it wasn't for MingW and windows ridiculous dependency linking structure.
- Create New Text-File
- Save As Name.sh
- Set Executable
- Move into CGminer Root or put the address of CGminer root in the first line
- ./cgminer or cd /home/use/cgminer/
- If -or- then type below it ./cgminer
- Your next line will simply be your input command line
I've been working on a Linux program to organize *.conf files for mining different coins and using different settings. It gets messy when you have 20 *.sh files or 20 *.conf files.