Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 249. (Read 3426936 times)

newbie
Activity: 2
Merit: 0
I want buy a new rig,
what is the best nvidia card for nist5 and new x11,x12...
Thanks

there is only one choice for now, 750ti, more nvidia vga are coming at the end of this year...
What model?
Quote
Gigabyte GeForce GTX 750 Ti
Asus GeForce GTX 750 Ti
EVGA GeForce GTX 750 Ti Superclocked
EVGA GeForce GTX 750 Ti FTW

Gigabyte and Asus are the best price
[/quote

hi me new bie where to mine pool


x11
x13
x15
n5

where
pls say me
what best pirce?]
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
S_tring,

Just thought of two other basic things you want to take into consideration:
1) You may want/need a "fudge" factor for some pools or algos.  As an Example, you will hardly ever earn the same amount (long term) as a pure math calculator will tell you due to orphons, coin or pool issues.  As an example you might earn 5% less on Jackpot then a calc will tell you but you will probably earn 15% less on CryptoNight.  So when doing your calculations you would multiple Jackpot * .95 and any CryptoNight coin * .85, etc  This type of thing would take into affect pool fees or your could track them separately.  You will have to assemble this info as you go but it's worth tracking and adding to your profit switching algo as you go.

2) Make sure you have very, very accurate rates for each hash algo you are going to run.  This is the reason I added the average hash rate using the last 50 submitted shares to nvMiner.  I found after adding and using this many of my hash rates were not accurate. Some high and some low but it made a difference.  If your hash rates are off then everything else will be off of course.  Garbage in = garbage out. Smiley

Hope this wasn't too much info but I'd consider these the basics of what to track and how to switch to get started.  Then you can add additional things and optimize it.

Carlo
Many thanks for all the advice Carlo, and to others for the earlier suggestions.

I definitely need to experiment more.
hero member
Activity: 756
Merit: 502
cbuchner1 went underground ?

*pulls head out of sand*

nope, I am working on the cpuminer-multi fork for BBR with cuda.

Is it going to be part of ccminer?

not in the first shot for sure...
full member
Activity: 168
Merit: 100
S_tring,

Just thought of two other basic things you want to take into consideration:
1) You may want/need a "fudge" factor for some pools or algos.  As an Example, you will hardly ever earn the same amount (long term) as a pure math calculator will tell you due to orphons, coin or pool issues.  As an example you might earn 5% less on Jackpot then a calc will tell you but you will probably earn 15% less on CryptoNight.  So when doing your calculations you would multiple Jackpot * .95 and any CryptoNight coin * .85, etc  This type of thing would take into affect pool fees or your could track them separately.  You will have to assemble this info as you go but it's worth tracking and adding to your profit switching algo as you go.

2) Make sure you have very, very accurate rates for each hash algo you are going to run.  This is the reason I added the average hash rate using the last 50 submitted shares to nvMiner.  I found after adding and using this many of my hash rates were not accurate. Some high and some low but it made a difference.  If your hash rates are off then everything else will be off of course.  Garbage in = garbage out. Smiley

Hope this wasn't too much info but I'd consider these the basics of what to track and how to switch to get started.  Then you can add additional things and optimize it.

Carlo
full member
Activity: 168
Merit: 100
Ran the cards one at a time adding another card until I got them all going.

First card by itself got about 7,800 kh/s. Added card 2 about 5 minutes later and it ran at 7,700 kh/s and no problems. Added third card and it got 7,700 kh/s and the cpu usage still under 35%. Added fourth card and it ran at 7,700 kh/s each and cpu usage under 45%. So everything running fine up till now. Added last card and it starts off at 6,800 kh/s and cpu uasge jumps to about 70-75%. Now the first four cards kh/s is dropping. Right now they are all about 6,500 kh/s and still falling.

So time for a new cpu?

Yes, sure sounds like it's a CPU problem.  The only other test I might consider doing/trying is to take the 5th card and switch it with the 1st card and try again.  I'd only do this just to prove there isn't a problem with the 5th card (doubtful).

Out of curiosity do you have another computer around you could just move one of the GPUs to until you get a new CPU?  This could also allow you hash at full speed.

I'd be interested in opinions on auto profit switching.

If x11 is deemed the most profitable coin, how long should we mine it before checking which coin is best again?

I've set it to check every 60 seconds and switch if necessary. It's been running for 1 hour 10 minutes, and has switched algo 16 times. Too much? Or, maybe it's good to mix the coins so much?

I'm not sure if I should leave a larger interval between scanning for most profitable algo?
I'll share a few of the basic things I built into my profit switching algo.  These are just basics but can get you thinking.

You should work up an algo to do this for you.  Example:
Only check prices ever 5 minutes.
If top price is different then track but do not switch yet.
Check again in 5 minutes.  If still top price then switch.

Many pools penalize you for switching so you don't want to switch unless you need to.
From what I've seen many of the API services often times return the wrong/incorrect data at times but if you run it again within a minute or two then it comes back correct.
So as part of your switching algo you could track old price and new price and make sure they are roughly close to each other or you could consider them invalid results.  As an example if you pull every 5 minutes then you could track diff and exchange rate to make sure they didn't jump (within 5 minutes) to something unreasonable/unlikely.

You can also track the amount of time since your last overall switch.  Since you know how profitable the new coin is going to be you could base the switch on time.  For example lets say you calculated 0.15 as the btc you earn on coin X (coin currently mining) per rig for the day.  Coin B (best new price) would be 0.15004 per day.  Since this is only 0.00004 btc per day difference you don't want to switch right away as you'll probably loose more by jumping coins.

Little changes like the above can have you changing coins every minute or two if you don't take time into the equasion.  But if you take into account the time since your last coin switch you could do something like this:
If A > B then do no switch (current coin is most profitable) DUH Smiley
if B > (A+0.01) and 15 minutes passed then switch
If B > A and 60 minutes have passed then switch

So basically use some type of time element plus rate of change into consideration to figure how often you can/should switch or hold firm.

Not to complicate things but as you develop this you also want to take into consideration how long it takes a coin to mature (how long for you to get it to an exchange) . What the trading volume is and if they exchange rate is going up, down or staying roughly even.

Nothing is worse then switching coins you are mining but can't get the coins earned onto an exchange for a hour, only to have the price tank. Sad

I want buy a new rig,
what is the best nvidia card for nist5 and new x11,x12...
Thanks
x12  Grin I can add it if you want  Grin

While your adding x12, throw in CryptoHash  Cool
hero member
Activity: 526
Merit: 500
Its all about the Gold
I'd be interested in opinions on auto profit switching.

If x11 is deemed the most profitable coin, how long should we mine it before checking which coin is best again?

I've set it to check every 60 seconds and switch if necessary. It's been running for 1 hour 10 minutes, and has switched algo 16 times. Too much? Or, maybe it's good to mix the coins so much?

I'm not sure if I should leave a larger interval between scanning for most profitable algo?

Mining the most profitable coin and how long we should mine it is a good question. As "most profitable" is only "most profitable" if said coin is exchanged at that same moment or at least at same price after it matures(if it applies) .

i wrote a "most profitable" proposal about 2 weeks ago regarding mining pools and the request to display the price when it is "most profitable" and then the price when exchanged to reflect transparency of the value of said coins as "most profitable".
The post can be viewed and commented on here:
https://bitcointalksearch.org/topic/m.7799592

I hope this helps a little bit. Everyone has a different view of "most profitable" and what they want to achieve as a goal with mining, so trying to get the timing set for everyone to like would be a difficult task.
sr. member
Activity: 354
Merit: 250
I want buy a new rig,
what is the best nvidia card for nist5 and new x11,x12...
Thanks

there is only one choice for now, 750ti, more nvidia vga are coming at the end of this year...
What model?
Quote
Gigabyte GeForce GTX 750 Ti
Asus GeForce GTX 750 Ti
EVGA GeForce GTX 750 Ti Superclocked
EVGA GeForce GTX 750 Ti FTW

Gigabyte and Asus are the best price
legendary
Activity: 3248
Merit: 1070
I want buy a new rig,
what is the best nvidia card for nist5 and new x11,x12...
Thanks

there is only one choice for now, 750ti, more nvidia vga are coming at the end of this year...
sr. member
Activity: 354
Merit: 250
I want buy a new rig,
what is the best nvidia card for nist5 and new x11,x12...
Thanks
x12  Grin I can add it if you want  Grin
hahaha sorry  Grin
It was a small mistake
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
hey guys

quick question

I'm mining with ccminer and was wondering is it possible to set the worker to close after a time limit has been set?  

Here's what I used when I wanted to restart miners. It's not the best but it does work:

First you need two batch files, one is your mining .bat in a loop which looks something like this:

