Bitcoin Forum
June 26, 2024, 07:23:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 ... 346 »
  Print  
Author Topic: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool  (Read 794156 times)
pdx99
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 09, 2015, 07:37:55 AM
 #2881

Did you ping the websites nicehash and westhash? Which is closer to you? Use the closer one and try again. Try decreasing the difficulty again or with no difficulty parameter.

   -MZ

I'm on the west coast of the US so I assume westhash is closer and that's my primary with nicehash as a failover. The ping times are quite similar though.

I set difficulty to 8192 and I'm going to let that run until I check it later tomorrow. I already tried with no diff and that produced 330 MH/s effective hashrate and 5.2% reject rate after 24 hours. That might be the best I get if I stayed at westhash.

dhsc19
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
February 09, 2015, 09:18:21 AM
 #2882

Does anyone have a good stable config for Keccak algo on the 280x using the multi-algo autoswitching sgminer?  I keep getting at least 20% reject due to Job Not Found and a lot of stale shares as well.  Never been able to figure this one out.  All the other algos are working fine for me except Keccak.

Thanks!

Replace pools with the multi-algo pool settings. After that, the configuration is stable. Try it and report here. Hope it works!

Code:
{
"pools" : [
     
     {
          "name" : "some backup pool",
          "url" : "stratum+tcp://x11-backup-pool:3333",
          "user" : "user",
          "pass" : "pass",
          "nfactor" : "number",
          "algorithm" : "algo"
     }
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"gpu-engine" : "1080,1080,1080,1080",
"gpu-memclock" : "1500,1500,1500,1500",
"gpu-powertune" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
}

See spreadsheet for calculating the profit and configurating cX parameter accordingly. Smiley

   -MZ

Hi Muhammed,

I already use a multi-algo config and I'm not sure how changing the cost settings will eliminate job not found or stale shares.  Please review my config and let me know what I can improve.  Thsnks!

Code:
{
"pools" : [
        {
                "name" : "WestHash-Scrypt",
                "url" : "stratum+tcp://stratum.westhash.com:4333",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "zuikkis",
                "intensity" : "13",
                "gpu-engine" : "1100",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-Scrypt-N",
                "url" : "stratum+tcp://stratum.westhash.com:4335",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "nfactor" : "11",
                "algorithm" : "zuikkis",
                "intensity" : "13",
                "gpu-engine" : "1080",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-X11",
                "url" : "stratum+tcp://stratum.westhash.com:4336",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "worksize" : "64",
                "algorithm" : "darkcoin-mod",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-X13",
                "url" : "stratum+tcp://stratum.westhash.com:4337",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "marucoin-mod",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-Keccak",
                "url" : "stratum+tcp://stratum.westhash.com:4338",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "maxcoin",
                "intensity" : "14",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-X15",
                "url" : "stratum+tcp://stratum.westhash.com:4339",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "bitblock",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-NIST5",
                "url" : "stratum+tcp://stratum.westhash.com:4340",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "talkcoin-mod",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-NeoScrypt",
                "url" : "stratum+tcp://stratum.westhash.com:4341",
                "user" : "BTC_addr",
                "pass" : "x",
                "rawintensity" : "8192",
                "algorithm" : "neoscrypt",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1350",
                "gpu-powertune" : "30",
                "worksize" : "64"
        },
        {
                "name" : "WestHash-Lyra2RE",
                "url" : "stratum+tcp://stratum.westhash.com:4342",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "Lyra2RE",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        },
        {
                "name" : "WestHash-X11-Last-Resort",
                "url" : "stratum+tcp://stratum.westhash.com:3336",
                "user" : "BTC_addr",
                "pass" : "x",
                "thread-concurrency" : "8192",
                "algorithm" : "darkcoin-mod",
                "intensity" : "18",
                "gpu-engine" : "1150",
                "gpu-memclock" : "1500"
        }
]
,
"xintensity" : "0",
"rawintensity" : "0",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-fan" : "30-85",
"gpu-memdiff" : "0",
"gpu-powertune" : "-20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "72",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"auto-fan" : true,
"auto-gpu" : false,
"expiry" : "1",
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : false,
"queue" : "1",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"failover-only" : true,
"kernel-path" : "/home/user/Downloads/mining/sgminer/kernel"
}

Like I said, all other algos are working fine and my hash rates are close enough to the default factors that I don't need to set it.  My only problem is with keccak.  If anyone else has suggestions, please chime in.
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 02:35:04 PM
 #2883

can antminers do keccak ?

I am new to this and confused I know call me a noob but I kneed help ?

also how do you set Price BTC/TH/Day to make the most profit with my miners using the P= option ?

I am running two antminer s3's with one antminer S5 they hash at 2.2 TH/s combined speed.

right now the best pool I make the most on is www.f2pool.com








Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
February 09, 2015, 03:37:32 PM
 #2884

can antminers do keccak ?

No, antiminers SHA256 miners. They can't mine coins of other algorithms.

I am new to this and confused I know call me a noob but I kneed help ?

also how do you set Price BTC/TH/Day to make the most profit with my miners using the P= option ?

Go to Bitcoinwisdom mining profitability calculator and change these values:
1) Hash Rate : 1200 to 1000
2) Hardware Price : 7080 to 0
3) Hardware Power : 780 to 0
4) Pool Fee : 2 to 0

