Bitcoin Forum
May 03, 2024, 04:20:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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 ... 306 »
  Print  
Author Topic: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com  (Read 554361 times)
tomashas
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 11, 2014, 10:50:22 PM
 #2521

Did you try gpu-thread: 2 and xintensity with your hw-configuration
and one of the experimental kernels in sgminer ?
You can reach over 90% of your hashrate  for WU:

I have got
1.18MH/s and 1100WU
1.40MH/s and 1297WU

I noticed there's a /kernel folder with a couple files in there (alexkarnew.cl  alexkarold.cl  ckolivas.cl  psw.cl  zuikkis.cl) but to be honest I wouldn't know how to tell sgminer to use one of them.

My config is:
Code:
"intensity" : "20",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt",
"gpu-dyninterval" : "7",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "30",
"shaders" : "2816",
"thread-concurrency" : "24550",
"gpu-powertune" : "18",
"gpu-thread" : "1",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-vddc" : "1.000",
"gpu-engine" : "950",
"gpu-memclock" : "1500"

I'm pretty happy the graphs on Clevermining are now a lot more realistic, I guess patience isn't my strongest point Wink http://dump.chiko.nl/g/a82334.png
1714753234
Hero Member
*
Offline Offline

Posts: 1714753234

View Profile Personal Message (Offline)

Ignore
1714753234
Reply with quote  #2

1714753234
Report to moderator
1714753234
Hero Member
*
Offline Offline

Posts: 1714753234

View Profile Personal Message (Offline)

Ignore
1714753234
Reply with quote  #2

1714753234
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 11, 2014, 10:54:15 PM
 #2522

--kernel zuikkis

Gives me good performance. Also you need a bit of time for WU to stabilise.

tomashas
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 11, 2014, 11:09:18 PM
 #2523

--kernel zuikkis

Gives me good performance. Also you need a bit of time for WU to stabilise.

Took it for a spin, this happened http://dump.chiko.nl/g/a4e744.png

I do like how those .cl files have a function called shittify() Cheesy
FCR
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
March 11, 2014, 11:16:43 PM
 #2524

The "only" config you can change for this pool is intensity and even then its not possible (e.g. 280x).

People pointing at your config, where totally underestimating how overloaded the (only) server was.

Some people had already good configs and after trying elsewhere got good performance and only when they were here they had high rejects. Higher than the expected 10%~ due to the coins that are mined...

Whats a bad config? What setting on the miner did you change? You know that queue, scan time and expiry have no affect and its all driven by the server.

In my subtle way and thanks to Kalroth, it was proved that really the only setting available to you is intensity.

Actually to clarify, Kalroth verified that cgminer code deferred to server derived settings for expiry, queue and scantime when those values are available versus what is set in your config/bat files.  

What gets buried in this thread is his statement that he doesn't know whether Clevermining's servers provide these settings as part of the stratum handshake.

In truth, most Altcoin pools do NOT pass these settings down to the client. So these settings can actually still be set on the clientside and have some effect since there are no server settings provided by the pool to default to.

Kalroth - feel free to chime in here to help clarify your statements further.

If you don't specify them the client uses the default setting, which if set by the server is used. After test I found using various settings including these didn't really help. Once I changed to the Asia server, performance improved. Proof is in the pudding, the US server at the time was overloaded it had nothing to do with a "bad config".

I was being reasonable to, I was willing to put up with no more than 10% rejects.

That's actually reversed... the way the code is written is that the server settings takes precedence.  This was the point that Kalroth was making.

But that only holds true if the settings are actually delivered by the server, which in the case of this pool and quite a few others (I dare say most Altcoin pools), they are not.  At that point it's either your custom settings or the defaults builtin to CGMiner/SGMiner.

Just because they had minimal effect in your particular setup doesn't mean they won't work for someone else, especially when the server is not setting your q, e, s for you.

I can't say for sure if they work on here, but I was getting fairly high rejects, usually higher than average, before I added q, s, e. After I added them, my rejected shares went down considerably to 2.4%. Now on US East server I am at 0.3% rejected shares after 24 hours with those settings. The average on that server seems to be 2-3%. This is just my observation on my own rigs; it may or may not be coincidence.

I am using queue 5 scan-time 1 expiry 1. I picked these because these are the suggested settings on the Middlecoin wiki.
Kifissia
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 11, 2014, 11:50:00 PM
 #2525

I am using queue 5 scan-time 1 expiry 1. I picked these because these are the suggested settings on the Middlecoin wiki.


How do you add these commands?

in the .conf file? Can you paste these commands here please?

Also, is it possible to use these commands in a .bat file? If so, what are the commands?

Thanks.
tomashas
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 11, 2014, 11:57:02 PM
 #2526

