Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: CrownCloud on May 22, 2013, 05:41:39 PM



Title: [FPGA Icarus/Lancelot] Autosetup tool *Needs updating/do not use for now*
Post by: CrownCloud on May 22, 2013, 05:41:39 PM
Hey!
This is a simple script to quickly start mining with your Lancelot, will work on any Debian based Operating System like Ubuntu etc

It also gets the latest CGminer from github, compiles it and makes everythign ready to go, basically run it and you're ready to mine!

NOTE! : Run it at your own risk, go through the code before running it, I WILL NOT TAKE ANY RESPONSIBILITY for what happens after running it.

Track changes at :
https://github.com/arjitc/autoLancelot-

Running the script
Execute the following commands one by one !

Quote
wget https://raw.github.com/arjitc/autoLancelot-/master/install.sh

chmod +x install.sh

sudo ./install.sh

and follow the onscreen instructions which appear at the end of the script and Done !

Donate
Dontate if the script helped you, 19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

Thanks!


Title: Re: [FPGA Icarus/Lancelot] Autosetup tool
Post by: CrownCloud on May 23, 2013, 10:35:04 AM
Update, fixed a small bug which created a small error at the end, I had a " ( " added to it by mistake

Its fixed now :)


Title: Re: [FPGA Icarus/Lancelot] Autosetup tool
Post by: CrownCloud on May 26, 2013, 03:10:55 PM
Update :
------------------------------------------------------
Added a non-sudo version of the script,
This version of the installer is for debian based systems which dont have 'sudo' like PCLinuxOS etc

Same install process,

wget https://raw.github.com/arjitc/autoLancelot-/master/install-nosudo.sh

chmod +x install-nosudo.sh

./install-nosudo.sh

Thanks!