How to get Scripta working as it was intendedFollow the instructions by Darkfriend77 below but when you get to step 6, go to directory opt/minepeon/bin and remove the original cgminer there (rm cgminer). Now copy the new cgminer into this folder to replace the original and chmod it as below.
Now go to directory opt/minepeon/startup and edit the file miner-start.sh with nano.
Change the line -
sudo /usr/bin/screen -dmS cgminer /opt/minepeon/bin/cgminer -c /opt/minepeon/etc/miner.conf
to
sudo /usr/bin/screen -dmS cgminer /opt/minepeon/bin/cgminer --scrypt --no-submit-stale --gridseed-options=baud=115200,freq=850 -c /opt/minepeon/etc/miner.conf
Lastly apply the stability fix.
Now you can close ssh and restart your pi and it should automatically fire up your gridseeds and start mining.
Step by Step Raspberry SCRIPTA Installation:
- 1 - SD Formatter (link) clean up your SD Card. At least a 4GB SD.
- 2 - Download the SCRIPTA Image (link)
- 3 - Win 32 Disk Imager (link) and write the scripta image on the SD Card.
- 4 - Put the SD Card into your Raspberry.
- 5 - SSH access on port 7722, user: root / psw: scripta
- 6 - Use WinSCP (link) to move over the latest rasp cgminer for gridseed (https://db.tt/UygLkqwd) or Use PuTTY (link)
wget https://db.tt/UygLkqwd -O cgminer
- 7 - Go to the location where you copied over your cgminer and do "chmod 777 cgminer"
- 8 - Go to the SCRIPTA Web GUI, under Miner hit Miner commands, STOP
- 9 - Go to the location where you copied over your cgminer and run it from there using these commands:
./cgminer --scrypt -o -u -p --gridseed-options=baud=115200,freq=850
Stability-Fix: sudo nano /boot/cmdline.txt
Add the following code at the end of the first line (on the same line as the other text, DO NOT add new line!)slub_debug=FP
Orginal Sources from:
https://litecointalk.org/index.php?topic=9908.0