Author

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

newbie
Activity: 2
Merit: 0
That's happening to short BTC addresses? Are they no more accepted?

During the frontend maintenance, today at 10:30Z, the pool started to reply with "Invalid BTC address" and drops the connection.

Check
https://nicehash.com/?p=miners&a=4&addr=1N9kZERoSUrg1pS4WKK75wwAjLAaymGYs
https://nicehash.com/?p=miners&a=0&addr=1puHcBX19JwCYTzTtPjRwHwjxPtRR95YT
https://nicehash.com/?p=miners&a=0&addr=1PTkxirE2VgnSAKqzQwek25Nt5WCSgm1R
https://nicehash.com/?p=miners&a=3&addr=1rZpjJoXCxYHJEuQ4R3nB1FdGNkrAima1
https://nicehash.com/?p=miners&a=0&addr=1Bhtdh47ieDHrcaGvek9EriGYoPpgihc1
https://nicehash.com/?p=miners&a=1&addr=1jCMLVX18JdXKjPumkuYS5QpBueMLj3vJ

Data and graph seems corrupted (and payments stopped)

--- edit ---
these addresses are pretty valid and were payed several times in the past, they are only 33 chars long instead or the more common 34 chars length.
sr. member
Activity: 280
Merit: 250
The deposit address you posted is only for deposits. Accounting is handled by different database (bitcoinqt accounts). You should refer to your transaction history you can see on your wallet page.

It is completely normal that deposit addresses are used for sending out bitcoins. You can observe similar behavior with big exchanges (like bitstamp).
newbie
Activity: 3
Merit: 0
tnx! latest build fixed my HW errors with scrypt-n
sr. member
Activity: 457
Merit: 273
Today's fresh builds with many bugfixes available for download: https://www.nicehash.com/software/#sgminer
sr. member
Activity: 457
Merit: 273
These ports are closed now, because nscrypt is more profitable. Check main page on NiceHash - algorithm marked with green is most profitable.

If you want to mine X11 or X13, use 3336 and 3337 ports.

Thanks. I understand now how it is working. One enhancement that would be good is if you could still do the multi-algo switching to the most profitable algorithm of just the algorithms you want to mine. A lot of people are like me where scrypt mining is just to hot this time of year.

You can setup only a subset of algorithms on 43xx ports if Scrypt and Scrypt-N are unacceptable due to power consumption and heat; however make sure you also setup your preferred nicehash backup pool.

Example:
- setup only a subset of auto-switch ports: X11:4336, X13:4337, Keccak:4338
- setup nicehash X11 backup pool: X11:3336
- this way you'll be mining the most profitable between X11, X13, Keccak
- because you skipped scrypt and scrypt-N which might be the most profitable in a particular time interval and auto-switch X11:4336, X13:4337, Keccak:4338 ports will be closed, you'll be still mining X11 on nicehash X11 backup pool: X11:3336 (Note: with this configuration it might happen that X13 might still be more profitable then X11, but you'll be mining on X11 backup pool because it might happen that profitability will be like this: Scrypt > X13 > X11 ... and since Scrypt is the most profitable, X13 and X11 auto-switch would be closed).

Code:
{
"pools" : [
     {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "BTC_address",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "BTC_address",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod"
     },
     {
          "name" : "NiceHash_Keccak_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4338",
          "user" : "BTC_address",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "maxcoin"
     },
     {
          "name" : "NiceHash_X11_backup",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "BTC_address",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod"
     },
     {
          "name" : "some third-party X11 backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod"
     }
],
"failover-only" : true,
"failover-switch-delay" : "30",
... other configuration settings ...
}
member
Activity: 87
Merit: 10
These ports are closed now, because nscrypt is more profitable. Check main page on NiceHash - algorithm marked with green is most profitable.

If you want to mine X11 or X13, use 3336 and 3337 ports.

Thanks. I understand now how it is working. One enhancement that would be good is if you could still do the multi-algo switching to the most profitable algorithm of just the algorithms you want to mine. A lot of people are like me where scrypt mining is just to hot this time of year.
sr. member
Activity: 280
Merit: 250
These ports are closed now, because nscrypt is more profitable. Check main page on NiceHash - algorithm marked with green is most profitable.

If you want to mine X11 or X13, use 3336 and 3337 ports.
member
Activity: 87
Merit: 10
I am still unable to connect to the auto switching X11/X13 pools. Connection dropped about 3 hours ago and has not come back. Restarting sgminer had no effect.

stratum+tcp://stratum.nicehash.com:4336
stratum+tcp://stratum.nicehash.com:4337

Any ideas?
sr. member
Activity: 280
Merit: 250
Is there any Problem with the Multi-Algo NScrypt? When sgminer starts with NScrypt i see new Accepts, after 1-2 Minutes it quites SGMiner and close it. Dont get any HW-Errors or mass Rejects, everything looks good.

That is sgminer issue, please refer to sgminer thread here: https://bitcointalksearch.org/topic/ann-sgminer-v5-optimized-x11x13neoscryptlyra2reetc-kernel-switch-miner-632503
newbie
Activity: 53
Merit: 0
Is there any Problem with the Multi-Algo NScrypt? When sgminer starts with NScrypt i see new Accepts, after 1-2 Minutes it quites SGMiner and close it. Dont get any HW-Errors or mass Rejects, everything looks good.
newbie
Activity: 25
Merit: 0
i`m using sgminer from http://getpimp.org but only on NiceHash i`m getting enough work restart , and my hash rate goes down after many these .
sr. member
Activity: 280
Merit: 250
you can fix the work restart in the miner ?
how about pool disconecting the miner after work restart sometimes can be fixed ?

Many rapid work restarts are actually rewards to you.

Use compatible mining software from here: https://www.nicehash.com/software/ to get rid of disconnects.
newbie
Activity: 25
Merit: 0
you can fix the work restart in the miner ?
how about pool disconecting the miner after work restart sometimes can be fixed ?
sr. member
Activity: 280
Merit: 250
Fixed. There were some issues regarding sockets.
sr. member
Activity: 560
Merit: 250
pool getting disconections and dead Angry
fix please
member
Activity: 136
Merit: 10
cant connect to x13 as well.

i have to use trademybit in the meantime Sad
full member
Activity: 307
Merit: 102
newbie
Activity: 53
Merit: 0
Multi-algo ports all seem down.

Yes here too ... everything is dead Sad
lbr
sr. member
Activity: 423
Merit: 254
member
Activity: 83
Merit: 10
Multi-algo ports all seem down.
Jump to: