Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
crashoveride54902
on 31/07/2014, 12:27:10 UTC
ugh...why u make it so hard to join this pool with gridseeds/blades/windows Sad been searching for 2hrs trying to find anything to make this work Sad really don't wanna read this whole thread just to not find an answer either...

Contact info@nicehash.com with your details of mining software + your IP and you will get assistance.

i just get rejects Sad i can't get anything to come up that isn't cgminer..ugh i so wanna mine on this pool seeing your the highest paying right now Sad someone needs to fork a cgminer for nicehash Grin for gridseeds/blades i have a war machine hosted that is on here but i have no idea how they do it...

For gridseeds/blades/windows try either:
- latest BFGminer from https://bitcointalk.org/?topic=626361
- or this cgminer version: http://cryptomining-blog.com/2396-download-the-latest-cgminer-3-7-2-with-support-for-gridseed-gc3355-asics/
- if you're compiling from source take a look here for the links: https://www.nicehash.com/software/

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 Sad
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.0

It 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
Code:
"isScrypt" : true
in the configuration file.
-Then, run the proxy with the command line
Code:
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


Thanks...I'll give that a try Smiley a lot easier then what I've been trying