jpc_solo.bat:
Quote
echo off
title </i><br />:start<br />ccminer.exe -a jackpot -o <IP>:<port> -u <user> -p <password> -q<br />goto start</div><br />Then, you need a control batch which will shut down ccminer periodically:<br /><br />_control.bat:<br /><div class="quoteheader">Quote</div><div class="quote">echo off<br />title <i><title of the control window></i><br />:start<br />timeout /t <b><span style="color: blue;">xxx</span></b><br />taskkill -t -f /im ccminer.exe<br />goto start</div><br /><b><span style="color: blue;">xxx</span></b> is the time in seconds between restarts. <br /><br />You can also add multiple pools to your first bat to achieve a round-robin schedule which skips pools which doesn't work if you add the "-r 0" command to ccminer which equals how many times ccminer will try to reconnect to a pool before exiting. It is also recommended to use lower than default "-T" and "-R" values. "-T" stands for maximum network timeout in seconds which is 270 by default. "-R" stands for retry pause which is 30 seconds by default and we don't want to waste that much time connecting to a pool when you can connect to another instantly. Putting that all together you get something like this:<br /><br />jpc_multi.bat:<br /><div class="quoteheader">Quote</div><div class="quote">echo off<br />title <i><title of the miner window></i><br />:start<br />title #1 solomining<br />ccminer.exe -a jackpot -o <IP>:<port> -u <user> -p <password> -q <span style="color: red;"><b>-T 3 -R 3 -r 0</b></span><br />title #2 mining on dwarfpool<br />ccminer.exe -a jackpot -o stratum+tcp://erebor.dwarfpool.com:3352 -u <address> -q -T 3 -R 3 -r 0<br />title #3 mining on pool X<br />ccminer.exe ... -T 3 -R 3 -r 0<br />goto start</div><br />You can also play with having copies of ccminer.exe named differently in order to easily specify which ccminer you want to kill. You could also put it all in one .bat I believe but I prefer it this way. Also, logic dictates that if you don't kill ccminer just use it not to reconnect on error in a loop, you'll end up with proper failover, but sometimes ccminer doesn't exist when if it fails so we kind of have to kill it from time to time if we want to make sure it will be stable for days. <br />Almost forgot, don't list a lot of pools if you want to use a somewhat low restart frequency because it's not really a failover solution, it's more like a round-robin schedule which means it will try to mine on all of the pools listed and if you keep jumping off of pools before vardiff properly adjucts you'll end up with suboptimal effective hashrates on some pools. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/djm34-215787" title="Profile of djm34">djm34</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1400</div> <div class="merit">Merit: 1050</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/djm34-215787" title="Profile of djm34"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806945"></a> <a href="/topic/m.7806945">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 11:22:27 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806945">#17729</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806886">Quote from: Fatov on July 12, 2014, 11:18:50 AM</a></div><div class="quote">I want buy a new rig,<br />what is the best nvidia card for nist5 and new x11,x12...<br />Thanks<br /></div>x12  <img src="https://bitcointalk.org/Smileys/default/grin.gif" alt="Grin" border="0" /> I can add it if you want  <img src="https://bitcointalk.org/Smileys/default/grin.gif" alt="Grin" border="0" /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/fatov-343215" title="Profile of Fatov">Fatov</a> </div> <div class="position">sr. member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 354</div> <div class="merit">Merit: 250</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_343215.jpg" alt="" title="Profile photo of Fatov"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/fatov-343215" title="Profile of Fatov"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806886"></a> <a href="/topic/m.7806886">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 11:18:50 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806886">#17728</a> </div> </div> <div class="content"> I want buy a new rig,<br />what is the best nvidia card for nist5 and new x11,x12...<br />Thanks </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/string-254327" title="Profile of S_tring">S_tring</a> </div> <div class="position">full member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 252</div> <div class="merit">Merit: 102</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_254327.png" alt="" title="Profile photo of S_tring"> </div> <div class="description">OPEN Platform - Powering Blockchain Acceptance</div> <div class="view-profile"> <a href="/user/string-254327" title="Profile of S_tring"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806794"></a> <a href="/topic/m.7806794">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 11:11:57 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806794">#17727</a> </div> </div> <div class="content"> I'd be interested in opinions on auto profit switching.<br /><br />If x11 is deemed the most profitable coin, how long should we mine it before checking which coin is best again?<br /><br />I've set it to check every 60 seconds and switch if necessary. It's been running for 1 hour 10 minutes, and has switched algo 16 times. Too much? Or, maybe it's good to mix the coins so much?<br /><br />I'm not sure if I should leave a larger interval between scanning for most profitable algo? </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/antonio8-208688" title="Profile of antonio8">antonio8</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1400</div> <div class="merit">Merit: 1000</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/antonio8-208688" title="Profile of antonio8"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806771"></a> <a href="/topic/m.7806771">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 11:10:12 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806771">#17726</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806285">Quote from: cayars on July 12, 2014, 10:33:27 AM</a></div><div class="quote"><div class="quote-header"><a href="/topic/m.7806214">Quote from: antonio8 on July 12, 2014, 10:28:56 AM</a></div><div class="quote">I am mining N5 with cayars nvminer 1.2. Two rigs on Windows 7 64 bit and both using 335.23 driver. Only difference is cpu and gpu manufacturer but way different results. Gpu's are factory overclocked and at these settings. Cpu's are not overclocked.<br /><br />Rig A: GPU- 5 750ti's (EVGA SC)      CPU- AMD Phenom II X6 1100T   (cpu usage about 25% usage, avg)    Speed: 35,500 Kh/s or 7,100 Kh/s each card    MOBO: Gigaybyte GA-890GPA-UD3H<br />Rig B: GPU- 5 750ti's (MSI OC)        CPU- AMD Phenom II X3 710      (cpu usage about 70% usage, avg)     Speed: 26,900 Kh/s or 5,380 Kh/s each card   MOBO: Gigaybyte GA-MA790X-UD4P<br /><br />In my Rig A the gpu load stays above 90% but in Rig B gpu load fluctuates between 30-85%. This happens on all cards in each machine. Both machines have the cards on the same kind of powered usb risers. I can't get the Rig B to over 90% load for nothing. This happens now (I never noticed before but Rig B has always been slower) for any algo mining. <br /><br />Could it possibly be the cpu? Just curious before I drop money on the cpu. I also know the mobo are not the best in the world but they were very cheap when I got the a while ago. I know I can swap cpu's also but would rather get you all's advice/opinions first. I would rather just go and get a new cpu if needed.<br /></div><br />My bet would be CPU.<br /><br />For kicks try this.  Use the -d on Rig B and have it use only the first device and see what happens.  If it's working correctly add the 2nd GPU, etc and see how it goes.<br /><br />Report back what you find.<br /></div><br />Ran the cards one at a time adding another card until I got them all going.<br /><br />First card by itself got about 7,800 kh/s. Added card 2 about 5 minutes later and it ran at 7,700 kh/s and no problems. Added third card and it got 7,700 kh/s and the cpu usage still under 35%. Added fourth card and it ran at 7,700 kh/s each and cpu usage under 45%. So everything running fine up till now. Added last card and it starts off at 6,800 kh/s and cpu uasge jumps to about 70-75%. Now the first four cards kh/s is dropping. Right now they are all about 6,500 kh/s and still falling.<br /><br />So time for a new cpu? </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/djm34-215787" title="Profile of djm34">djm34</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1400</div> <div class="merit">Merit: 1050</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/djm34-215787" title="Profile of djm34"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806521"></a> <a href="/topic/m.7806521">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:51:56 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806521">#17725</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806260">Quote from: S_tring on July 12, 2014, 10:31:58 AM</a></div><div class="quote"><div class="quote-header"><a href="/topic/m.7806233">Quote from: cayars on July 12, 2014, 10:29:59 AM</a></div><div class="quote"><div class="quote-header"><a href="/topic/m.7805963">Quote from: S_tring on July 12, 2014, 10:07:45 AM</a></div><div class="quote">Getting errors on x15 with djm34 miner...<br /><br /><div class="codeheader">Code:</div><div class="code"><pre style="margin-top: 0; display: inline;">[2014-07-12 16:06:18] GPU #3: result for nonce $9AA1ACB9 does not validate on CPU!<br /></pre></div></div><br />R U getting this just occassionly or all the time?<br />Is it only on GPU3 or all the GPUs?<br />Are your cards OCed?<br /></div><br />It appears to be occasional, but I'm profit switching via ccManager so it hasn't switched back to x15 since it happened. I'll take it off the profit switching and test later (heading out just now).<br />It was only GPU3 that I noticed.<br />All cards are stock settings.<br /><br />Thanks.<br /></div>I know, I also get a few...(a few hashes don't get validated... I wonder if this could be due to different number of threads in the different kernels rather than different computation between gpu and cpu ? don't know May-be Christian has an idea on that ? )<br /><br />actually it doesn't really affect the performance (unless there are really a lot), a hash which doesn't validate isn't submitted. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/cayars-299943" title="Profile of cayars">cayars</a> </div> <div class="position">full member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 168</div> <div class="merit">Merit: 100</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/cayars-299943" title="Profile of cayars"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806498"></a> <a href="/topic/m.7806498">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:50:32 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806498">#17724</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806433">Quote from: cbuchner1 on July 12, 2014, 10:45:16 AM</a></div><div class="quote"><div class="quote-header"><a href="/topic/m.7802067">Quote from: yellowduck2 on July 12, 2014, 04:15:35 AM</a></div><div class="quote">cbuchner1 went underground ?<br /></div><br />*pulls head out of sand*<br /><br />nope, I am working on the cpuminer-multi fork for BBR with cuda.<br /></div><br />Is it going to be part of ccminer? </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/cbuchner1-33385" title="Profile of cbuchner1">cbuchner1</a> </div> <div class="position">hero member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 756</div> <div class="merit">Merit: 502</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/cbuchner1-33385" title="Profile of cbuchner1"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806433"></a> <a href="/topic/m.7806433">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:45:16 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806433">#17723</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7802067">Quote from: yellowduck2 on July 12, 2014, 04:15:35 AM</a></div><div class="quote">cbuchner1 went underground ?<br /></div><br />*pulls head out of sand*<br /><br />nope, I am working on the cpuminer-multi fork for BBR with cuda. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/cayars-299943" title="Profile of cayars">cayars</a> </div> <div class="position">full member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 168</div> <div class="merit">Merit: 100</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/cayars-299943" title="Profile of cayars"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806285"></a> <a href="/topic/m.7806285">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:33:27 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806285">#17722</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806214">Quote from: antonio8 on July 12, 2014, 10:28:56 AM</a></div><div class="quote">I am mining N5 with cayars nvminer 1.2. Two rigs on Windows 7 64 bit and both using 335.23 driver. Only difference is cpu and gpu manufacturer but way different results. Gpu's are factory overclocked and at these settings. Cpu's are not overclocked.<br /><br />Rig A: GPU- 5 750ti's (EVGA SC)      CPU- AMD Phenom II X6 1100T   (cpu usage about 25% usage, avg)    Speed: 35,500 Kh/s or 7,100 Kh/s each card    MOBO: Gigaybyte GA-890GPA-UD3H<br />Rig B: GPU- 5 750ti's (MSI OC)        CPU- AMD Phenom II X3 710      (cpu usage about 70% usage, avg)     Speed: 26,900 Kh/s or 5,380 Kh/s each card   MOBO: Gigaybyte GA-MA790X-UD4P<br /><br />In my Rig A the gpu load stays above 90% but in Rig B gpu load fluctuates between 30-85%. This happens on all cards in each machine. Both machines have the cards on the same kind of powered usb risers. I can't get the Rig B to over 90% load for nothing. This happens now (I never noticed before but Rig B has always been slower) for any algo mining. <br /><br />Could it possibly be the cpu? Just curious before I drop money on the cpu. I also know the mobo are not the best in the world but they were very cheap when I got the a while ago. I know I can swap cpu's also but would rather get you all's advice/opinions first. I would rather just go and get a new cpu if needed.<br /></div><br />My bet would be CPU.<br /><br />For kicks try this.  Use the -d on Rig B and have it use only the first device and see what happens.  If it's working correctly add the 2nd GPU, etc and see how it goes.<br /><br />Report back what you find. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/string-254327" title="Profile of S_tring">S_tring</a> </div> <div class="position">full member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 252</div> <div class="merit">Merit: 102</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_254327.png" alt="" title="Profile photo of S_tring"> </div> <div class="description">OPEN Platform - Powering Blockchain Acceptance</div> <div class="view-profile"> <a href="/user/string-254327" title="Profile of S_tring"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806260"></a> <a href="/topic/m.7806260">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:31:58 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806260">#17721</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7806233">Quote from: cayars on July 12, 2014, 10:29:59 AM</a></div><div class="quote"><div class="quote-header"><a href="/topic/m.7805963">Quote from: S_tring on July 12, 2014, 10:07:45 AM</a></div><div class="quote">Getting errors on x15 with djm34 miner...<br /><br /><div class="codeheader">Code:</div><div class="code"><pre style="margin-top: 0; display: inline;">[2014-07-12 16:06:18] GPU #3: result for nonce $9AA1ACB9 does not validate on CPU!<br /></pre></div></div><br />R U getting this just occassionly or all the time?<br />Is it only on GPU3 or all the GPUs?<br />Are your cards OCed?<br /></div><br />It appears to be occasional, but I'm profit switching via ccManager so it hasn't switched back to x15 since it happened. I'll take it off the profit switching and test later (heading out just now).<br />It was only GPU3 that I noticed.<br />All cards are stock settings.<br /><br />Thanks. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/cayars-299943" title="Profile of cayars">cayars</a> </div> <div class="position">full member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 168</div> <div class="merit">Merit: 100</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/cayars-299943" title="Profile of cayars"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg7806233"></a> <a href="/topic/m.7806233">Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]</a> </div> <div class="date">July 12, 2014, 10:29:59 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.7806233">#17720</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.7805963">Quote from: S_tring on July 12, 2014, 10:07:45 AM</a></div><div class="quote">Getting errors on x15 with djm34 miner...<br /><br /><div class="codeheader">Code:</div><div class="code">[2014-07-12 16:06:18] GPU #3: result for nonce $9AA1ACB9 does not validate on CPU!<br /></div></div><br />R U getting this just occassionly or all the time?<br />Is it only on GPU3 or all the GPUs?<br />Are your cards OCed? </div> </div> </div> </div> </div> <div class="pagination-wrapper"> <span class="pages-text ">Pages:</span> <ul class="pagination"><li class="prev"><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/248-page.html" data-page="247">«</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/244-page.html" data-page="243">244</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/245-page.html" data-page="244">245</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/246-page.html" data-page="245">246</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/247-page.html" data-page="246">247</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/248-page.html" data-page="247">248</a></li> <li class="active"><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/249-page.html" data-page="248">249</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/250-page.html" data-page="249">250</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/251-page.html" data-page="250">251</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/252-page.html" data-page="251">252</a></li> <li><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/253-page.html" data-page="252">253</a></li> <li class="next"><a href="/topic/ann-cudaminer-ccminer-cuda-based-mining-applications-windowslinuxmacosx-167229/250-page.html" data-page="249">»</a></li></ul> </div></div> </div> <div class="breadcrumbs"><a href="/" title="Home">Bitcoin Forum</a><span>></span><a href="/alternate-cryptocurrencies-1000000006" title="Alternate cryptocurrencies category">Alternate cryptocurrencies</a><span>></span><a href="/mining-altcoins-160" title="Mining (Altcoins) category">Mining (Altcoins)</a></div> <div class="jump-to pull-right"> <div class="inner"> <div class="content text-right"> <div class="text">Jump to: </div> <form id="jump-to-form" class="jump-to-form-class" action="/forum/default/jump-to-category" method="post"> <input type="hidden" name="_csrf-frontend" value="s-fRgygUUUggxYyD9wDaHRQSqDb2o3dyaEfaux5f_tDepp3paXglBxaQvMqcLZMpXCPcXafxJzwQEeOCam-GtA=="> <select id="jumptoform-category_id" class="" name="JumpToForm[category_id]" aria-required="true"> <option value="">Please select a destination:</option> <option value="1000000001">Bitcoin</option> <option value="1">=> Bitcoin Discussion</option> <option value="74">===> Legal</option> <option value="77">===> Press</option> <option value="86">===> Meetups</option> <option value="87">===> Important Announcements</option> <option value="6">=> Development & Technical Discussion</option> <option value="37">===> Wallet software</option> <option value="98">=====> Electrum</option> <option value="100">=====> Bitcoin Wallet for Android</option> <option value="138">=====> BitcoinJ</option> <option value="97">=====> Armory</option> <option value="231">=====> Mycelium</option> <option value="261">=====> Hardware wallets</option> <option value="4">=> Bitcoin Technical Support</option> <option value="12">=> Project Development</option> <option value="14">=> Mining</option> <option value="40">===> Mining support</option> <option value="41">===> Pools</option> <option value="42">===> Mining software (miners)</option> <option value="76">===> Hardware</option> <option value="137">=====> Group buys</option> <option value="81">===> Mining speculation</option> <option value="1000000003">Economy</option> <option value="7">=> Economics</option> <option value="57">===> Speculation</option> <option value="5">=> Marketplace</option> <option value="53">===> Currency exchange</option> <option value="56">===> Gambling</option> <option value="71">=====> Games and rounds</option> <option value="207">=====> Investor-based games</option> <option value="228">=====> Gambling discussion</option> <option value="65">===> Lending</option> <option value="88">=====> Long-term offers</option> <option value="78">===> Securities</option> <option value="73">===> Auctions</option> <option value="84">===> Service Announcements</option> <option value="212">=====> Micro Earnings</option> <option value="85">===> Service Discussion</option> <option value="222">=====> Web Wallets</option> <option value="223">=====> Exchanges</option> <option value="51">===> Goods</option> <option value="75">=====> Computer hardware</option> <option value="93">=====> Digital goods</option> <option value="234">=======> Invites & Accounts</option> <option value="217">=====> Collectibles</option> <option value="52">===> Services</option> <option value="8">=> Trading Discussion</option> <option value="83">===> Scam Accusations</option> <option value="129">===> Reputation</option> <option value="1000000004">Other</option> <option value="24">=> Meta</option> <option value="167">===> New forum software</option> <option value="168">===> Bitcoin Wiki</option> <option value="39">=> Beginners & Help</option> <option value="9">=> Off-topic</option> <option value="250">=> Serious discussion</option> <option value="251">===> Ivory Tower</option> <option value="59">=> Archival</option> <option value="17">===> Chinese students</option> <option value="25">===> Obsolete (buying)</option> <option value="26">===> Obsolete (selling)</option> <option value="99">===> MultiBit</option> <option value="44">===> CPU/GPU Bitcoin mining hardware</option> <option value="92">===> Корзина</option> <option value="34">=> Politics & Society</option> <option value="1000000006">Alternate cryptocurrencies</option> <option value="67">=> Altcoin Discussion</option> <option value="159">=> Announcements (Altcoins)</option> <option value="240">===> Tokens (Altcoins)</option> <option value="160">=> Mining (Altcoins)</option> <option value="199">===> Pools (Altcoins)</option> <option value="161">=> Marketplace (Altcoins)</option> <option value="197">===> Service Announcements (Altcoins)</option> <option value="198">===> Service Discussion (Altcoins)</option> <option value="238">===> Bounties (Altcoins)</option> <option value="224">=> Speculation (Altcoins)</option> <option value="1000000005">Local</option> <option value="241">=> العربية (Arabic)</option> <option value="242">===> العملات البديلة (Altcoins)</option> <option value="265">=====> النقاشات</option> <option value="253">===> إستفسارات و أسئلة المبتدئين</option> <option value="266">===> التعدين</option> <option value="267">===> النقاشات الأخرى</option> <option value="271">===> منصات التبادل</option> <option value="191">=> Bahasa Indonesia (Indonesian)</option> <option value="194">===> Mining (Bahasa Indonesia)</option> <option value="192">===> Altcoins (Bahasa Indonesia)</option> <option value="276">===> Trading dan Spekulasi</option> <option value="277">===> Ekonomi, Politik, dan Budaya</option> <option value="278">===> Topik Lainnya</option> <option value="193">===> Marketplace (Bahasa Indonesia)</option> <option value="30">=> 中文 (Chinese)</option> <option value="117">===> 跳蚤市场</option> <option value="118">===> 山寨币</option> <option value="119">===> 媒体</option> <option value="146">===> 挖矿</option> <option value="196">===> 离题万里</option> <option value="201">=> Hrvatski (Croatian)</option> <option value="220">===> Trgovina</option> <option value="221">===> Altcoins (Hrvatski)</option> <option value="273">=====> Announcements (Hrvatski)</option> <option value="272">===> Off-topic (Hrvatski)</option> <option value="13">=> Français</option> <option value="184">===> Vos sites et projets</option> <option value="50">===> Hors-sujet</option> <option value="183">===> Actualité et News</option> <option value="208">===> Débutants</option> <option value="47">===> Discussions générales et utilisation du Bitcoin</option> <option value="48">===> Mining et Hardware</option> <option value="187">===> Économie et spéculation</option> <option value="49">===> Place de marché</option> <option value="210">=====> Produits et services</option> <option value="211">=====> Petites annonces</option> <option value="209">=====> Échanges</option> <option value="188">===> Le Bitcoin et la loi</option> <option value="54">===> Wiki, documentation et traduction</option> <option value="186">===> Développement et technique</option> <option value="149">===> Altcoins (Français)</option> <option value="258">=====> Annonces</option> <option value="89">=> India</option> <option value="121">===> Mining (India)</option> <option value="122">===> Marketplace (India)</option> <option value="123">===> Regional Languages (India)</option> <option value="124">===> Press & News from India</option> <option value="125">===> Alt Coins (India)</option> <option value="126">===> Buyer/ Seller Reputations (India)</option> <option value="127">===> Off-Topic (India)</option> <option value="28">=> Italiano (Italian)</option> <option value="153">===> Guide (Italiano)</option> <option value="169">===> Progetti</option> <option value="205">===> Discussioni avanzate e sviluppo</option> <option value="175">===> Trading, analisi e speculazione</option> <option value="170">===> Mercato</option> <option value="46">=====> Mercato valute</option> <option value="107">=====> Beni</option> <option value="171">=====> Servizi</option> <option value="172">=====> Esercizi commerciali</option> <option value="173">=====> Hardware/Mining (Italiano)</option> <option value="200">=====> Gambling (Italiano)</option> <option value="162">===> Accuse scam/truffe</option> <option value="115">===> Mining (Italiano)</option> <option value="132">===> Alt-Currencies (Italiano)</option> <option value="176">=====> Annunci</option> <option value="144">===> Raduni/Meeting (Italiano)</option> <option value="165">===> Crittografia e decentralizzazione</option> <option value="145">===> Off-Topic (Italiano)</option> <option value="79">=> Nederlands (Dutch)</option> <option value="80">===> Markt</option> <option value="94">===> Gokken/lotterijen</option> <option value="116">===> Mining (Nederlands)</option> <option value="143">===> Beurzen</option> <option value="147">===> Alt Coins (Nederlands)</option> <option value="148">===> Off-topic (Nederlands)</option> <option value="150">===> Meetings (Nederlands)</option> <option value="82">=> 한국어 (Korean)</option> <option value="182">===> 대체코인 Alt Coins (한국어)</option> <option value="10">=> Русский (Russian)</option> <option value="22">===> Новички</option> <option value="23">===> Бизнес</option> <option value="236">=====> Барахолка</option> <option value="237">=====> Обменники</option> <option value="90">===> Идеи</option> <option value="66">===> Кодеры</option> <option value="21">===> Майнеры</option> <option value="91">===> Политика</option> <option value="20">===> Трейдеры</option> <option value="72">===> Альтернативные криптовалюты</option> <option value="248">=====> Токены</option> <option value="256">=====> Бayнти и aиpдpoпы</option> <option value="55">===> Хайпы</option> <option value="185">===> Работа</option> <option value="18">===> Разное</option> <option value="262">===> Oбcyждeниe Bitcoin</option> <option value="128">=====> Новости</option> <option value="19">=====> Юристы</option> <option value="108">=> Română (Romanian)</option> <option value="109">===> Anunturi importante</option> <option value="114">===> Presa</option> <option value="110">===> Offtopic</option> <option value="111">===> Market</option> <option value="257">=====> Discutii Servicii</option> <option value="166">===> Minerit</option> <option value="112">===> Tutoriale</option> <option value="113">===> Bine ai venit!</option> <option value="259">===> Altcoins (Monede Alternative)</option> <option value="178">=====> Anunturi Monede Alternative</option> <option value="45">=> Skandinavisk</option> <option value="133">=> Türkçe (Turkish)</option> <option value="180">===> Bitcoin Haberleri</option> <option value="189">===> Ekonomi</option> <option value="190">===> Servisler</option> <option value="232">=====> Fonlar</option> <option value="157">===> Alternatif Kripto-Paralar</option> <option value="235">=====> Madencilik (Alternatif Kripto-Paralar)</option> <option value="239">=====> Duyurular (Alternatif Kripto-Paralar)</option> <option value="155">===> Pazar Alanı</option> <option value="156">===> Madencilik</option> <option value="229">===> Proje Geliştirme</option> <option value="158">===> Konu Dışı</option> <option value="174">===> Yeni Başlayanlar & Yardım</option> <option value="230">===> Buluşmalar</option> <option value="29">=> Português (Portuguese)</option> <option value="131">===> Primeiros Passos (Iniciantes)</option> <option value="69">===> Economia & Mercado</option> <option value="181">===> Criptomoedas Alternativas</option> <option value="134">===> Brasil</option> <option value="135">===> Portugal</option> <option value="70">===> Mineração em Geral</option> <option value="206">===> Desenvolvimento & Discussões Técnicas</option> <option value="95">=> עברית (Hebrew)</option> <option value="219">=> Pilipinas</option> <option value="243">===> Altcoins (Pilipinas)</option> <option value="260">=====> Altcoin Announcements (Pilipinas)</option> <option value="268">===> Pamilihan</option> <option value="274">===> Others (Pilipinas)</option> <option value="252">=> 日本語 (Japanese)</option> <option value="255">===> アルトコイン</option> <option value="27">=> Español (Spanish)</option> <option value="31">===> Mercado y Economía</option> <option value="202">=====> Servicios</option> <option value="203">=====> Trading y especulación</option> <option value="32">===> Hardware y Minería</option> <option value="33">===> Esquina Libre</option> <option value="101">===> Mercadillo</option> <option value="102">=====> Mexico</option> <option value="103">=====> Argentina</option> <option value="105">=====> Centroamerica y Caribe</option> <option value="104">=====> España</option> <option value="130">===> Primeros pasos y ayuda</option> <option value="151">===> Altcoins (criptomonedas alternativas)</option> <option value="204">=====> Servicios</option> <option value="177">=====> Minería de altcoins</option> <option value="254">=====> Tokens (Español)</option> <option value="16">=> Deutsch (German)</option> <option value="60">===> Mining (Deutsch)</option> <option value="61">===> Trading und Spekulation</option> <option value="63">===> Projektentwicklung</option> <option value="64">===> Off-Topic (Deutsch)</option> <option value="139">===> Treffen</option> <option value="140">===> Presse </option> <option value="152">===> Altcoins (Deutsch)</option> <option value="270">=====> Announcements (Deutsch)</option> <option value="269">===> Marktplatz</option> <option value="141">=====> Auktionen</option> <option value="36">=====> Suche</option> <option value="35">=====> Biete</option> <option value="62">===> Anfänger und Hilfe</option> <option value="120">=> Ελληνικά (Greek)</option> <option value="136">===> Αγορά</option> <option value="195">===> Mining Discussion (Ελληνικά)</option> <option value="179">===> Altcoins (Ελληνικά)</option> <option value="246">=====> Altcoin Announcements (Ελληνικά)</option> <option value="247">=====> Altcoin Mining (Ελληνικά)</option> <option value="11">=> Other languages/locations</option> <option value="142">=> Polski</option> <option value="163">===> Tablica ogłoszeń</option> <option value="164">===> Alternatywne kryptowaluty</option> <option value="263">=====> Nowe kryptowaluty i tokeny</option> <option value="264">=====> Tablica ogłoszeń (altcoiny)</option> <option value="275">=> Nigeria (Naija)</option> <option value="279">===> Politics and society (Naija)</option> <option value="280">===> Off-topic (Naija)</option> </select> <button type="submit">go</button> </form> </div> </div> </div> </div> </div> </div> <footer class="footer"> <div class="left"> <a class="powered-icon mysql" href="http://www.mysql.com/" target="blank"></a> <a class="powered-icon php" href="http://www.php.net/" target="blank"></a> </div> <div class="center"> © 2020, Bitcointalksearch.org </div> <div class="right"> <a class="valid-icon xhtml" href="http://validator.w3.org/check/referer" target="blank"></a> <a class="valid-icon css" href="http://jigsaw.w3.org/css-validator/check/referer" target="blank"></a> </div> </footer> <script src="/assets/427491ca/f7fa18c7/jquery.js"></script> <script src="/assets/427491ca/0f7cd776/yii.js"></script> <script src="/assets/427491ca/0f7cd776/yii.activeForm.js"></script> <script src="/assets/427491ca/3f84b6fd/jquery-ui.js"></script> <script src="/assets/427491ca/0ec48276/js/akeyboard.min.js"></script> <script src="/assets/427491ca/f1f14823/js/bootstrap.js"></script> <script src="/assets/427491ca/8d094ee3/js/activeform.min.js"></script> <script src="/assets/427491ca/ab575839/js/select2.full.min.js"></script> <script src="/assets/427491ca/7ca46779/js/select2-krajee.min.js"></script> <script src="/assets/427491ca/286d0aed/js/kv-widgets.min.js"></script> <script>jQuery(function ($) { jQuery('#jump-to-form').yiiActiveForm([{"id":"jumptoform-category_id","name":"category_id","container":".field-jumptoform-category_id","input":"#jumptoform-category_id","enableAjaxValidation":true}], {"validationUrl":"\/forum\/default\/jump-to-category"}); $(document).on('change', '#jumptoform-category_id', function() { $('#jump-to-form').submit(); }); $('.messages .items .item').each(function() { var user_data_height = $(this).find('.user-data').outerHeight(); var message_data_height = $(this).find('.message-data').outerHeight(); var header_height = $(this).find('.message-data .header').outerHeight(); var signature_height = $(this).find('.message-data .signature').outerHeight(); var content_padding = parseInt($(this).find('.message-data .content').css('padding-bottom')); if(user_data_height > message_data_height) { $(this).find('.message-data .content').css('height', (user_data_height - (header_height + signature_height)) - content_padding); } }); var $el=jQuery("#w3 .kv-hint-special");if($el.length){$el.each(function(){$(this).activeFieldHint()});} jQuery&&jQuery.pjax&&(jQuery.pjax.defaults.maxCacheLength=0); if (jQuery('#timezoneselectform-timezone').data('select2')) { jQuery('#timezoneselectform-timezone').select2('destroy'); } jQuery.when(jQuery('#timezoneselectform-timezone').select2(select2_7cea2cc0)).done(initS2Loading('timezoneselectform-timezone','s2options_3267a624')); jQuery('#w3').yiiActiveForm([], []); $(document).on('click', '.hider', function () { if ($(this).hasClass('hide-header')) { $('#header .auth-info').addClass('hidden'); $('#header .bottom').addClass('hidden'); $(this).removeClass('hide-header'); $(this).addClass('show-header'); } else { $('#header .auth-info').removeClass('hidden'); $('#header .bottom').removeClass('hidden'); $(this).removeClass('show-header'); $(this).addClass('hide-header'); } }); $('.timezone-dropdown').on('change', function() { var id = $(this).find('select').select2('data')[0].id; $.ajax({ url: '/site/save-timezone', type: 'get', dataType: 'json', data: { timeZoneId: id, }, success: function(response) { location.reload(); }, error: function () { } }); }); function submitBigsearch() { location.href = '/forum/default/search?q=QUERY'.replace('QUERY', encodeURIComponent($('#bigsearch textarea').val())); } $('#bigsearch textarea').on('keydown', function(e) { if (e.key == 'Enter') { event.preventDefault(); submitBigsearch(); } }); var keyboard = new aKeyboard.keyboard({ el: '#akeyboard-container' }); keyboard.inputOn('#bigsearch textarea', 'value'); keyboard.onclick('Enter', function() { $('#akeyboard-container').hide(); submitBigsearch(); }); $('#akeyboard-container').draggable(); $('.bigsearch-function-tia').on('click', function() { $('#akeyboard-container').toggle(); }); });</script></body> </html>