How do you add these commands?

Add:

Code:
"scan-time": "1",
"expiry": "1",
"queue": "5",

To your cgminer.conf file.
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 12, 2014, 12:05:21 AM
 #2527

fwiw i'm using the default values and not specifying expiry, scantime or queue either via config file or cmd line arguments.

AFter 45mins I got 100% accepted....

I'm in Australia using the Asia server.

I believe the --low-mem option is helping as it won't cache shares. My logic is that it make sure to get the most up to date share as its not caching anything.

Kifissia
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 12, 2014, 01:12:10 AM
 #2528

Thanks to both of you. I ll try both settings.
feofhweufheuiwhfef
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
March 12, 2014, 01:42:22 AM
 #2529

I noticed that in about 1 month, BTC per day on CleverMining has gone down over 50%.

I was planning to set up a mining rig, but seeing a 50% drop in 1 month makes me seriously reconsider this idea.

Does anyone know why profitability has gone down so much, and any predictions for the future?

Thanks
zneww
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
March 12, 2014, 01:43:24 AM
 #2530

I noticed that in about 1 month, BTC per day on CleverMining has gone down over 50%.

I was planning to set up a mining rig, but seeing a 50% drop in 1 month makes me seriously reconsider this idea.

Does anyone know why profitability has gone down so much, and any predictions for the future?

Thanks

READ AND YOU SHALL FIND YOUR ANSWER.
Cryptos2go
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 12, 2014, 02:04:12 AM
 #2531

I noticed that in about 1 month, BTC per day on CleverMining has gone down over 50%.

I was planning to set up a mining rig, but seeing a 50% drop in 1 month makes me seriously reconsider this idea.

Does anyone know why profitability has gone down so much, and any predictions for the future?

Thanks

I would reconsider, seriously, what you have been planning on considering.




I believe this reply should be amicable, don't you agree?
adrenaline_x
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 12, 2014, 02:11:32 AM
 #2532

Can anyone shed some light on the following?

My rig is reporting 4.2Mh/s average ( http://dump.chiko.nl/g/b1a725.png ) yet on the website it says 2.7 ( http://dump.chiko.nl/g/7983b5.png )

This may be paranoid, but I'm starting to think maybe my sgminer binary is skimming off my hashrate somehow.

Nope. the pool can have high rejects compared to other pools.. But this pool stats can sometime also be off.

over the past week i went back to a different pool with less stats and lower mh/s / btc  and even with the lower published stats of mh/s to btc on that pool versus the higher rate on this pool, i made more on the other pool..

Try another pool after a few days and see what the difference is.
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 12, 2014, 02:22:20 AM
 #2533

Couldn't help myself... now rejects are about 32% with the defaults after an hour.

Will trial:

"scan-time": "1",
"expiry": "1",
"queue": "5",

Kifissia
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 12, 2014, 02:40:01 AM
 #2534

Couldn't help myself... now rejects are about 32% with the defaults after an hour.

Will trial:

"scan-time": "1",
"expiry": "1",
"queue": "5",

Hmm.. My WUs dropped after these settings. I ll try the low mem command.
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 12, 2014, 02:45:54 AM
 #2535

Set queue to 0 as with 5 I was getting 40%+ rejects.

Kifissia
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 12, 2014, 03:02:52 AM
 #2536

Set queue to 0 as with 5 I was getting 40%+ rejects.

"scan-time": "1",
"expiry": "1",
"queue": "0",

This??? I just changed queue on my own to 0 Tongue

What about expiry? I thought we dont want our work to expire after 1 sec because the server accepts some stales.


Anyway, 1-1-0 settings?
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 12, 2014, 03:05:38 AM
 #2537

Good point, I'll just leave the expiry at its default of 28 seconds.

So I'm just using  --scan-time 1  --queue 0

Your settings are ok  Kifissia

Kifissia
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
March 12, 2014, 03:07:13 AM
 #2538

The default for cgminer is 120sec.

And I have no god damn clue what scan-time is Tongue
pengoau
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
March 12, 2014, 03:10:32 AM
 #2539

I'm using sgminer v4.1

Fork of cgminer made for gpus.

Get it here: https://mega.co.nz/#!rVAT1C7T!hY5TQnUQybBLWzPSglaAZCJlxTHIT0W1pvFjubcfVuQ

Thats my version that I made an installer for. Run it thru an antivrius.

ibfragalot
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 12, 2014, 03:11:25 AM
 #2540

Can someone explain this for me?

> After several hours I can't find any stats for my username(bitcoin address) ?

> My 900 khs system is showing 5Mh/s!?

(5s):5.155M (avg):5.105Mh/s | A:0  R:0  HW:0  WU:0.1/m

Thanks.

Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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 ... 306 »
  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!