Author

Topic: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool - page 256. (Read 794394 times)

hero member
Activity: 784
Merit: 504
Dream become broken often
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 [email protected] 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://bitcointalksearch.org/topic/new-stratumgetwork-proxy-with-web-based-gui-and-pools-management-611338

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
legendary
Activity: 1237
Merit: 1010
legendary
Activity: 1974
Merit: 1003
full member
Activity: 215
Merit: 100
I took a deeper look into ntime rolling issues produced by certain miners and it looks like that certain mining software implementations heavily rely on the fact, that default slush's implementation of stratum protocol (https://github.com/slush0/stratum-mining):

Quote
def check_ntime(self, ntime):
        '''Check for ntime restrictions.'''
        if ntime < self.curtime:
            return False

        if ntime > (self.timestamper.time() + 1000):
            # Be strict on ntime into the near future
            # may be unnecessary
            return False

        return True

actually allows ntime to be rolled 1000 seconds in the future! It means that every miner could actually be solving a block that would be valid after 16 minutes! But we all know that all coins have blocks max. 10 minutes ahead. Well, I am not a specialist when it comes to cryptocoins, but I don't think it is valid to simply assume 1000 seconds rolling into the future is acceptable and a valid block could be generated out of block that has time so heavily into the future??

Can some crypto-specialist can confirm whether this is okay or not (considering altcoins too and not only bitcoin)?

This is good info, thanks!  I've contacted Cointerra support again and I'm hoping they will get in touch with you directly to help resolve this. There's a TON of Terraminers out there and with BTC difficulty rising the way it is, services like HashFast EDIT: DOH!! NiceHash Sorry!!  Embarrassed are going to be more and more popular I should think to maximise profitability....

full member
Activity: 217
Merit: 100
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 [email protected] 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://bitcointalksearch.org/topic/new-stratumgetwork-proxy-with-web-based-gui-and-pools-management-611338

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
newbie
Activity: 53
Merit: 0
Windows 8.1 x64
Catalyst 14.4
sgminer-5.0-pre-release-2014-07-20-win32
X11

All I get is: Rejected ... Share above target.


Is this because x64 bit Windows is just too complicated for Nicehash or am I doing something wrong? I've never gotten their sgminer to work on x64 Windows.

Suggestions?  I can't be the only one, right?

Need to see config file, not miner output.  5.0-pre works for many other people, so the problem must lie there.
member
Activity: 63
Merit: 10
Windows 8.1 x64
Catalyst 14.4
sgminer-5.0-pre-release-2014-07-20-win32
X11

All I get is: Rejected ... Share above target.


Is this because x64 bit Windows is just too complicated for Nicehash or am I doing something wrong? I've never gotten their sgminer to work on x64 Windows.

Suggestions?  I can't be the only one, right?


sgminer 4.2.2 - Started: [2014-07-31 00:28:20] - [0 days 00:02:54]
--------------------------------------------------------------------------------
(5s):174.0 (avg):170.0Kh/s | A:0  R:18  HW:6492  WU:6.021/m
ST: 2  SS: 6  NB: 14  LW: 197  GF: 4  RF: 1
Connected to NiceHash_X11 (stratum) diff 0.100 as user [==removed==]
Block: 6c562bd9...  Diff:33.5M  Started: [00:29:49]  Best share: 276
--------------------------------------------------------------------------------
[P]ool management [G]PU management [ S]ettings [D]isplay options [Q]uit
GPU 0:  49.0C 1161RPM | 402.0K/170.0Kh/s | R:100.0% HW:6492 WU:6.021/m I:13
--------------------------------------------------------------------------------
[00:29:33] Rejected 92e6b0a0 Diff 1.743/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected 2744ce41 Diff 6.519/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected 14d9906c Diff 12/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected f040ad0e Diff 1.066/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected 8776c1f1 Diff 1.890/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected bc5e30e0 Diff 1.359/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected 1211b153 Diff 14/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected dd65ad66 Diff 1.156/0.100 GPU 0  (Share above target.)
[00:29:33] Rejected afd6e7eb Diff 1.456/0.100 GPU 0  (Share above target.)
[00:29:34] Rejected 617b21d0 Diff 2.626/0.100 GPU 0  (Share above target.)
[00:29:34] Rejected ffad26fa Diff 1.001/0.100 GPU 0  (Share above target.)
[00:29:34] Rejected 9089bf1d Diff 1.771/0.100 GPU 0  (Share above target.)
[00:29:42] Rejected c483eb32 Diff 1.303/0.100 GPU 0  (Share above target.)
[00:29:42] Rejected 1a49b7a0 Diff 9.738/0.100 GPU 0  (Share above target.)
hero member
Activity: 784
Merit: 504
Dream become broken often
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 [email protected] 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?
newbie
Activity: 35
Merit: 0
 ppl paying 0.48 to mine some x11 coin.