Then check the table and copy the first value under 'Revenue'. Put it as the price. Currently, the price parameter will be p=0.1267. This is my price parameter and this is the recommended way to set the price.

I am running two antminer s3's with one antminer S5 they hash at 2.2 TH/s combined speed.

right now the best pool I make the most on is www.f2pool.com

Try Nicehash but currently the profit is low. Have you trued merge mining, BTC+NMC?

   -MZ

mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 04:19:11 PM
 #2885

Try Nicehash but currently the profit is low. ...

..now with the difficulty increase two blocks ago, the profit is "high" - paying ~6% above the expected return.
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
February 09, 2015, 04:43:37 PM
 #2886

Try Nicehash but currently the profit is low. ...

..now with the difficulty increase two blocks ago, the profit is "high" - paying ~6% above the expected return.


Average statistics for past 24 hours:
Quote
Paying to Miners    : 0.0120 BTC/TH/Day
Hashing speed : 1728.9897 TH/s
Bitcoin mining profit : 0.0122 BTC/TH/Day
NiceHash mining profit above Bitcoin mining : -1.5064 %

   -MZ

mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 04:50:41 PM
 #2887

Try Nicehash but currently the profit is low. ...

..now with the difficulty increase two blocks ago, the profit is "high" - paying ~6% above the expected return.


Average statistics for past 24 hours:
Quote
Paying to Miners    : 0.0120 BTC/TH/Day
Hashing speed : 1728.9897 TH/s
Bitcoin mining profit : 0.0122 BTC/TH/Day
NiceHash mining profit above Bitcoin mining : -1.5064 %

   -MZ

Except "Bitcoin mining profit:"  of 0.0122 BTC/TH/Day is now 0.0113, as of 8 blocks ago.  Your source of calculation, including Nicehash just hasn't updated yet.  Not trying to argue here..
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 05:01:44 PM
 #2888

Try Nicehash but currently the profit is low. ...

..now with the difficulty increase two blocks ago, the profit is "high" - paying ~6% above the expected return.


Average statistics for past 24 hours:
Quote
Paying to Miners    : 0.0120 BTC/TH/Day
Hashing speed : 1728.9897 TH/s
Bitcoin mining profit : 0.0122 BTC/TH/Day
NiceHash mining profit above Bitcoin mining : -1.5064 %

   -MZ

Still I make more than that on f2pool.com why would I want to use westhash Huh?


Except "Bitcoin mining profit:"  of 0.0122 BTC/TH/Day is now 0.0113, as of 8 blocks ago.  Your source of calculation, including Nicehash just hasn't updated yet.  Not trying to argue here..
nicehash
Legendary
*
Offline Offline

Activity: 885
Merit: 1006


NiceHash.com


View Profile WWW
February 09, 2015, 05:33:36 PM
 #2889

Still I make more than that on f2pool.com why would I want to use westhash Huh?

Keep in mind that f2pool takes 4% fee while NiceHash/WestHash only taks 2% and also keep in mind that f2pool stratum servers are far away for USA and EU users (China - as far as I now) - high latency will make you rejects and stales which will decrease your payouts - you have to take into consideration all parameters not only hashrate and prices.

Also, due to our special service implementation with extra rewards for miners on fast switching buying orders you have to monitor the actual earnings, not only hashrate of your miner, multiplied by predicted average direct Bitcoin mining. Our service has the most predictable and stable mining incomes, this is why many users stays at our pool even at declared below direct Bitcoin mining profits and this is because our stable and low latency connection and consistent payouts, - all this makes better then Bitcoin mining in short-term profit (not to mention the extreme spikes with high profits which happens once in a while Wink ).

Thank you for using our service!

dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 05:44:44 PM
 #2890

Still I make more than that on f2pool.com why would I want to use westhash Huh?

Keep in mind that f2pool takes 4% fee while NiceHash/WestHash only taks 2% and also keep in mind that f2pool stratum servers are far away for USA and EU users (China - as far as I now) - high latency will make you rejects and stales which will decrease your payouts - you have to take into consideration all parameters not only hashrate and prices.

Also, due to our special service implementation with extra rewards for miners on fast switching buying orders you have to monitor the actual earnings, not only hashrate of your miner, multiplied by predicted average direct Bitcoin mining. Our service has the most predictable and stable mining incomes, this is why many users stays at our pool even at declared below direct Bitcoin mining profits and this is because our stable and low latency connection and consistent payouts, - all this makes better then Bitcoin mining in short-term profit (not to mention the extreme spikes with high profits which happens once in a while Wink ).

Thank you for using our service!



not bad for high rejects and stales and thats only one of my miners I run a antminer S5 and two S3's total 2.2 TH/s combined speed.

I use verizon fios as my internet connection.








mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 06:10:52 PM
 #2891

Still I make more than that on f2pool.com why would I want to use westhash Huh?
If you are certain that you can outperform variance and expected return, then that's an argument for buying from Westhash.

As to speed and locale, if I ping each from the US west coast, the results are:

PING westhash.com (141.101.127.76): 56 data bytes
64 bytes from 141.101.127.76: icmp_seq=0 ttl=56 time=13.977 ms
64 bytes from 141.101.127.76: icmp_seq=1 ttl=56 time=16.071 ms
64 bytes from 141.101.127.76: icmp_seq=2 ttl=56 time=16.676 ms
64 bytes from 141.101.127.76: icmp_seq=3 ttl=56 time=14.928 ms
64 bytes from 141.101.127.76: icmp_seq=4 ttl=56 time=15.658 ms
64 bytes from 141.101.127.76: icmp_seq=5 ttl=56 time=13.533 ms
^C

PING f2pool.com (112.124.23.109): 56 data bytes
64 bytes from 112.124.23.109: icmp_seq=0 ttl=49 time=291.457 ms
64 bytes from 112.124.23.109: icmp_seq=1 ttl=49 time=295.321 ms
64 bytes from 112.124.23.109: icmp_seq=2 ttl=49 time=520.498 ms
64 bytes from 112.124.23.109: icmp_seq=3 ttl=49 time=439.079 ms
64 bytes from 112.124.23.109: icmp_seq=4 ttl=49 time=360.980 ms
64 bytes from 112.124.23.109: icmp_seq=5 ttl=49 time=299.082 ms
^C
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 06:48:24 PM
Last edit: February 09, 2015, 07:00:11 PM by dog1965
 #2892

Still I make more than that on f2pool.com why would I want to use westhash Huh?
If you are certain that you can outperform variance and expected return, then that's an argument for buying from Westhash.

As to speed and locale, if I ping each from the US west coast, the results are:

PING westhash.com (141.101.127.76): 56 data bytes
64 bytes from 141.101.127.76: icmp_seq=0 ttl=56 time=13.977 ms
64 bytes from 141.101.127.76: icmp_seq=1 ttl=56 time=16.071 ms
64 bytes from 141.101.127.76: icmp_seq=2 ttl=56 time=16.676 ms
64 bytes from 141.101.127.76: icmp_seq=3 ttl=56 time=14.928 ms
64 bytes from 141.101.127.76: icmp_seq=4 ttl=56 time=15.658 ms
64 bytes from 141.101.127.76: icmp_seq=5 ttl=56 time=13.533 ms
^C

PING f2pool.com (112.124.23.109): 56 data bytes
64 bytes from 112.124.23.109: icmp_seq=0 ttl=49 time=291.457 ms
64 bytes from 112.124.23.109: icmp_seq=1 ttl=49 time=295.321 ms
64 bytes from 112.124.23.109: icmp_seq=2 ttl=49 time=520.498 ms
64 bytes from 112.124.23.109: icmp_seq=3 ttl=49 time=439.079 ms
64 bytes from 112.124.23.109: icmp_seq=4 ttl=49 time=360.980 ms
64 bytes from 112.124.23.109: icmp_seq=5 ttl=49 time=299.082 ms
^C


I agree with you 100 percent I get the same ping times only a couple of milliseconds better but for some strange unknown reason I always make the most on www.f2pool.com ?

any ideas I really like westhash ?

dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 08:02:59 PM
 #2893

trying to mine on westhash I put p=0.0122 and my miner is not mining put if I just put x as password it mines how to I set the p value ?

 
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
February 09, 2015, 08:05:12 PM
 #2894

For grins I did the same ping test. My ping times to westhash.com are around 3.6 ms!

I'm thinking that their server must be in the same data center that we use ;-)

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
TracerX
Hero Member
*****
Offline Offline

Activity: 918
Merit: 1002



View Profile
February 09, 2015, 08:06:41 PM
 #2895

For grins I did the same ping test. My ping times to westhash.com are around 3.6 ms!

I'm thinking that their server must be in the same data center that we use ;-)
Unquestionably.
mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 08:11:15 PM
 #2896

trying to mine on westhash I put p=0.0122 and my miner is not mining put if I just put x as password it mines how to I set the p value ?

 
It is behaving correctly, westhash is paying 0.0115 at the moment.  So you're not mining there since 0.0115<0.0122.
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
February 09, 2015, 08:19:44 PM
 #2897

thats my whole question how do I know what westhash is currently paying Huh
mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 08:23:10 PM
 #2898

For grins I did the same ping test. My ping times to westhash.com are around 3.6 ms!

I'm thinking that their server must be in the same data center that we use ;-)

Yeah, like you're connected with an ethernet cable. Wink

I get a little better numbers from my office - on westhash, not f2:

PING westhash.com (141.101.127.76): 56 data bytes
64 bytes from 141.101.127.76: icmp_seq=0 ttl=56 time=6.906 ms
64 bytes from 141.101.127.76: icmp_seq=1 ttl=56 time=5.956 ms
64 bytes from 141.101.127.76: icmp_seq=2 ttl=56 time=6.868 ms
64 bytes from 141.101.127.76: icmp_seq=3 ttl=56 time=6.564 ms
64 bytes from 141.101.127.76: icmp_seq=4 ttl=56 time=6.255 ms
^C
mike9
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
February 09, 2015, 08:30:34 PM
 #2899

thats my whole question how do I know what westhash is currently paying Huh

From the westhash.com home page:
http://aimsports.com/mike9/westhashpaying.png

They are paying 0.0116 at this moment. (Edit: for SHA-256)
suchmoon
Legendary
*
Offline Offline

Activity: 3710
Merit: 8990


https://bpip.org


View Profile WWW
February 09, 2015, 08:42:47 PM
 #2900

I agree with you 100 percent I get the same ping times only a couple of milliseconds better but for some strange unknown reason I always make the most on www.f2pool.com ?

any ideas I really like westhash ?

How long is the "always" time period?
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 ... 346 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!