Author

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

sr. member
Activity: 292
Merit: 250
So I'm in the process of setting up multialgo with westhash, and have a question I didn't see a solid answer to in the FAQ:   I know the multiport section on the homepage shows a "normalized" value (normalized to scrypt I believe), if I want to set a price parameter, can I use a normalized value for all algos or will I need to set a specific one for each individual algo?

Specific price for each individual algorithm, not normalized.
newbie
Activity: 34
Merit: 0
So I'm in the process of setting up multialgo with westhash, and have a question I didn't see a solid answer to in the FAQ:   I know the multiport section on the homepage shows a "normalized" value (normalized to scrypt I believe), if I want to set a price parameter, can I use a normalized value for all algos or will I need to set a specific one for each individual algo?
sr. member
Activity: 401
Merit: 250
Please note, NiceHash Control is now retired.  There is a new program, Miner Control, which can handle both NiceHash and WestHash along with some other pools including backup pool capability for the unfortunate times when NiceHash goes down.



If you don't want to use any of the services you can remove their section from the config file and they won't show up at all.
sr. member
Activity: 378
Merit: 250
What happen to nicehash? it says not save to enter the website..
full member
Activity: 347
Merit: 100


Put the folder (d:\sph-sgminer_x11mod_b2_2min_SICK\NiceHashControl-1.0.3-280x-pack) in the folder parameter and only have "sgminer.exe" in the command parameter.

Also, I'm finally making progress on a new version which will know about both NiceHash and WestHash as well as provide backup pool capability.  Hopefully out in a couple of weeks.
[/quote]


Thanks

I didn't see folder parameter before   Cheesy
sr. member
Activity: 308
Merit: 250
CEO FlawMiners TM®
Was there an outage at nicehash and westhash today? I got like almost 2 hours of downtime. Maybe my internet was down....i got timewarner...i need to dump them....

It went down, started for a short time and went down again.. Started for a shorter time and went down. Glad I had a backup pool in my config file.
newbie
Activity: 42
Merit: 0
Anyone else not getting paid for balances under 0.001 in the last few days???
sr. member
Activity: 401
Merit: 250
sr. member
Activity: 394
Merit: 250
Was there an outage at nicehash and westhash today? I got like almost 2 hours of downtime. Maybe my internet was down....i got timewarner...i need to dump them....
full member
Activity: 347
Merit: 100
Please help me

I used nicehace control to run auto sgminer
but i want to used a different sgminer in other folder

this is my config and still get error to run sgminer in other folder

{
   "address":"12tyqFRW384n27ytyM77edUignkpGDDbZ9",
   "power":0.10,
   "exchange":600,
   "algos":[
      {
         "name":"x11",
         "algo":3,
         "hashrate":8600,
         "power":150,
         "folder":"",
         "command":"sgminer.exe",
         "arguments":"-k x11mod -o stratum+tcp://stratum.nicehash.com:3336 -u _ADDRESS_ -p d=0.04 -o stratum+tcp://mining.darkcointalk.org:3333 -u budisetyawan.rig -p 312006Oke --thread-concurrency 8192 -I 19 -w 256 -g 2 --gpu-powertune 20 --gpu-engine 1120 --gpu-memclock 1500 --lookup-gap 2 --auto-fan --gpu-fan 40-70 --temp-cutoff 85 --temp-overheat 80 --no-submit-stale"
      },
      {
         "name":"x13",
         "algo":4,
         "hashrate":2900,
         "power":150,
         "folder":"",
         "command":"d:\sph-sgminer_x11mod_b2_2min_SICK\NiceHashControl-1.0.3-280x-pack\sgminer.exe",
         "arguments":"-k x13modold -o stratum+tcp://stratum.nicehash.com:3337 -u _ADDRESS_ -p d=0.04 --thread-concurrency 8192 -I 19 -w 256 -g 2 --gpu-powertune 20 --gpu-engine 1120 --gpu-memclock 1500 --lookup-gap 2 --auto-fan --gpu-fan 40-70 --temp-cutoff 85 --temp-overheat 80 --no-submit-stale"
      },
      {
         "name":"x15",
         "algo":6,
         "hashrate":2500,
         "power":150,
         "folder":"",
         "command":"d:\sph-sgminer_x11mod_b2_2min_SICK\NiceHashControl-1.0.3-280x-pack\sgminer.exe",
         "arguments":"-k bitblock -o stratum+tcp://stratum.nicehash.com:3339 -u _ADDRESS_ -p d=0.04 --thread-concurrency 8192 -I 19 -w 256 -g 2 --gpu-powertune 20 --gpu-engine 1120 --gpu-memclock 1500 --lookup-gap 2 --auto-fan --gpu-fan 40-70 --temp-cutoff 85 --temp-overheat 80 --no-submit-stale"
      }
   ]
}
full member
Activity: 241
Merit: 100
Now I've tried just to mine at port 3335, without all the other algos, as always with the Linux Nicehash build of SGMiner 5 from July 29th but I still get only hardware errors Huh
X11 till X15 works fine.

