Bitcoin Forum
May 13, 2024, 08:12:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 »  All
  Print  
Author Topic: NVIDIA Kepler (K20) from 134MHash/s to 330MHash/s with CUDA  (Read 73293 times)
psychocoder (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 18, 2013, 05:25:51 AM
 #161

I can't even get it to run. I get unable to load cuda module error. When I try compile the module myself per the instructions...I get this error:

LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main reference
d in function ___tmainCRTStartup
a.exe : fatal error LNK1120: 1 unresolved externals

No one can tell me how to fix it. I'm not much for a programmer..

Is your driver up to date? If not please upodate your driver and run the precompiled version.
1715631133
Hero Member
*
Offline Offline

Posts: 1715631133

View Profile Personal Message (Offline)

Ignore
1715631133
Reply with quote  #2

1715631133
Report to moderator
1715631133
Hero Member
*
Offline Offline

Posts: 1715631133

View Profile Personal Message (Offline)

Ignore
1715631133
Reply with quote  #2

1715631133
Report to moderator
1715631133
Hero Member
*
Offline Offline

Posts: 1715631133

View Profile Personal Message (Offline)

Ignore
1715631133
Reply with quote  #2

1715631133
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.
supwang
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 18, 2013, 09:29:54 AM
 #162

Is this software only for BTC? can not use for LTC?
Lacan82
Sr. Member
****
Offline Offline

Activity: 247
Merit: 250


View Profile
April 18, 2013, 11:05:04 AM
 #163

I can't even get it to run. I get unable to load cuda module error. When I try compile the module myself per the instructions...I get this error:

LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main reference
d in function ___tmainCRTStartup
a.exe : fatal error LNK1120: 1 unresolved externals

No one can tell me how to fix it. I'm not much for a programmer..

Is your driver up to date? If not please upodate your driver and run the precompiled version.
Yes my drivers are up to date

charliemaggot
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
April 18, 2013, 04:25:25 PM
 #164

@Lacan82 Which card do you have?

@supwang Yes, only BTC.
Lacan82
Sr. Member
****
Offline Offline

Activity: 247
Merit: 250


View Profile
April 18, 2013, 04:51:07 PM
 #165

@Lacan82 Which card do you have?

@supwang Yes, only BTC.

GTX 570 and  GT 650m

both have the issue

Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
April 18, 2013, 06:12:54 PM
 #166

i have a GTX Titan and i got only 360MHash/s with 1150mhz gpu clock, is it possible that i get more MHashes with linux ?

changing -gputhreads=x has no effect on the rpcminer :/ it stays by 256
supwang
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 19, 2013, 12:37:22 AM
 #167

@Lacan82 Which card do you have?

@supwang Yes, only BTC.

Thank you.
mrb
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
April 19, 2013, 03:14:21 AM
 #168

So Kepler does have a bit rotate instruction. Finally, Nvidia!

Does it have the equivalent of AMD's bfi_int for another speedup? It does not seem so.
charliemaggot
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
April 19, 2013, 04:43:19 AM
 #169

I can't even get it to run. I get unable to load cuda module error. When I try compile the module myself per the instructions...I get this error:

LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main reference
d in function ___tmainCRTStartup
a.exe : fatal error LNK1120: 1 unresolved externals

No one can tell me how to fix it. I'm not much for a programmer..

This is a mismatch between the runtime libraries, I guess the project has an error. Make sure you are building a Release/x64 build. In the meantime, can you download the Debug branch from https://github.com/cdmackie/rpcminer-mod/tree/Debug/bin and see if you get the same problems, and post any output.
psychocoder (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 19, 2013, 05:45:58 AM
 #170

i have a GTX Titan and i got only 360MHash/s with 1150mhz gpu clock, is it possible that i get more MHashes with linux ?

changing -gputhreads=x has no effect on the rpcminer :/ it stays by 256

Can you please add the full name of your grafic card! Our post a link to the shop and product were you have board the gpu. I think there is no GTX Titan with 1150 mhz. I my theoretic calculation a GTX Titan with 1150mHz must get 500+ MHash/s. Please post the first 20 lines output from rpcminer thats help me to see why you Hashrate is so low.

And yes the paramater -gputhreads=x is disabled because the kernel are compiled for 256 threads only.
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
April 19, 2013, 04:00:46 PM
 #171

of course its oced, normal boost clock 966 (61% ASIC) -> 300MHash/s

http://www.asus.com/Graphics_Cards/GTXTITAN6GD5/#specifications

posting the lines, when i come home
z1ppy
Newbie
*
Offline Offline

Activity: 12
Merit: 0



View Profile
April 19, 2013, 06:38:46 PM
 #172

has anyone compiled binaries for Windows x64? very interested in this Smiley

thanks
psychocoder (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 19, 2013, 07:10:19 PM
 #173

has anyone compiled binaries for Windows x64? very interested in this Smiley

thanks

charliemaggot  created windows binaries:
https://github.com/cdmackie/rpcminer-mod/tree/master/bin
z1ppy
Newbie
*
Offline Offline

Activity: 12
Merit: 0



View Profile
April 19, 2013, 07:15:15 PM
 #174

has anyone compiled binaries for Windows x64? very interested in this Smiley

thanks

charliemaggot  created windows binaries:
https://github.com/cdmackie/rpcminer-mod/tree/master/bin

thank you!
z1ppy
Newbie
*
Offline Offline

Activity: 12
Merit: 0



View Profile
April 19, 2013, 07:51:38 PM
 #175

So the thread says going from 134 - 330.. I have yet to see any sort of leap from using other miners or rpcminer at default.  I realize that people are working on functions to try to improve that and their efforts are greatly appreciated but, I think all of us would like to see a nice bump in our mining with our nvidia cards.

thoughts?

I saw you mention 560 Ti earlier. That's my card. What hash rate did you see before/after this mod? I'm getting 80-90 mh/s now using GUIMiner w/ rpcminer-cuda.exe but would welcome any additional boost if possible.

If this is about the best I can do with current card, I will likely do a new build + move to Litecoin soon.

thanks
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 19, 2013, 08:52:02 PM
 #176

Too bad my gaming rig is a GTX 480 - Fermi. A lot of wasted power there.

Awesome post though, respect for anybody willing to develop in CUDA.
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
April 19, 2013, 09:51:21 PM
 #177

Notanon
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250



View Profile
April 23, 2013, 09:57:00 AM
 #178

Just tried running rpcminer-mod-cuda in Windows 7 32-bit version and it throws up an error, stating that it's not compatible with the version of Window's I'm running. Huh What am I doing wrong?
charliemaggot
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
April 24, 2013, 10:55:39 PM
 #179

Just tried running rpcminer-mod-cuda in Windows 7 32-bit version and it throws up an error, stating that it's not compatible with the version of Window's I'm running. Huh What am I doing wrong?

The pre-built binary is 64-bit, for 32-bit you can either build it yourself or download the last pre-built binary files from:

https://github.com/cdmackie/rpcminer-mod/tree/efefff3a8535d0ae544c315cc42e4bf2967c3abd/bin
Notanon
Sr. Member
****
Offline Offline

Activity: 388
Merit: 250



View Profile
April 25, 2013, 05:02:20 AM
 #180

Hmm, might have to try and build one myself. Just tried using the last pre-built files and they didn't work.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 »  All
  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!