Bitcoin Forum
April 30, 2024, 07:52:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 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 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
September 09, 2013, 10:25:56 AM
 #1041

The brave among you might want to try out this code repo under Linux (it's a straight fork from pooler's cpuminer with my CUDA additions).


Is  there a windows binary coming out soon?




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
1714506762
Hero Member
*
Offline Offline

Posts: 1714506762

View Profile Personal Message (Offline)

Ignore
1714506762
Reply with quote  #2

1714506762
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714506762
Hero Member
*
Offline Offline

Posts: 1714506762

View Profile Personal Message (Offline)

Ignore
1714506762
Reply with quote  #2

1714506762
Report to moderator
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
September 09, 2013, 10:30:45 AM
 #1042

Is  there a windows binary coming out soon?

after some more days of testing and tinkering (a timeframe of about a week).

mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
September 09, 2013, 12:19:01 PM
 #1043

Is  there a windows binary coming out soon?

after some more days of testing and tinkering (a timeframe of about a week).



Thanks. I have a Tesla c2075.




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 13, 2013, 08:26:45 AM
 #1044

Hi Christian. I've tried your new repo under windows. Just needed to #undef HAVE_ALLOCA_H and HAVE_SYSLOG_H in cpuminer-config.h to get it to compile under vc2010 and then changed max_warps_per_block() to return 16 in fermi_kernel.h to make use of the extra WARPS_PER_BLOCK.

There is some increase in reported speed. Before, i was using 28x8 with a GTX560Ti 448 core and peaking around 210khash/s. Now using F14x16 im getting up to 218khash/s.

Not much more but still more. Great work, thanks.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
September 13, 2013, 08:38:06 AM
Last edit: September 13, 2013, 09:15:36 AM by cbuchner1
 #1045

There is some increase in reported speed. Before, i was using 28x8 with a GTX560Ti 448 core and peaking around 210khash/s. Now using F14x16 im getting up to 218khash/s.

Not much more but still more. Great work, thanks.

First, congrats for being able to set up compilation on Windows. This certainly is no piece of cake.

That windows compilation issue has been fixed meanwhile, also the x16 warps issue you noted.

Try passing the flag -H1 for a bit more speed. I get 225 kHash/s on 560Ti 448 core. The default is -H 0 which uses a non-parallel approach on the CPU to do the SHA256 hashing - while it reduces CPU load by about a third it also takes some percent off my kHash values on the fastest cards.
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 13, 2013, 09:24:01 AM
Last edit: September 13, 2013, 11:33:19 AM by fruittool
 #1046


Try passing the flag -H1 for a bit more speed. I get 225 kHash/s on 560Ti 448 core. The default is -H 0 which uses a non-parallel approach on the CPU to do the SHA256 hashing - while it reduces CPU load by about a third it also takes some percent off my kHash values on the fastest cards.


I am actually using  -C 1 -i 0 -l F14x16 -H 1. What are your clock speeds? Here i have stock 732/1900.

I'll try downloading your updated repo and a fresh compile.

*edit* No, still the same.
CrowJuice
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 16, 2013, 09:18:47 AM
 #1047

I am having a problem with Cudaminer. If I use any other port then 8337 then it automatically tries to connect to use a Stratum connection. I am trying to connect to a LongPool connection with the following line:
cudaminer.exe --url=http://mining.eu.hypernova.pw:9332 --user=user.1 --pass=pass -q -d 0
muto
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


View Profile
September 23, 2013, 09:54:24 AM
Last edit: September 23, 2013, 10:32:58 AM by muto
 #1048

Does anybody mine with a GTX460 768mb RAM? I realy wondered how good it's performance is. Getting about 110-115KH/s after about 10 minutes of really basic performance tweaking. Since the GPU is at about 85% load on average, I think there is room for more.

Currently my card is overclocked to 830/2000 and undervolted to 962 mV. I'm using the following parameters:  -C 2 -l 28x4

Does anybody have an idea about further improving the hashing power?

Edit: further overclocking to 835/2000 got the Card to perform 3-4 KH/ better. Further undervolting to 950 mV seems to be stable.
Stoneysilence
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
September 24, 2013, 12:51:50 AM
 #1049

Does anybody mine with a GTX460 768mb RAM? I realy wondered how good it's performance is. Getting about 110-115KH/s after about 10 minutes of really basic performance tweaking. Since the GPU is at about 85% load on average, I think there is room for more.

Currently my card is overclocked to 830/2000 and undervolted to 962 mV. I'm using the following parameters:  -C 2 -l 28x4

Does anybody have an idea about further improving the hashing power?

Edit: further overclocking to 835/2000 got the Card to perform 3-4 KH/ better. Further undervolting to 950 mV seems to be stable.

I have a 1GB GTX460 780/1800 and I only get about 90-110KH/s (average 105).  Mine is stock speeds though.  My card gets real unstable when I OC.
muto
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


