Author

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

newbie
Activity: 20
Merit: 0
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin


Again, not 750Ti 1GB


Not working
Ask me for a workable model executable 1GB
"please, thanks, etc..." are words which can come handy from time to time.

I will make one (but you know from time to time I also need to sleep)


I know.
Has always been grateful. ^*^
legendary
Activity: 1400
Merit: 1050
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin


Again, not 750Ti 1GB


Not working
Ask me for a workable model executable 1GB
"please, thanks, etc..." are words which can come handy from time to time.

I will make one (but you know from time to time I also need to sleep)
newbie
Activity: 20
Merit: 0
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin


Again, not 750Ti 1GB


Not working
Ask me for a workable model executable 1GB

I have donated 1000 XCN you

The donations
legendary
Activity: 1400
Merit: 1050

can't compile under Ubuntu 14.04:

Code:
ptxas fatal   : Unresolved extern function 'vprintf'
make[2]: *** [x13/cuda_mul.o] Error 255

I guess djm34 forgets to fix it. Here is my fixes:
Quote
1. Comment out the printf line 107-109 @ x13/cuda_mul.cu

2. //typedef unsigned long long uint64_t;  
@ line 35 @ qubit/qubit_luffa512.cu
@ line 55 @ x13/cuda_x13_hamsi512.cu
->  invalid redeclaration



there is no type redefinition in qubit_luffa512 (at least not in the current version)

I updated the files on github (made a change in makefile rather than commenting out the printf... as it is there on purpose, not working well actually...)
hero member
Activity: 938
Merit: 1000

can't compile under Ubuntu 14.04:

Code:
ptxas fatal   : Unresolved extern function 'vprintf'
make[2]: *** [x13/cuda_mul.o] Error 255

I guess djm34 forgets to fix it. Here is my fixes:
Quote
1. Comment out the printf line 107-109 @ x13/cuda_mul.cu

2. //typedef unsigned long long uint64_t; 
@ line 35 @ qubit/qubit_luffa512.cu
@ line 55 @ x13/cuda_x13_hamsi512.cu
->  invalid redeclaration


legendary
Activity: 1512
Merit: 1000
quarkchain.io
6rig - G1620 + H61 Pro BTC + 4Gb DDR3 + TT 550W + 6xMSI 750Ti 2Gb
Works 1 month, the temperature does not rise above 70 degrees

now i do like that rig very much. It is only 4 rigs that have fans blowing on them?


Nice work , only Bulgarian can make such a custom rig...
sr. member
Activity: 350
Merit: 250
6rig - G1620 + H61 Pro BTC + 4Gb DDR3 + TT 550W + 6xMSI 750Ti 2Gb
Works 1 month, the temperature does not rise above 70 degrees

now i do like that rig very much. It is only 4 rigs that have fans blowing on them?
legendary
Activity: 3248
Merit: 1070
nice setup, really clean and compact, your tamb must be low there
full member
Activity: 348
Merit: 102
6rig - G1620 + H61 Pro BTC + 4Gb DDR3 + TT 550W + 6xMSI 750Ti 2Gb
Works 1 month, the temperature does not rise above 70 degrees

full member
Activity: 168
Merit: 100
...there is one dev who is consistently cranking out new code for us without holding back...
Of course I'm talking about djm34.

      JPC: JWdVcJZdmdTdFEM1acumNQjrnrx3J7mdec

...So please join me in mining 48 hours for a great dev we owe a lot of profitability too.  Please forward any profits to the above addresses...

Carlo

So who is with me???


I just went ahead and averaged my mining over the last two weeks and sent 48 hours worth. I've only ever used cbuchner's code, but realize how important it is to say thanks.

Nice!
member
Activity: 91
Merit: 10
...there is one dev who is consistently cranking out new code for us without holding back...
Of course I'm talking about djm34.

      JPC: JWdVcJZdmdTdFEM1acumNQjrnrx3J7mdec

...So please join me in mining 48 hours for a great dev we owe a lot of profitability too.  Please forward any profits to the above addresses...

