thxs tried lastest bfg...doesn't reconize the orbs/blades or really anything...just gives me 1 thing n says it over n over...tried various cmd lines...
cgminer will work but not on this pool...i get 100% rejects..which the site says 3.7.2 doesn't work ya i get that...really nothing works for me

been trying everything i can think of to make this work...VM linux box on my lappy that has the blades/orbs on it, doesn't wanna even start one..no clue why just errors out...VM linux box on my main computer...works fine...ubuntu 14 but i really have no idea how to compile it from source...every time i try it does it but have no scrypt support even with the flags...even was gona try minera on the ubuntu but that won't load either...why oh why does this have to be so hard? can't there be like a mining proxy i could use or something to make this much more easier?
You can try to use my proxy:
https://bitcointalk.org/index.php?topic=611338.0It just needs java >= 7 to be installed (windows/linux:
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html or Debian/Ubuntu: apt-get install openjdk-7-jre)
It will allow you to use cgminer 3.7.2 with Nicehash through the Getwork protocol (since cgminer 3.7.2 can not be used through a proxy or Nicehash with the stratum protocol) :
-Download and unzip the proxy package:
https://github.com/Stratehm/stratum-proxy/releases-Configure the proxy: you can use the stratum-proxy-full-sample.conf configuration file from the proxy package as a starting point. (Default configuration is fine, just modify the pool list you want to use)
-Only for Scrypt pools, set the option
"isScrypt" : true
in the configuration file.
-Then, run the proxy with the command line
java -jar /path/to/stratum-proxy.jar -f /path/to/configuration/file
-Finally, configure cgminer to use Getwork: PoolUrl:
http://ipOfProxy:8332, User: whateverYouWant, Password: whateverYouWant
-You can access the GUI with your browser on
http://ipOfProxy:8888