Bitcoin Forum
May 25, 2024, 09:51:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 [920] 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 28, 2014, 02:09:38 PM
 #18381

that's mostly the reason I don't use it anymore (and have trouble with github, since I have to change it back before putting my stuff on github)

I've been reading some of your experiences with github and it doesn't sound like to much fun.
Yeah, I secretly lolled when I saw your endless flow of github fixing commits, djm Cheesy

hmm doesn't seem really secret anymore  Grin
I am afraid it won't be the last time... (my current dev. area hasn't much to do with the one of github... the problem is to pass a simple change to github without uploading all my crap... can be tricky... especially when the files don't have necessarily the same name... for some unknown reason whirlcoin.cu is called whirlpool.cu,
the method wh_regenhash is called test_regenhash (back to the time when whirlcoin/whirlpool.cu was called test.cu.... )

Could you wack it and start over?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 02:13:10 PM
 #18382

that's mostly the reason I don't use it anymore (and have trouble with github, since I have to change it back before putting my stuff on github)

I've been reading some of your experiences with github and it doesn't sound like to much fun.
Yeah, I secretly lolled when I saw your endless flow of github fixing commits, djm Cheesy

hmm doesn't seem really secret anymore  Grin
I am afraid it won't be the last time... (my current dev. area hasn't much to do with the one of github... the problem is to pass a simple change to github without uploading all my crap... can be tricky... especially when the files don't have necessarily the same name... for some unknown reason whirlcoin.cu is called whirlpool.cu,
the method wh_regenhash is called test_regenhash (back to the time when whirlcoin/whirlpool.cu was called test.cu.... )

Could you wack it and start over?
nope, as there are works in progress... (actually I already did it once...)
if m7 ever comes out (far from being ready) it will be github holocaust  Grin

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

Activity: 1386
Merit: 1000


View Profile
July 28, 2014, 02:23:14 PM
 #18383

@djm

Using your Whirlcoin I picked up 1,000 kh/s just by updating my driver to 340.43

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 28, 2014, 03:38:40 PM
 #18384

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.

Not your keys, not your coins!
discodancer
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


Time is Money - Benjamin Franklin


View Profile
July 28, 2014, 03:54:30 PM
 #18385

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 03:54:35 PM
 #18386

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.
they wrote it would be wallet mining only...

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

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 03:58:16 PM
 #18387

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue
yeah sure...  Grin This isn't x7 (need to rewrite 6 or 7 algo...  Roll Eyes I know I did it... and I am not even sure there are for the correct block length)
not mentioning the difference in blockheader and the 512x512 bit multiplications (both for cpu validation... trying to get mpir working... and on gpu...)

edit: actually might be easier with sgminer, at least I can get gmp working there...

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

Activity: 168
Merit: 100


View Profile
July 28, 2014, 03:59:19 PM
 #18388

nvMiner v1.2U-D6c has been uploaded

http://www.cudamining.cc/url/releases

Break time!

Carlo
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 28, 2014, 04:03:15 PM
 #18389

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue

Man, what a poor name for a coin.  Crytonite when there is already the algo CryptoNight.

Yea, that's not going to be confusing when Cryptonite doesn't use CryptoNight but uses M7.

What are people thinking?!?!?!?

Carlo
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 04:10:13 PM
 #18390

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue

Man, what a poor name for a coin.  Crytonite when there is already the algo CryptoNight.

Yea, that's not going to be confusing when Cryptonite doesn't use CryptoNight but uses M7.

What are people thinking?!?!?!?

Carlo
the funny thing is that I always type cryptonite instead of cryptonight

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

Activity: 168
Merit: 100


View Profile
July 28, 2014, 04:12:23 PM
 #18391

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue

Man, what a poor name for a coin.  Crytonite when there is already the algo CryptoNight.

Yea, that's not going to be confusing when Cryptonite doesn't use CryptoNight but uses M7.

What are people thinking?!?!?!?

Carlo
the funny thing is that I always type cryptonite instead of cryptonight

Yea, then you better not do any programming on this then. Smiley
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
July 28, 2014, 04:15:39 PM
 #18392

nvMiner v1.2U-D6c has been uploaded

http://www.cudamining.cc/url/releases

Break time!

Carlo

Major improvement on the Whirl Coin.

At about 21,065 kh/s and 536/537 for 99.81% accepted and the "Yay" are moving a lot faster now over the D6b version.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 28, 2014, 04:25:20 PM
 #18393

yes djm34 did a great job on it.

I got tripped up with his github and had both whirlcoin and whirlpool cu files and things were slightly goofed.  Wonder how it even compiled but it did.
For a while tsiv and djm34 were making lots of little releases and it was hard to keep up with 6+ hour compile times on Cuda 5.5. I need to make slight changes to both to fit in nvMiner and it was a tough time.

Version "C" should give everyone all the current algos running at top speed if using the latest windows nVidia drivers and the nvMiner65.exe version.

Speaking of Cuda 5.5.  No more from me unless someone finds something drastically wrong with the 6.5 version.

It's just not worth 10x time it takes to compile/link.

Carlo

PS happy mining

discodancer
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


Time is Money - Benjamin Franklin


View Profile
July 28, 2014, 04:41:25 PM
 #18394

I am wondering why (or rather is there already?) there is no gpuminer for Cryptonite:
https://bitcointalk.org/index.php?topic=713538.0

Most of the M7 algo seem to be already part of ccminer. Noob programmer here so not attempting to change the github versions Tongue
yeah sure...  Grin This isn't x7 (need to rewrite 6 or 7 algo...  Roll Eyes I know I did it... and I am not even sure there are for the correct block length)
not mentioning the difference in blockheader and the 512x512 bit multiplications (both for cpu validation... trying to get mpir working... and on gpu...)

edit: actually might be easier with sgminer, at least I can get gmp working there...
So should expect it soonish, eh? Tongue
italeffect
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250



View Profile
July 28, 2014, 04:48:52 PM
 #18395

nvMiner v1.2U-D6c has been uploaded

http://www.cudamining.cc/url/releases

Break time!

Carlo

Error when clicking on the download link for D6c  "An internal server error occurred. Please try again later."

Dash: Xdopotr3eAHpsSCMkUyU2YWP3WQWb5X3t8
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 04:50:50 PM
 #18396

yes djm34 did a great job on it.

I got tripped up with his github and had both whirlcoin and whirlpool cu files and things were slightly goofed.  Wonder how it even compiled but it did.
For a while tsiv and djm34 were making lots of little releases and it was hard to keep up with 6+ hour compile times on Cuda 5.5. I need to make slight changes to both to fit in nvMiner and it was a tough time.

Version "C" should give everyone all the current algos running at top speed if using the latest windows nVidia drivers and the nvMiner65.exe version.

Speaking of Cuda 5.5.  No more from me unless someone finds something drastically wrong with the 6.5 version.

It's just not worth 10x time it takes to compile/link.

Carlo

PS happy mining


assuming everyone can run with it and the latest public beta drivers... (need some confirmations though).
If yes I will do the same (will make half of github problems disappear)

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

Activity: 111
Merit: 10


View Profile
July 28, 2014, 05:04:13 PM
 #18397

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.
I didn't manage to compile my butchered version Sad
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 28, 2014, 05:09:10 PM
 #18398

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.
I didn't manage to compile my butchered version Sad

Mine doesn't work either. Sad

Not your keys, not your coins!
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 28, 2014, 05:20:50 PM
 #18399

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.
I didn't manage to compile my butchered version Sad

Mine doesn't work either. Sad
I let you search as an exercise...

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

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 28, 2014, 05:26:42 PM
 #18400

Not sure if anyone's jumping on Doomcoin (luffa-512) but I just butchered a ccminer fork, ripping 10 out of the 11 algo's for x11, getting 53 MH/s for a 750 Ti and 111 MH/s for 780 Ti. I wonder if I will get blocks as I know nothing about programming and am actually proud it compiled.
I didn't manage to compile my butchered version Sad

Mine doesn't work either. Sad
I let you search as an exercise...

If only I would know what I'm doing, but I'm afraid i'm just cutting parts out left and right hoping to get lucky Cheesy

Not your keys, not your coins!
Pages: « 1 ... 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 [920] 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 ... 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!