Carlo

So who is with me???


I just went ahead and averaged my mining over the last two weeks and sent 48 hours worth. I've only ever used cbuchner's code, but realize how important it is to say thanks.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Thinking of pointing a rig at Monero for the hell of it.

Is this the best program to use?

http://www.cudamining.co.uk/url/releases/member/4

Also In a BAT

ccminer.exe -a cryptonight -l 6x40 -o stratum+tcp://somepool:8000 -u address -p x

What does the 6X40 mean?

I have 4 X 750 TIs I want to aim at it.

Also do you overclock?
legendary
Activity: 914
Merit: 1001
new source with M7 (at last,  Grin) and also new deepcoin algo.

To be able to compile it you will need to instal and compile mpir-2.6.0
(placed in the same directory as the other dependencies  (eg: openssl, curl etc...))
go to build.vc10, click on mpir.sln, then build dll_mpir.gc (or lib_mpir_cxx) for Win32 Release.

Then you will need to move "mpir.h" to build.vc10/Win32/Release
(I had to move it to avoid conflict between other files present in that package...)

Once it is done, it should compile fine. (I just tried it, it seems to work).
You will also need to be able to run ccminer mpir.dll that you will have compiled.


For linux: You just need to install mpir package and it should work.

Please report any problem so that fixes can be uploaded to github.

In terms of speed, it is also a new version and should be at least 300khash faster than my latest binaries.
With my 750ti and its current OC, I get 5.15MHash/s. (curious to know what you get with those +500MHz cards  Grin)

It is however possible that the hashrate of compute_30 cards has decreased.  

Forgot to mention, this version requires cuda6.5 (or cuda6.5 RC)

To run deepcoin algo "-a deep"


can't compile under Ubuntu 14.04:

Code:
ptxas fatal   : Unresolved extern function 'vprintf'
make[2]: *** [x13/cuda_mul.o] Error 255
full member
Activity: 266
Merit: 100

... Of course I'm talking about djm34.

Please do what you can to acknowledge your appreciation for his dedication and work.

... his donation addresses:

      XCN: CTV1pxHZKRWgdJ9UqcaHG4apnX5deAqZDF

... If you can't spare 2 days of mining then I'd ask you at least mine for one day (24 hours).  After all, if it weren't for djm34 you probably wouldn't have any coins worth mining right now with your nvidia hardware.

Carlo

Good idea. Rig mining there now for the next 24 hours.
full member
Activity: 140
Merit: 100
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin
Hi,

This new version brings improvements for 750 Tis or non-Tis?

Regards..,  Wink
hero member
Activity: 1064
Merit: 500
MOBU
Dang it....my system still locks with the GTX650 2G. ( it's not a Ti ) I'm not happy. Back to my old GT640 2G. Please post a link to the latest working CUDA miner. Mining POT, LTC. Oh...I don't compile or code. Please link me to a working one.

Thanks much!
newbie
Activity: 20
Merit: 0
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin



Again, not 750Ti 1GB model
full member
Activity: 266
Merit: 100

460w? i'm at 396 MAX with 6 x 750ti, oc is useless with those babies

Why useless?? I see it otherwise when I get  an extra 300 Kh/s++ per card.
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Is this deepcoin makes any sence. It is matching nist5 algo per speeds...
Edit: BTW the v6 m7 miner speed up the rig with hashpower , 10x djm34...
legendary
Activity: 1400
Merit: 1050
binaries from the new m7/deepcoin release:
https://mega.co.nz/#!FIsUXDSA!_tcR1JhLDGQbpcCt078dWFj6fz7K8IThZc3HAph0SEY

Concerning my addresses, I can confirm right now, the BTC, XCN, JPC addresses for the others I need to check...

please don't send me your BBL  Grin

Thanks boss  Grin Grin

Slower for asus 760 on xcn
7.8 MH peak speed in deepcoin
I thought it was because of the maxregcount, but apparently not (so in principle it should be possible to get back to the old perf without hurting the perf of the recent card...)
Jump to: