Author

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

legendary
Activity: 914
Merit: 1001
OK, massive difference with that new code. Now getting 360 Mh/s.

Thanks for the info, guys.

Has anyone managed to compile the QT wallet for Doom on Linux? I'm getting an error with that ...

Code:
In file included from src/tor/or.h:98:0,
                 from src/tor/addressmap.c:9:
src/tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
 #include
                         ^
compilation terminated.
make: *** [build/addressmap.o] Error 1

sudo apt-get install libevent-dev
hero member
Activity: 789
Merit: 501
It's not a good period, profit divide by 2 between now and 3 weeks ago if I compare the mainstream coin profit in nvidia profit calc.
What are you mining right now ? Where is the "place to be" for the nvidia miners ? Smiley
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
OK, massive difference with that new code. Now getting 360 Mh/s.

Thanks for the info, guys.

Has anyone managed to compile the QT wallet for Doom on Linux? I'm getting an error with that ...

Code:
In file included from src/tor/or.h:98:0,
                 from src/tor/addressmap.c:9:
src/tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
 #include
                         ^
compilation terminated.
make: *** [build/addressmap.o] Error 1
legendary
Activity: 3248
Merit: 1070
The pastebin code is actually two separate files, you'll see where each file starts as a comment.

Clone djm's repo, replace doom.cu with the first part of the paste. Then create a new file in the qubit directory, called doom_luffa512.cu and paste in the second part from pastebin. Then you'll want to change Makefile.am to include the new file in the build. I did it by changing the line
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu \
into
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu qubit/doom_luffa512.cu \

After that, it's all autogen configure make and enjoy the summer.

i just added them under new folder with vs2010
hero member
Activity: 868
Merit: 1000
6 x 750Ti's and 1x GTX Titan Black hashing away on DOOM right now, but only estimated to get 150 coins a day lol.

U are late for the party. AMD miner destroy the profitability of the coin. But I am glad AMD miner was released later. At least it give small NVIDIA miner a chance to get some decent amount of coins.

Difficulty was 10x lower without AMD miner. Once AMD miner came online, it shoot up more than 10x and growing. Too much AMD. Too much hash.
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
The pastebin code is actually two separate files, you'll see where each file starts as a comment.

Clone djm's repo, replace doom.cu with the first part of the paste. Then create a new file in the qubit directory, called doom_luffa512.cu and paste in the second part from pastebin. Then you'll want to change Makefile.am to include the new file in the build. I did it by changing the line
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu \
into
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu qubit/doom_luffa512.cu \

After that, it's all autogen configure make and enjoy the summer.

Compiling now, will post results.

Thanks, tsiv.
hero member
Activity: 789
Merit: 501
does nvMiner is available in linux ?
I see just binarie download in cudamining.cc, is there the sources somewhere ? Smiley
member
Activity: 77
Merit: 10
6 x 750Ti's and 1x GTX Titan Black hashing away on DOOM right now, but only estimated to get 150 coins a day lol.
sr. member
Activity: 330
Merit: 252
the master himself wrote the right answer... so i deleted my lines
full member
Activity: 137
Merit: 100
The pastebin code is actually two separate files, you'll see where each file starts as a comment.

Clone djm's repo, replace doom.cu with the first part of the paste. Then create a new file in the qubit directory, called doom_luffa512.cu and paste in the second part from pastebin. Then you'll want to change Makefile.am to include the new file in the build. I did it by changing the line
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu \
into
x13/cuda_haval512.cu x13/cuda_sha512.cu qubit/doom.cu qubit/doom_luffa512.cu \

After that, it's all autogen configure make and enjoy the summer.
legendary
Activity: 3248
Merit: 1070
Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?

just copy the pastebin into the doom.cu
and compile again

you need to add the unified qubit luffa and cuda luffa , called doom luffa

i just created a new filter as it is confusing right now...

I don't understand what you mean, Amph. Does this mean we can't compile on Linux right now?  Huh

you need to add the new doom_luffa512, is basically cuda_luffa512 + qubit_luffa512 with the hash boost, is in the pastebin, just copy past in a new .cu file

my bad is just qubitluffa + boost, well just copy paste the doom.cu + the raw part for the boost
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?

just copy the pastebin into the doom.cu
and compile again

you need to add the unified qubit luffa and cuda luffa , called doom luffa

i just created a new filter as it is confusing right now...

I don't understand what you mean, Amph. Does this mean we can't compile on Linux right now?  Huh
legendary
Activity: 3248
Merit: 1070
Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?

just copy the pastebin into the doom.cu
and compile again

you need to add the unified qubit luffa and cuda luffa , called doom luffa

i just created a new filter as it is confusing right now...
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
OK, getting an error...

Quote
1 error detected in the compilation of "/tmp/tmpxft_00005c83_00000000-9_doom.compute_35.cpp1.ii".
make[2]: *** [qubit/doom.o] Error 2
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?

just copy the pastebin into the doom.cu
and compile again

OK, compiling now. Will post back with results.
full member
Activity: 348
Merit: 102

Win8 x64, G1620, Asrock H61 PRO BTC, 4Gb, nvminer-v1.2U-D5, 337.88-whql

6x750Ti - x11 - 410W rig

[2014-07-29 00:43:44] Stratum detected new block
[2014-07-29 00:43:44] GPU #5: GeForce GTX 750 Ti, 2653 khash/s
[2014-07-29 00:43:44] GPU #4: GeForce GTX 750 Ti, 2659 khash/s
[2014-07-29 00:43:44] GPU #1: GeForce GTX 750 Ti, 2653 khash/s
[2014-07-29 00:43:44] GPU #3: GeForce GTX 750 Ti, 2669 khash/s
[2014-07-29 00:43:44] GPU #2: GeForce GTX 750 Ti, 2642 khash/s
[2014-07-29 00:43:44] GPU #0: GeForce GTX 750 Ti, 2659 khash/s
[2014-07-29 00:43:46] accepted: 5/5 (100.00%), 15913 kh/s - Yay


6x750Ti - CryptoNight - 316W rig

[2014-07-28 15:52:38] Stratum detected new block
[2014-07-28 15:52:39] GPU #3: GeForce GTX 750 Ti, 283.68 H/s
[2014-07-28 15:52:39] GPU #5: GeForce GTX 750 Ti, 283.17 H/s
[2014-07-28 15:52:39] GPU #4: GeForce GTX 750 Ti, 283.37 H/s
[2014-07-28 15:52:39] GPU #1: GeForce GTX 750 Ti, 283.25 H/s
[2014-07-28 15:52:40] GPU #0: GeForce GTX 750 Ti, 283.72 H/s
[2014-07-28 15:52:40] GPU #2: GeForce GTX 750 Ti, 283.14 H/s
[2014-07-28 15:53:11] accepted: 201/201 (100.00%), 1700.33 H/s - Yay

what clocks?
and which cards? (samsung memory?)

CryptoNight
MSI GeForce GTX 750Ti, N750TI-2GD5/OC - Samsung mem 1300-1400/3000-3150 = 280-300h/s
MSI GeForce GTX 750Ti, N750TI-2GD5/OCV1 - Hynix mem  1300-1400/3000-3150 = 250-270h/s - 10% slow

x11 algo Equally
sr. member
Activity: 330
Merit: 252
Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?

just copy the pastebin into the doom.cu
and compile again
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
How about posting your code and we can compare to see what you did differently?

Me just wants to get my grubby hands on it.  Grin

Right, I cloned djm's latest and only modified doom.cu and created doom_luffa512.cu. And obviously you'll need to modify Makefile.am and the VC project files to include doom_luffa512.cu in the build. Built it and voila, ~80 MH/s per 750 Ti. Let me know how it turns out.

Source for both files here: http://pastebin.com/3kUMumEm


thanks tsiv & djm.

my rig (5x750Ti / Ubuntu 1404) went from:

275MH @ ~300W

to

400MH @ ~300W

Smiley


Whoa, just noticed this. How do I get this to compile with DJM34 source code from Github? I'm compiling on Linux.

OR...

DJM34, do you have plans to add this speed increase to your github master?
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Trying out Doom and getting approx. 50 Mh/s per 750Ti. How is that looking, just about right?

I'm using straight forward configuration, just algo and pool details. Cards on stock settings.


See next post...
sr. member
Activity: 506
Merit: 252
Hey all, just started trying my hand at monero and I'm getting an odd issue.  Using NVMiner 1.2D6 my GTX 750 tis are hashing in the 280s or so, but my GTX titan is only getting around 220 or so.  Am I missing something?

Yes, 750Ti is the bomb.

yes and no.  In all other coins, my Titan is 2-3x a 750 ti.  So yes, it rock, but it's not that big of a bomb if you got a titan.  Seems like the code is not set for this card.  Much like the early ccminer was for x11.

Any tips?

What's the watt consumption of your Titan? On a non-OCed 750 Ti it's around 60 Watt. Can your Titan beat the Ti's hash/watt ratio?

Edit: after looking at the GTX Titan specs, I see 250W consumption... Clear cut case here!

Win8 x64, G1620, Asrock H61 PRO BTC, 4Gb, nvminer-v1.2U-D5, 337.88-whql

6x750Ti - x11 - 410W rig

[2014-07-29 00:43:44] Stratum detected new block
[2014-07-29 00:43:44] GPU #5: GeForce GTX 750 Ti, 2653 khash/s
[2014-07-29 00:43:44] GPU #4: GeForce GTX 750 Ti, 2659 khash/s
[2014-07-29 00:43:44] GPU #1: GeForce GTX 750 Ti, 2653 khash/s
[2014-07-29 00:43:44] GPU #3: GeForce GTX 750 Ti, 2669 khash/s
[2014-07-29 00:43:44] GPU #2: GeForce GTX 750 Ti, 2642 khash/s
[2014-07-29 00:43:44] GPU #0: GeForce GTX 750 Ti, 2659 khash/s
[2014-07-29 00:43:46] accepted: 5/5 (100.00%), 15913 kh/s - Yay


6x750Ti - CryptoNight - 316W rig

[2014-07-28 15:52:38] Stratum detected new block
[2014-07-28 15:52:39] GPU #3: GeForce GTX 750 Ti, 283.68 H/s
[2014-07-28 15:52:39] GPU #5: GeForce GTX 750 Ti, 283.17 H/s
[2014-07-28 15:52:39] GPU #4: GeForce GTX 750 Ti, 283.37 H/s
[2014-07-28 15:52:39] GPU #1: GeForce GTX 750 Ti, 283.25 H/s
[2014-07-28 15:52:40] GPU #0: GeForce GTX 750 Ti, 283.72 H/s
[2014-07-28 15:52:40] GPU #2: GeForce GTX 750 Ti, 283.14 H/s
[2014-07-28 15:53:11] accepted: 201/201 (100.00%), 1700.33 H/s - Yay

what clocks?
and which cards? (samsung memory?)
Jump to: