Bitcoin Forum
May 09, 2024, 05:47:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 [651] 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
leofur
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 14, 2014, 10:34:32 AM
 #13001

Care to share your binaries with us?
And Christian, you can release only binaries, with no source code, I think you are credible enough for us to trust your binaries Wink
do you trust me? maybe i have implement code for searching for you passwords and wallets? example is find all wallet.dat on you pc and kill it.
Well my rigs are only for mining, so besides ccminer and nvidia drivers it has nothing Wink
I guess I'll just spend sometime figuring how to compile it myself.
1715233650
Hero Member
*
Offline Offline

Posts: 1715233650

View Profile Personal Message (Offline)

Ignore
1715233650
Reply with quote  #2

1715233650
Report to moderator
1715233650
Hero Member
*
Offline Offline

Posts: 1715233650

View Profile Personal Message (Offline)

Ignore
1715233650
Reply with quote  #2

1715233650
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715233650
Hero Member
*
Offline Offline

Posts: 1715233650

View Profile Personal Message (Offline)

Ignore
1715233650
Reply with quote  #2

1715233650
Report to moderator
1715233650
Hero Member
*
Offline Offline

Posts: 1715233650

View Profile Personal Message (Offline)

Ignore
1715233650
Reply with quote  #2

1715233650
Report to moderator
1715233650
Hero Member
*
Offline Offline

Posts: 1715233650

View Profile Personal Message (Offline)

Ignore
1715233650
Reply with quote  #2

1715233650
Report to moderator
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 10:34:57 AM
 #13002

but with "killer groestl" this problem is not problem?  Wink

Yes, do a search for "timeline" and look at the one I posted previously.

the problem is that this code is just way too easy to port to OpenCL, and hence we're looking at a way of releasing
it that doesn't involve disclosure of source code.

Hope you will find soon, I must admit I more interested by groestl than x11
I am compiling the new code and give it a try in a few minutes.
Does this update solve the low gpu usage seen in the previous version ?

I think its more like low gpu usage high CPU usage when using 6 x gtx 750 ti
So may-be it is a different issue, I mean I had to open several instance to be able to get higher than 90% gpu usage
(haven't had any cpu usage problem though... with my cpu cooler, this is very noticeable..)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 14, 2014, 10:36:23 AM
 #13003

but with "killer groestl" this problem is not problem?  Wink

Yes, do a search for "timeline" and look at the one I posted previously.

the problem is that this code is just way too easy to port to OpenCL, and hence we're looking at a way of releasing
it that doesn't involve disclosure of source code.

Hope you will find soon, I must admit I more interested by groestl than x11
I am compiling the new code and give it a try in a few minutes.
Does this update solve the low gpu usage seen in the previous version ?

I think its more like low gpu usage high CPU usage when using 6 x gtx 750 ti
So may-be it is a different issue, I mean I had to open several instance to be able to get higher than 90% gpu usage
(haven't had any cpu usage problem though... with my cpu cooler, this is very noticeable..)

u are using windows ? How many gpu u are using ? What model ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 14, 2014, 10:38:44 AM
 #13004

new timeline for ccMiner v1.0 on X11. Note how the table based Groestl completely dominates the runtime.
SIMD has been cut into four pieces, and shrunk to a runtime shorter than Echo already.

You may want to compare this to the timeline I posted earlier where Groestl was optimized ("Killer" version)
but the SIMD hash was particularly slow and nasty.



but with "killer groestl" this problem is not problem?  Wink

here's a timeline for the "killer". Note how it is much closer to the speed of Echo now.


djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 10:39:13 AM
 #13005

but with "killer groestl" this problem is not problem?  Wink

Yes, do a search for "timeline" and look at the one I posted previously.

the problem is that this code is just way too easy to port to OpenCL, and hence we're looking at a way of releasing
it that doesn't involve disclosure of source code.

Hope you will find soon, I must admit I more interested by groestl than x11
I am compiling the new code and give it a try in a few minutes.
Does this update solve the low gpu usage seen in the previous version ?

I think its more like low gpu usage high CPU usage when using 6 x gtx 750 ti
So may-be it is a different issue, I mean I had to open several instance to be able to get higher than 90% gpu usage
(haven't had any cpu usage problem though... with my cpu cooler, this is very noticeable..)

u are using windows ? How many gpu u are using ? What model ?
windows 8.1
3: gtx780ti, gtx750ti and R9 290x

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
feerox
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 14, 2014, 10:43:30 AM
 #13006

I tried to compile for my 750ti. But when i launch the bat : ptxas fatal error memory allocation error ?
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 14, 2014, 10:47:04 AM
 #13007

but with "killer groestl" this problem is not problem?  Wink

Yes, do a search for "timeline" and look at the one I posted previously.

the problem is that this code is just way too easy to port to OpenCL, and hence we're looking at a way of releasing
it that doesn't involve disclosure of source code.

Hope you will find soon, I must admit I more interested by groestl than x11
I am compiling the new code and give it a try in a few minutes.
Does this update solve the low gpu usage seen in the previous version ?

I think its more like low gpu usage high CPU usage when using 6 x gtx 750 ti
So may-be it is a different issue, I mean I had to open several instance to be able to get higher than 90% gpu usage
(haven't had any cpu usage problem though... with my cpu cooler, this is very noticeable..)

u are using windows ? How many gpu u are using ? What model ?
windows 8.1
3: gtx780ti, gtx750ti and R9 290x

different setup as mine. I think the 90-95% CPU load only occur if using 6 x gtx gpu. When I use a single card, the CPU is only 10%. Meaning the more gtx card u use , the more CPU it will use.

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
leofur
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 14, 2014, 10:52:15 AM
 #13008

 Is there any good building guide? The one on cryptomining-blog.com is good?
kenshirothefist
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
May 14, 2014, 10:53:05 AM
 #13009

cudaMiner and ccMiner developers:

Not sure if you've heard about us - NiceHash.com is a novel crypto currency cloud mining service. It runs as a proxy between hashing power providers/sellers and hashing power buyers (https://nicehash.com/index.jsp?p=faq#faqg0).

NiceHash is using some advanced stratum protocol features. We are getting some user's requests to improve NiceHash.com compatibility with cudaMiner and ccMiner. Here you can find guidelines on how to patch your mining software to get better compatibility with NiceHash:

https://www.nicehash.com/software/#devs

These are relatively simple and small patches, no hard work is needed to implement.

btw: it would be also great for you to implement a good support for backup/failover pools in cudaMiner / ccMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 10:56:11 AM
 #13010

here a few results:
Regarding the low gpu usage, it is gone. Both cards are at either 98% (780ti) or 99% (750ti)

the 750ti does between 2100-2200khash (on pool)
the 780ti does slightly higher than 5300khash/s with compute 3.5
I tried running the 780ti with compute 3.0 as in v1.0, it was slightly faster than 3.0. I get 5000khash/s. (so it isn't the case anymore)
The tdp usage for the 780ti is around 90%.
the 750ti shows lots of fluctuation (board powered ?) but doesn't seem to go higher than 70%

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
leofur
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 14, 2014, 10:59:33 AM
 #13011

here a few results:
Regarding the low gpu usage, it is gone. Both cards are at either 98% (780ti) or 99% (750ti)

the 750ti does between 2100-2200khash (on pool)
the 780ti does slightly higher than 5300khash/s with compute 3.5
I tried running the 780ti with compute 3.0 as in v1.0, it was slightly faster than 3.0. I get 5000khash/s. (so it isn't the case anymore)
The tdp usage for the 780ti is around 90%.
the 750ti shows lots of fluctuation (board powered ?) but doesn't seem to go higher than 70%
How about CPU usage?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 10:59:42 AM
 #13012

Is there any good building guide? The one on cryptomining-blog.com is good?
bigjme has written one (with screenshot) on cudaminer forum

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 11:01:45 AM
 #13013

here a few results:
Regarding the low gpu usage, it is gone. Both cards are at either 98% (780ti) or 99% (750ti)

the 750ti does between 2100-2200khash (on pool)
the 780ti does slightly higher than 5300khash/s with compute 3.5
I tried running the 780ti with compute 3.0 as in v1.0, it was slightly faster than 3.0. I get 5000khash/s. (so it isn't the case anymore)
The tdp usage for the 780ti is around 90%.
the 750ti shows lots of fluctuation (board powered ?) but doesn't seem to go higher than 70%
How about CPU usage?
sorry I didn't check, but I didn't hear my cpu cooler (and my cpu is i7-3770 so I am not sure I would have such problem)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
leofur
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 14, 2014, 11:01:48 AM
 #13014

Is there any good building guide? The one on cryptomining-blog.com is good?
bigjme has written one (with screenshot) on cudaminer forum
I'll check it, thanks.
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
May 14, 2014, 11:12:08 AM
 #13015

C&C thanks again for the speed update!

All the new guys on the ccminer x11 wave... please keep in mind to donate a little something for the their good work.
The donation adresses are in the readme of ccminer. thanks.

gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 14, 2014, 11:26:16 AM
 #13016

here a few results:
Regarding the low gpu usage, it is gone. Both cards are at either 98% (780ti) or 99% (750ti)

the 750ti does between 2100-2200khash (on pool)
the 780ti does slightly higher than 5300khash/s with compute 3.5
I tried running the 780ti with compute 3.0 as in v1.0, it was slightly faster than 3.0. I get 5000khash/s. (so it isn't the case anymore)
The tdp usage for the 780ti is around 90%.
the 750ti shows lots of fluctuation (board powered ?) but doesn't seem to go higher than 70%

is there a easy way to compile to binary ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
leofur
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 14, 2014, 11:32:27 AM
 #13017



is there a easy way to compile to binary ?
I'm trying that guide now http://www.cudaminers.net/forum/how-to-compile-cudaminer-source-on-windows-thread.html
Visual studio takes forever to download....
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 14, 2014, 11:32:50 AM
 #13018

here a few results:
Regarding the low gpu usage, it is gone. Both cards are at either 98% (780ti) or 99% (750ti)

the 750ti does between 2100-2200khash (on pool)
the 780ti does slightly higher than 5300khash/s with compute 3.5
I tried running the 780ti with compute 3.0 as in v1.0, it was slightly faster than 3.0. I get 5000khash/s. (so it isn't the case anymore)
The tdp usage for the 780ti is around 90%.
the 750ti shows lots of fluctuation (board powered ?) but doesn't seem to go higher than 70%

is there a easy way to compile to binary ?
http://www.cudaminers.net/forum/how-to-compile-cudaminer-source-on-windows-thread.html

rather easy, I have been trying to compile a wallet (I am half-way through, but "some" daemon are compiling... actually I don't need more)
The package you need to instal before doing this don't necessarily compile, every path are hardcoded in the makefiles, some paths are just wrong...
So I think compiling ccminer is rather easy compared to that... (At some point, they will have to put some dev. environnement... may-be github does that ?)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 14, 2014, 11:41:23 AM
 #13019



is there a easy way to compile to binary ?
I'm trying that guide now http://www.cudaminers.net/forum/how-to-compile-cudaminer-source-on-windows-thread.html
Visual studio takes forever to download....

arhh... cuda download 1.1 GB. I think by the time i finish download cuda , someone kind enough already post a binary here  Cool

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
Icemoment
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 14, 2014, 11:45:18 AM
 #13020

Tried to compile and ran to couple probs on win7 64bit

1>------ Build started: Project: ccminer, Configuration: Debug Win32 ------
1>  Skipping CUDA source file x11\cuda_x11_aes.cu (excluded from build).
1>  Skipping CUDA source file x11\simd_functions.cu (excluded from build).
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Pages: « 1 ... 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 [651] 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 ... 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!