View Profile
September 24, 2013, 05:37:34 AM
Last edit: September 24, 2013, 07:20:46 AM by muto
 #1050

At stock my card got about 90 kH/S. But since the 1GB Version does have 256bit memoryinterface (instead of 192bit) it seems legit, that the card is faster at stock settings.

Mine is now between 110 and 118 kH/S and ran undervolted to 937mV stable for more the 12 hours now. Will try further undervolting to save energy.


I think in point of overclocking this is near te optimum. I'm wondering if soemeone could suggest some flags for the miner, which could improve the hashing power?
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 24, 2013, 08:41:30 AM
 #1051


I think in point of overclocking this is near te optimum. I'm wondering if soemeone could suggest some flags for the miner, which could improve the hashing power?

I can make two suggestions. Make sure the -C flag is optimal for your card. I get best performance using -C 1. You could try -i 0 but this might make desktop lag unbearable, it depends on the power of your card.
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 24, 2013, 09:12:01 AM
 #1052

I have compiled the new repo for 64 bit. Meant i had to compile a 64 bit libcurl but now im getting up to 228khash/s but at the same time getting some nasty cpu usage.
This is a 2.4GHz Core2Quad overclocked to 3GHz.

http://s24.postimg.org/yfxb7fa4l/Capture.jpg

Adding an extra sleep before MyStreamSynchronize returns seems to keep it down without impacting performance.

http://s18.postimg.org/mr5rvzk49/Captureb.jpg

muto
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


View Profile
September 24, 2013, 09:57:04 AM
Last edit: September 24, 2013, 10:10:40 AM by muto
 #1053



I can make two suggestions. Make sure the -C flag is optimal for your card. I get best performance using -C 1. You could try -i 0 but this might make desktop lag unbearable, it depends on the power of your card.

Thanks for that, the -i 0 made the difference. GPU load is now constantly at 99% and not between 85% and 98%. -C 2 is still the best value for my card.



Undervolting to 925 mV is stable for me. Further undervolting got the cudaminer to stop mining.

I'm mining now with constant 66°C at 53% fan speed
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
September 24, 2013, 12:22:58 PM
 #1054

try -i 0 -C 2 -m 1 -l 14x8

EDIT oops missed a page

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
September 24, 2013, 12:27:43 PM
 #1055

I have compiled the new repo for 64 bit. Meant i had to compile a 64 bit libcurl but now im getting up to 228khash/s but at the same time getting some nasty cpu usage.
This is a 2.4GHz Core2Quad overclocked to 3GHz.

Adding an extra sleep before MyStreamSynchronize returns seems to keep it down without impacting performance.




228kh is amazing for a 560ti, can you share this build?

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 24, 2013, 10:40:17 PM
 #1056

I have compiled the new repo for 64 bit. Meant i had to compile a 64 bit libcurl but now im getting up to 228khash/s but at the same time getting some nasty cpu usage.
This is a 2.4GHz Core2Quad overclocked to 3GHz.

228kh is amazing for a 560ti, can you share this build?

I can but, don't be surprised if it craps out on anything other than a 560ti 448.

http://www.filedropper.com/cudaminerx64
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
September 25, 2013, 08:51:03 PM
 #1057

ah the 64 extra cuda cores would explain it, iv got a 384 version of the 560ti. still managed to get a few more kh up to 144 now Smiley and almost 0 cpu usage 90% of the time, other version was going from 2 to 4%. thanks for sharing Smiley

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
muto
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250


View Profile
September 26, 2013, 06:12:43 AM
 #1058



Did anybody have this problem? Have had it tonight. For some reason the hashrate seemed to drop a little bit and the cudaminer freezed. It didn't react to CTRL+C this morning.
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
September 26, 2013, 07:52:49 AM
Last edit: October 02, 2013, 10:56:37 AM by aa
 #1059

Hey everyone, I want to update this chart: https://litecoin.info/Mining_hardware_comparison#NVIDIA Especially people with GPUs that aren't listed, newer GPUs, or if you have better hashrates on your model than what's listed. You can add the info yourself if you register and get your account approved with the CryptoPayment system (it completely stops spammers, coin goes to Litecoin Association to fund the server).

I can add the info for you: PM me the info that's in the chart, please (referenced below). Add the info to the URL below!

Model, kH/s, Watts (if you know it), Core (MHz), Memory (MHz), Miner (I guess, only if it's different from the current version in OP), after that I'd like the flags used, the hardware specs for the rest of the system, OS, drivers, etc.

I'd appreciate it greatly, and I'm sure all NVIDIA Litecoin miners would appreciate having an updated chart to refer to.

Oh, along with the info, a link to a screenshot of cudaMiner running would be a nice bonus.


Editing to say that I made this to easily add your information: http://www.lurkmore.com/hardware-compare/

Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
September 26, 2013, 09:48:06 AM
 #1060

fruittool

cool i did that too already and it sped things up just building for x64 Smiley

FUD first & ask questions later™
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 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 ... 1135 »
  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!