#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/xxx/sgminer5-0729
./sgminer --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u xxx -p x --gpu-powertune 20 --gpu-fan 88 --thread-concurrency 8192 -g 2 -w 64 -I 17

Any ideas Huh

If you have AMD drivers 14.x then you'll get hw errors on scrypt and scrypt-n ... for scrypt and scrypt-n you should use 13.x drivers.

Oh! Thanks for your quick reply!

I'm running 14.6 beta (Linux) since months and I'm currently trying to set up a multi algo conf with all algos for the Nicehash pool. So no chance for Scrypt-N with 14.6?
sr. member
Activity: 457
Merit: 273
Now I've tried just to mine at port 3335, without all the other algos, as always with the Linux Nicehash build of SGMiner 5 from July 29th but I still get only hardware errors Huh
X11 till X15 works fine.

#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/xxx/sgminer5-0729
./sgminer --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u xxx -p x --gpu-powertune 20 --gpu-fan 88 --thread-concurrency 8192 -g 2 -w 64 -I 17

Any ideas Huh

If you have AMD drivers 14.x then you'll get hw errors on scrypt and scrypt-n ... for scrypt and scrypt-n you should use 13.x drivers.
full member
Activity: 241
Merit: 100
Now I've tried just to mine at port 3335, without all the other algos, as always with the Linux Nicehash build of SGMiner 5 from July 29th but I still get only hardware errors Huh
X11 till X15 works fine.

#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/xxx/sgminer5-0729
./sgminer --algorithm nscrypt -o stratum+tcp://stratum.nicehash.com:3335 -u xxx -p x --gpu-powertune 20 --gpu-fan 88 --thread-concurrency 8192 -g 2 -w 64 -I 17

Any ideas Huh
legendary
Activity: 1120
Merit: 1001
lately the payout has been low, lower than normal payout.
legendary
Activity: 3654
Merit: 8909
https://bpip.org
why having frequent payouts as a miner is such a pain

Fees. Not a problem for me personally, but some have complained. 0.004 daily minimum is at the lower end compared with most pools that typically have something like 0.005 or 0.01 daily and 0.001 weekly.
sr. member
Activity: 251
Merit: 250
Go ahead and be sarcastic all you want. I'm failing to see why having frequent payouts as a miner is such a pain? Having ANY service hold on to ANY btc for ANY longer than they need to is a recipe for disaster.
legendary
Activity: 3164
Merit: 1003

Yeah, how dare they hold onto your USD$2 and not send it out fifty cents at a time?!  Don't they know you have expenses to pay?!

And since you can't earn interest on the money they hold, that amounts to almost two cents a year that they're screwing you out of!!  We should all go mine elsewhere instead!!!

LOL...  Grin I would support an even bigger increase in the minimum withdrawal amount or, and that would be the optimal option, I would like to have a way to set the minimum myself. I would raise it! My wallet is very dusty...  Tongue

thats the way to do it  +1  have min set at .001 btc a day but if you want it set different like .01 btc or .1 btc a day ect
and have a one click payout on anything above .001 btc at anytime.
ps i have .0055 btc and still no payout and i need it now.
legendary
Activity: 1564
Merit: 1027

Yeah, how dare they hold onto your USD$2 and not send it out fifty cents at a time?!  Don't they know you have expenses to pay?!

And since you can't earn interest on the money they hold, that amounts to almost two cents a year that they're screwing you out of!!  We should all go mine elsewhere instead!!!

LOL...  Grin I would support an even bigger increase in the minimum withdrawal amount or, and that would be the optimal option, I would like to have a way to set the minimum myself. I would raise it! My wallet is very dusty...  Tongue
full member
Activity: 168
Merit: 100
Anything changed?
I was receiving payments almost everyday. Now it's been 3 days without payment.

What's your current balance? You need at least 0.001 BTC to get a payout.

it's 0.0027
and now it seems website is down


Sorry, old information. It looks like they updated it to 0.004 a couple of days ago:

Quote
NiceHash @NiceHashMining
We now issue payments four times a day if your balance >0.04 BTC. Every fourth payment (once per day) if balance >0.004 BTC.


thanks, i couldn't find this info.

That's kind of BS. Why the sudden change and bump in minimums? Sorry it reeks of shitty treatment to miners.

Yeah, how dare they hold onto your USD$2 and not send it out fifty cents at a time?!  Don't they know you have expenses to pay?!

And since you can't earn interest on the money they hold, that amounts to almost two cents a year that they're screwing you out of!!  We should all go mine elsewhere instead!!!
sr. member
Activity: 251
Merit: 250
Anything changed?
I was receiving payments almost everyday. Now it's been 3 days without payment.

What's your current balance? You need at least 0.001 BTC to get a payout.

it's 0.0027
and now it seems website is down


Sorry, old information. It looks like they updated it to 0.004 a couple of days ago:

Quote
NiceHash @NiceHashMining
We now issue payments four times a day if your balance >0.04 BTC. Every fourth payment (once per day) if balance >0.004 BTC.


thanks, i couldn't find this info.

That's kind of BS. Why the sudden change and bump in minimums? Sorry it reeks of shitty treatment to miners.
Jump to: