Alright.. Any help is appreciated.
Here's what I am doing:
mkdir cgminer
unzip cgminer-4.6.1 to /cgminer
(grabbed 4.6.1 from
http://ck.kolivas.org/apps/cgminer/ because i saw DICE0 working on the TechnoBit website in a screenshot..)
apply patch from 0.4.0.rar on the Technobit website. (i omitted applying the srev patch since im not using scrypt gear)
patch -p1 < rev_9afd0a216a0f95adb650e4818f24af1a61ad837d.patch
then;
CFLAGS="-O2 -Wall -march=native" ./configure --enable-hexminerr
This is where I'm hitting the wall..
------------------------------------------------------------------------
cgminer 4.6.1
------------------------------------------------------------------------
Configuration Options Summary:
libcurl(GBT+getwork).: Enabled: -lcurl
curses.TUI...........: NOT FOUND. TUI support DISABLED
Antminer.S1.Bitmain..: Disabled
Antminer.S2.Bitmain..: Disabled
Avalon.ASICs.........: Disabled
Avalon2.ASICs........: Disabled
BlackArrowMinion.ASIC: Disabled
BlackArrow.ASICs.....: Disabled
BFL.ASICs............: Disabled
BitForce.FPGAs.......: Disabled
BitFury.ASICs........: Disabled
Cointerra.ASICs......: Disabled
Spond-sp10.ASICs.....: Disabled
Spond-sp30.ASICs.....: Disabled
Bitmine-A1.ASICs.....: Disabled
Drillbit.BitFury.....: Disabled
Hashfast.ASICs.......: Disabled
Hashratio.ASICs......: Disabled
Icarus.ASICs/FPGAs...: Disabled
Klondike.ASICs.......: Disabled
KnC.ASICs............: Disabled
ModMiner.FPGAs.......: Disabled
configure: error: No mining configured in
roy@M11x-R2:~/work/work2/cgminer-4.6.1$
Any suggestions?
I have also attempted grabbing the latest and running with it.. 4.9.0 did not see my DICE device.. =/ If anyone can give me tips on what I may be doing wrong or any suggestions on what to do.. Appreciate it.