which one? quidcoin?
sr. member
Activity: 457
Merit: 273
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 [email protected] 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/
hero member
Activity: 784
Merit: 504
Dream become broken often
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 [email protected] 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...
sr. member
Activity: 280
Merit: 250
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 [email protected] with your details of mining software + your IP and you will get assistance.
hero member
Activity: 784
Merit: 504
Dream become broken often
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...
sr. member
Activity: 280
Merit: 250
I took a deeper look into ntime rolling issues produced by certain miners and it looks like that certain mining software implementations heavily rely on the fact, that default slush's implementation of stratum protocol (https://github.com/slush0/stratum-mining):

Quote
def check_ntime(self, ntime):
        '''Check for ntime restrictions.'''
        if ntime < self.curtime:
            return False

        if ntime > (self.timestamper.time() + 1000):
            # Be strict on ntime into the near future
            # may be unnecessary
            return False

        return True

actually allows ntime to be rolled 1000 seconds in the future! It means that every miner could actually be solving a block that would be valid after 16 minutes! But we all know that all coins have blocks max. 10 minutes ahead. Well, I am not a specialist when it comes to cryptocoins, but I don't think it is valid to simply assume 1000 seconds rolling into the future is acceptable and a valid block could be generated out of block that has time so heavily into the future??

Can some crypto-specialist can confirm whether this is okay or not (considering altcoins too and not only bitcoin)?
legendary
Activity: 2174
Merit: 1401
what scrypt coin is everyone using nice hash to mine? Scrypt price is crazy...
sr. member
Activity: 560
Merit: 250
full member
Activity: 215
Merit: 100
Sorry, I missed this reply. I was under the impression that cgminer versions below 3.7.2 would NOT work with NiceHash? You're suggesting  v3.12 DOES work with NiceHash?

Working like a champ on the S2.  Not sure if it's in any way modified though.

Well...  I guess it's worth a try....  I have also contacted Cointerra support, but from what I've heard, they probably won't be helpful  Sad

Wow...  believe it or not, Cointerra support answered within an hour and provided me with a new Firmware with cgminer 4.3.5.  Unfortunately it did not fix my issue...  but still...  I'm happy with that response! Obviously others have had different experiences... but I can't fault this particular situation.

legendary
Activity: 2174
Merit: 1401
scrypt is going crazy...almost 1.2/GH before....what is all this scrypt demand for??
full member
Activity: 215
Merit: 100
Sorry, I missed this reply. I was under the impression that cgminer versions below 3.7.2 would NOT work with NiceHash? You're suggesting  v3.12 DOES work with NiceHash?

Working like a champ on the S2.  Not sure if it's in any way modified though.

Well...  I guess it's worth a try....  I have also contacted Cointerra support, but from what I've heard, they probably won't be helpful  Sad

newbie
Activity: 53
Merit: 0
Sorry, I missed this reply. I was under the impression that cgminer versions below 3.7.2 would NOT work with NiceHash? You're suggesting  v3.12 DOES work with NiceHash?

Working like a champ on the S2.  Not sure if it's in any way modified though.
Jump to: