Author

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

member
Activity: 413
Merit: 10
NiceHash Widget update
  • Added Support for WestHash.com
  • Added option to wake up the device to refresh data (beta)
  • The hash rate graph is now scrollable and zoomable
  • Bug fix: If the widget fails to fetch new data, it will not be stored as 0 values





Uploading the new version now. Enjoy!
legendary
Activity: 3654
Merit: 8909
https://bpip.org
Whats going on with the SHA256 prices again? They are buying like crazy, 50% above break even value, is there a new pump&dump coin with sha256 around?

There is a pool offering 12.5% bonus but that's still well below 0.035 so there must be something else going on.
hero member
Activity: 599
Merit: 500
Whats going on with the SHA256 prices again? They are buying like crazy, 50% above break even value, is there a new pump&dump coin with sha256 around?

i always use nicehash as a base , if it higher then BTC  you know your mining the wrong coin
hero member
Activity: 938
Merit: 500
https://youengine.io/
Whats going on with the SHA256 prices again? They are buying like crazy, 50% above break even value, is there a new pump&dump coin with sha256 around?
newbie
Activity: 3
Merit: 0
Same add for all worker Smiley
You can separate your worker with .workerName after your btc adress Smiley

Like 16ndferdlfdfldjfkshfd.Worker1

Thank you Zels for the info!
hero member
Activity: 784
Merit: 504
Dream become broken often
Hi all,

I try to use a stratum-proxy server (https://www.nicehash.com/docs/connect-via-proxy/) all works very fine but if i try to activate the option "appendWorkerNames", nicehash accept the first connection but reject the all other rigs.

My pool config on stratum proxy:
Code:
  {
    "name" : "Nicehash",
     "host" : "stratum.nicehash.com:3333",
     "user" : "[btc_address]",
     "password" : "d=4096",
     "enableExtranonceSubscribe" : true,
     "appendWorkerNames" : true,
     "workerNameSeparator" : ".",
     "useWorkerPassword" : false,
     "weight" : 1,
     "isEnabled": true
  }

My pool config on rigs:
Code:
{
                "url" : "stratum+tcp://xxx.xxx.xxx.xxx.:xxxx",
                "user" : "gsd2",
                "pass" : "x"
}

My log error on stratum-proxy:
Code:
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:59835-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd2 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:40005-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd4 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:33364-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd1 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]

How you can view the first server (gsd3) was accepted without any problem but after all other server was rejected Sad

Anyone can tell me which is the problem ?[/code][/code][/code]

thought to have them on proxy server you have to put http://IPofServerHost:xxxx  ??
if anything put them all on gsd3 cause nicehash doesn't honor the appendworkername anyways...to get that to happen you'd need to open up a seperate proxy for each worker and that is a whole nother fun bucket right there

so i tried the proxy again both on WH n NH (i'm in usa) but both of them have wild swings on hashrate...is that suppose to be normal? rejects is pretty much nil but for a blade is about 5.2mh/s and it started out at bout 4 jumped to almost 6 then down to 3 then back upto 6...i mean i can understand some swing but dang...also that is for an 1hr test...kinda looks just like my hashrate graph down there...just makes me mad cause i wanna mine here so bad but dunno if i'm losting money do it or not Sad
EDIT: i've also tried stratum n getwork with the proxy...both same results
EDIT2: ok weird...i'm just on the WH now w/o proxy and it hasn't lost connection for 63min...and as i said previously that i could never get a connection longer then like 15min w/o proxy...hmmm..I did have the proxy still up but wasn't connected to it...just shut it down, wonder if i'll lose connection now like before

EDIT3: Ok so i dunno if ya did something or not, but the unstable issue went away, i'm on WH w/o proxy now and its working pretty good...most are keep a connection for longer then 20mins...some at 105min right now Smiley works for me...looking forward to seeing the site merged together
member
Activity: 74
Merit: 10
Hi all,

I try to use a stratum-proxy server (https://www.nicehash.com/docs/connect-via-proxy/) all works very fine but if i try to activate the option "appendWorkerNames", nicehash accept the first connection but reject the all other rigs.

My pool config on stratum proxy:
Code:
  {
    "name" : "Nicehash",
     "host" : "stratum.nicehash.com:3333",
     "user" : "[btc_address]",
     "password" : "d=4096",
     "enableExtranonceSubscribe" : true,
     "appendWorkerNames" : true,
     "workerNameSeparator" : ".",
     "useWorkerPassword" : false,
     "weight" : 1,
     "isEnabled": true
  }

My pool config on rigs:
Code:
{
                "url" : "stratum+tcp://xxx.xxx.xxx.xxx.:xxxx",
                "user" : "gsd2",
                "pass" : "x"
}

My log error on stratum-proxy:
Code:
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:59835-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd2 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:40005-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd4 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN  [/xxx.xxx.xxx.xxx:33364-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd1 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]

How you can view the first server (gsd3) was accepted without any problem but after all other server was rejected Sad

Anyone can tell me which is the problem ?[/code][/code][/code]
hero member
Activity: 786
Merit: 1000
legendary
Activity: 1442
Merit: 1005
There's something bothering me about this tread, every time...

Why don't you ask the guy that gave you negative trust to remove it or show some proof. Did he really trust you with 27 BTC. Why are people standing to such an abuse?
hero member
Activity: 786
Merit: 1000
Is there a way to see daily payouts on the site? I know i can see all my payouts but its quite a hassle to calculate daily income of that since the payouts come at different times.

Is there like an 3rd party site that does that? I know there was alot of stats pages for middlecoin but don't know of any for nicehash.



poolpicker.eu shows avg stats for each pool on each algo. It also shows the comparison to ltc.

Are you wanting to know your personal BTC/GHS for a 24 hr period?  Unfortunately, not many pools show that average for each person. However, I agree with you. It would be a great stat.

Another statistic which would be useful is seeing the average hashrate for a 24 hr period.

BTW, NiceHash is generally a top performing pool... and has been #1 for many days over the last 2 weeks.

I think a more immediate concern is to get some of those higher paying orders from NiceHash onto WestHash. If they can do that, then our mining rigs can stay connected to West Hash. In other words,  NiceHash needs to balance the "order load ". If that can't happen, then we won't be able to mine on WestHash as our rigs will continually fall over to our second priority pools as the order price is too low to stay connected to WestHash.
sr. member
Activity: 280
Merit: 250
hero member
Activity: 784
Merit: 504
Dream become broken often
whats the minimum pay-out per day?

i still have some balance there and im wondering when will it be transferred to my wallet?

I think .01
newbie
Activity: 32
Merit: 0
whats the minimum pay-out per day?

i still have some balance there and im wondering when will it be transferred to my wallet?
newbie
Activity: 20
Merit: 0
Is there a way to see daily payouts on the site? I know i can see all my payouts but its quite a hassle to calculate daily income of that since the payouts come at different times.

Is there like an 3rd party site that does that? I know there was alot of stats pages for middlecoin but don't know of any for nicehash.

hero member
Activity: 786
Merit: 1000
yup it's crazy crazy alright.

My Ants connected to my secondary pool after i re-set my price for my priority pool (ie: West Hash). Then a new buy order (just above my sell price) came in on West Hash. So guess where my Ants ran to? Yup they are back on WestHash for about another 30 mins. After that they will revert to BTCGUILD I guess.

Maybe I should make NiceHash my second priority pool with the same price ( or higher) as I have for WestHash?

Do you guys get as good a hash rate on NiceHash (compared BTCGuild and Eligius) with your Antminers?
hero member
Activity: 784
Merit: 504
Dream become broken often
hero member
Activity: 786
Merit: 1000
I'm using the latest dmaxl cgminer for my Zeus Blizzards and getting good hashing on westhash. you can find it here:

 https://github.com/dmaxl/cgminer/releases

 i set the price and diff in my batch file. seems all ok.

here's my bat file:

cgminer.exe --scrypt -o stratum+tcp://stratum.westhash.com:3333 -u 1CXXXXXXXXXXXz.5 -p p=0.55;d=1024 --failover-only -o stratum+tcp://useast.wafflepool.com:3333 -u 1CXXXXXXXXXXXz -p d=1024 --failover-only -o stratum+tcp://us.clevermining.com:3333 -u 1CXXXXXXXXXXXz -p d=1024 -S //./COM4 -S //./COM29 -S //./COM30 -S //./COM31 -S //./COM32 -S //./COM33 -S //./COM34 --zeus-chips 6 --zeus-clock 340

Your Thunder should be able to run at clock speed of 342. A lot of guys on the Zeus forum recommend that for blizzards to9o...but i find the 340 works best for me.

Hope this is  a bit helpful.

My Antminer S1s and S3s aren't as stable as my Zeusminers on Westhash yet ...but their overall average is slightly better than Eligius and as good as BTCGuild. I think its just the way Antminers function. Will run them through the night.

thxs...yes i think i'm using that version as well...so you haven't noticed any change? it was all working fine...then poof nothing but problems...ugh why oh why did i decide to get into scrypt?


those first little dips was from me, trying to load balance a thunder between here n wemineltc...ya that didn't work at all lol

the first black line is from last night around 10pm cst...was thinking i should switch over when that started happening...my goto pool is wemineltc but they have had terrible luck so really wouldn't have mattered Sad the yellow line is all units at 16k diff rate Sad only been 92mins and now hashrate is slowly declining again...hmm i dunno Sad well that is one thing too...i've never had that time go longer then i think 15-20mins...now its at 92min which is good right? but the hashrate is awful


My miner keeps zero'ing out. Does this mean it keeps disconnecting my miners?

Why?

I am using latest minera with cpuminer for my gridseeds & a second minera using cgdmaxlzeus for my fury.

And I cannot use any proxy for Minera...

Either fix it or Ima have to go back to low profit clevermining.


Not to long ago everything was working terrific.

Don't fix something that aint broke damnit. gah.



it is broken...they split the sites up and profit has gone way down Sad or at least i think it has

My Blizzards have been hanging in all day. I had to lower the price to 0.55 tho. They would not connect at 0.60 even though there were open orders above that price with space for my 9.3 MHS. So I figure I am connected to an order that is only paying 0.56 atm. That is likely better than i will get on clevermining, wafflepool or any ltc pool atm.

I don't know why your Thunders are doing that.

For my Antminers, the same thing happened. They divorced themselves from BTCGUILD and connected to WestHash (my priority pool) when someone put in an order for .029. I had the price set at .0280 you see.

Anyway, they hummed along nicely for about 15 mins then jumped back to BTCGUILD ...eventho that order still had several hrs left to fill. Then,  before i could re connect my Ants, someone else' miners filled the gap on West Hash.

So i set my price to .0268 and am now likely connected to an order paying 0.0270. I just did some math and hat will give me less payout compared to if i had them on BTCGUILD. So i have to re-set my price higher and let my second priority pool, BTCGUILD, take over....which it will. I am setting a price that will equal their payout....and i know all the buy orders on West Hash (except for 2) are lower than the price i have to set. The 2 that are higher are being filled by other miners so i know i won't connect to them. But if new orders above my price com ein, Bob's your uncle. My Ants will grab them.

Ya, I asked myself why did i ever get into scrypt. I sold off all my batch 2 Zeus Hurricanes when diff was beginning to climb. I kept my batch 1 blizzards as i can connect them to other circuits that are not quite full with my Antminers.

Call me crazy (or a contrarian) ...but I am thinking of getting a Batch 3 Thunder x6 under Zeus' 30% discount -ie: the one you get when you show them a refund from a competitor. I think scrypt diff will continue going sideways for awhile because my gut tells me that Zeus' competitors are gonna run into similar challenges. I think that's why Alpha decided to delay fabrication after tapeout. I am willing to bet others will do the same after tapeout. That will delay their fabrication just like it did Alpha's. It seems like scrypt ASICs are not as easy to roll out as sha256 ASICs. Interesting times indeed. Just like the old gold rush-lol.
hero member
Activity: 784
Merit: 504
Dream become broken often
I left. I left em all. I've gone to litecoinpool where it is stable. Multicoin mining atm is like mining litecoin anyways.

ditto...trying coinotron
member
Activity: 112
Merit: 10
I left. I left em all. I've gone to litecoinpool where it is stable. Multicoin mining atm is like mining litecoin anyways.
hero member
Activity: 784
Merit: 504
Dream become broken often
I'm using the latest dmaxl cgminer for my Zeus Blizzards and getting good hashing on westhash. you can find it here:

 https://github.com/dmaxl/cgminer/releases

 i set the price and diff in my batch file. seems all ok.

here's my bat file:

cgminer.exe --scrypt -o stratum+tcp://stratum.westhash.com:3333 -u 1CXXXXXXXXXXXz.5 -p p=0.55;d=1024 --failover-only -o stratum+tcp://useast.wafflepool.com:3333 -u 1CXXXXXXXXXXXz -p d=1024 --failover-only -o stratum+tcp://us.clevermining.com:3333 -u 1CXXXXXXXXXXXz -p d=1024 -S //./COM4 -S //./COM29 -S //./COM30 -S //./COM31 -S //./COM32 -S //./COM33 -S //./COM34 --zeus-chips 6 --zeus-clock 340

Your Thunder should be able to run at clock speed of 342. A lot of guys on the Zeus forum recommend that for blizzards to9o...but i find the 340 works best for me.

Hope this is  a bit helpful.

My Antminer S1s and S3s aren't as stable as my Zeusminers on Westhash yet ...but their overall average is slightly better than Eligius and as good as BTCGuild. I think its just the way Antminers function. Will run them through the night.

thxs...yes i think i'm using that version as well...so you haven't noticed any change? it was all working fine...then poof nothing but problems...ugh why oh why did i decide to get into scrypt?


those first little dips was from me, trying to load balance a thunder between here n wemineltc...ya that didn't work at all lol

the first black line is from last night around 10pm cst...was thinking i should switch over when that started happening...my goto pool is wemineltc but they have had terrible luck so really wouldn't have mattered Sad the yellow line is all units at 16k diff rate Sad only been 92mins and now hashrate is slowly declining again...hmm i dunno Sad well that is one thing too...i've never had that time go longer then i think 15-20mins...now its at 92min which is good right? but the hashrate is awful


My miner keeps zero'ing out. Does this mean it keeps disconnecting my miners?

Why?

I am using latest minera with cpuminer for my gridseeds & a second minera using cgdmaxlzeus for my fury.

And I cannot use any proxy for Minera...

Either fix it or Ima have to go back to low profit clevermining.


Not to long ago everything was working terrific.

Don't fix something that aint broke damnit. gah.



it is broken...they split the sites up and profit has gone way down Sad or at least i think it has
Jump to: