Bitcoin Forum
May 21, 2024, 06:49:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 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 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
Madychoux
Full Member
***
Offline Offline

Activity: 212
Merit: 100



View Profile
July 21, 2014, 09:46:10 PM
 #18061

Still compiling...
And I'm compiling my own edit (just replaced all occurences of "xor"), not the version currently on github.

crap, my edit didn't work. probably shouldn't used "replace all". trying github.


Compiling at the moment, Will tell you if it works fine :-P
ilovecudacompute
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 21, 2014, 09:54:04 PM
 #18062

ccminer with whirlcoin support: https://github.com/djm34/ccminer

donation FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL

THANKS  Cool Cool will donate of course Smiley
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 21, 2014, 10:12:26 PM
 #18063

Still compiling...
And I'm compiling my own edit (just replaced all occurences of "xor"), not the version currently on github.

crap, my edit didn't work. probably shouldn't used "replace all". trying github.

install 6.0 ot 6.5 (it is really a lot faster... I compiled an exe this afternoon by mistake with 5.5 it took about 2 hours... with 6.5, it takes only half hours and certainly a lot less on Amph computer...)

for the xor there are 32 occurences (replace all told me that... actually only 7 gives a boost...)

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 21, 2014, 10:16:12 PM
 #18064

ccminer with whirlcoin support: https://github.com/djm34/ccminer

donation FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL

THANKS  Cool Cool will donate of course Smiley
thanks.
Actually for some strange reason, it seems it is a cuda coin  Grin
(it is strange because it isn't well optimised, but it does a lot worst on amd  Grin)

by the way you can try to change maxregcount to 64.
that will increase the occupancy and should give a little boost
(the problem is that some bytes are spilled... and that cause some perf. loss, but the gain from the highest occupancy is higher than the loss from the registers...)

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

Activity: 27
Merit: 0


View Profile
July 21, 2014, 10:24:18 PM
 #18065

Still compiling...
And I'm compiling my own edit (just replaced all occurences of "xor"), not the version currently on github.

crap, my edit didn't work. probably shouldn't used "replace all". trying github.

install 6.0 ot 6.5 (it is really a lot faster... I compiled an exe this afternoon by mistake with 5.5 it took about 2 hours... with 6.5, it takes only half hours and certainly a lot less on Amph computer...)

for the xor there are 32 occurences (replace all told me that... actually only 7 gives a boost...)

I believed I had 6.0 installed, but seems like I had 5.5 as well and the compile uses that one. I'll try and clean it up.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 21, 2014, 10:26:53 PM
 #18066

Still compiling...
And I'm compiling my own edit (just replaced all occurences of "xor"), not the version currently on github.

crap, my edit didn't work. probably shouldn't used "replace all". trying github.

install 6.0 ot 6.5 (it is really a lot faster... I compiled an exe this afternoon by mistake with 5.5 it took about 2 hours... with 6.5, it takes only half hours and certainly a lot less on Amph computer...)

for the xor there are 32 occurences (replace all told me that... actually only 7 gives a boost...)

I believed I had 6.0 installed, but seems like I had 5.5 as well and the compile uses that one. I'll try and clean it up.
you need to change that somewhere (for visual I can tell you... but for linux it should be in the config file...)

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

Activity: 27
Merit: 0


View Profile
July 21, 2014, 10:32:06 PM
 #18067

Still compiling...
And I'm compiling my own edit (just replaced all occurences of "xor"), not the version currently on github.

crap, my edit didn't work. probably shouldn't used "replace all". trying github.

install 6.0 ot 6.5 (it is really a lot faster... I compiled an exe this afternoon by mistake with 5.5 it took about 2 hours... with 6.5, it takes only half hours and certainly a lot less on Amph computer...)

for the xor there are 32 occurences (replace all told me that... actually only 7 gives a boost...)

I believed I had 6.0 installed, but seems like I had 5.5 as well and the compile uses that one. I'll try and clean it up.
you need to change that somewhere (for visual I can tell you... but for linux it should be in the config file...)

Just removed everything and installed 6.0 again. Seems to use the proper nvcc now. Thanks for the heads up.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 21, 2014, 11:34:27 PM
 #18068

updated github, the asm commands are back to cuda_helper.h
(lost an sbox in the process, but I didn't really see any differences... though)

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

Activity: 914
Merit: 1001



View Profile
July 21, 2014, 11:41:33 PM
 #18069

Does anyone mine JPC @ dwarfpool and get a lot of "booo's" ? Since three days or so (since the fork), I only get like 88-90% good shares shown in the console (ubuntu 14.04 x64). But the admin of dwarfpool checked my shares, and they are up to 100% accepted. Why does it show only ~90% good shares on my side, but on the pool everything I send is accepted? Never had that problem with JPC before.

yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 22, 2014, 12:55:41 AM
 #18070

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 22, 2014, 01:07:51 AM
 #18071

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
I uploaded two links (one which wasn't working on pool with all libraries and the one you got with the only the exe but working on pools to be used with the rest of the link... sorry but it takes ages to upload stuff... the reason why I avoid uploading twice...)

the one your are missing: https://mega.co.nz/#!9A0UAagA!g53CIKQpaNm2MxEMR7iFGcoIgoMf3B2fhZ8EeFy9TMI (work on solo and p2pool)
the one you have: https://mega.co.nz/#!xFtRHTAA!LN-UuJsnXtExaj3BS0-DbEN1Op1q_nvcrPU_8Ri21tc (exe only working on pools)

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

Activity: 773
Merit: 508


Bitcore (BTX) - The Future is Now


View Profile
July 22, 2014, 01:28:56 AM
 #18072

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
I uploaded two links (one which wasn't working on pool with all libraries and the one you got with the only the exe but working on pools to be used with the rest of the link... sorry but it takes ages to upload stuff... the reason why I avoid uploading twice...)

the one your are missing: https://mega.co.nz/#!9A0UAagA!g53CIKQpaNm2MxEMR7iFGcoIgoMf3B2fhZ8EeFy9TMI (work on solo and p2pool)
the one you have: https://mega.co.nz/#!xFtRHTAA!LN-UuJsnXtExaj3BS0-DbEN1Op1q_nvcrPU_8Ri21tc (exe only working on pools)

how to download from mega? it just ask if i want to upload file when i click the link.

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 22, 2014, 01:45:38 AM
 #18073

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
I uploaded two links (one which wasn't working on pool with all libraries and the one you got with the only the exe but working on pools to be used with the rest of the link... sorry but it takes ages to upload stuff... the reason why I avoid uploading twice...)

the one your are missing: https://mega.co.nz/#!9A0UAagA!g53CIKQpaNm2MxEMR7iFGcoIgoMf3B2fhZ8EeFy9TMI (work on solo and p2pool)
the one you have: https://mega.co.nz/#!xFtRHTAA!LN-UuJsnXtExaj3BS0-DbEN1Op1q_nvcrPU_8Ri21tc (exe only working on pools)

how to download from mega? it just ask if i want to upload file when i click the link.
copy the link in your browser

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

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
July 22, 2014, 02:01:59 AM
 #18074

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
I uploaded two links (one which wasn't working on pool with all libraries and the one you got with the only the exe but working on pools to be used with the rest of the link... sorry but it takes ages to upload stuff... the reason why I avoid uploading twice...)

the one your are missing: https://mega.co.nz/#!9A0UAagA!g53CIKQpaNm2MxEMR7iFGcoIgoMf3B2fhZ8EeFy9TMI (work on solo and p2pool)
the one you have: https://mega.co.nz/#!xFtRHTAA!LN-UuJsnXtExaj3BS0-DbEN1Op1q_nvcrPU_8Ri21tc (exe only working on pools)

how to download from mega? it just ask if i want to upload file when i click the link.

fixed

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
e6ug
Hero Member
*****
Offline Offline

Activity: 773
Merit: 508


Bitcore (BTX) - The Future is Now


View Profile
July 22, 2014, 02:39:16 AM
 #18075

Thank you Djm34. This seems to be a good algo for my 750 ti's

yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 22, 2014, 02:53:30 AM
 #18076

can someone upload a working whirlpool ccminer with all the files needed to run ? The link provided only has 1 file. Also , i try replace my existing ccminer.exe and run it give me an error

The program cannot start because libcurl.dll is missing
I uploaded two links (one which wasn't working on pool with all libraries and the one you got with the only the exe but working on pools to be used with the rest of the link... sorry but it takes ages to upload stuff... the reason why I avoid uploading twice...)

the one your are missing: https://mega.co.nz/#!9A0UAagA!g53CIKQpaNm2MxEMR7iFGcoIgoMf3B2fhZ8EeFy9TMI (work on solo and p2pool)
the one you have: https://mega.co.nz/#!xFtRHTAA!LN-UuJsnXtExaj3BS0-DbEN1Op1q_nvcrPU_8Ri21tc (exe only working on pools)


Thanks. Its working now.

I think this algo if fully optimized will have double the speed ? Currently the watt usage is very very low. Its using very low power. Usually if a algo is using very low power means it can be optimized. i believe all algo should use the same amount of power if fully optimized. Not sure if my logic is correct. I am no programmer.
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
July 22, 2014, 03:34:59 AM
 #18077

ccminer with whirlcoin support: https://github.com/djm34/ccminer

donation FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL

A BIG thanks djm! Smiley

I have been solomining the coin today, but ironically the blocks I've found so far are from CPU solo. But letting the GPUs work now instead, hoping to find a few. Will donate if (when!) I getting lucky  Grin

Did you get the GPU bounty they had?

mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
July 22, 2014, 03:42:33 AM
 #18078

I think this algo if fully optimized will have double the speed ? Currently the watt usage is very very low. Its using very low power. Usually if a algo is using very low power means it can be optimized. i believe all algo should use the same amount of power if fully optimized. Not sure if my logic is correct. I am no programmer.

What speeds are you getting with your 750ti..? I'm getting ~4,3--4,5m per card (mostly msi's)

tarzanbigcity
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
July 22, 2014, 03:57:30 AM
 #18079

Getting 4300 avg on EVGA 750TI SC version.
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
July 22, 2014, 04:03:34 AM
 #18080

Getting 4300 avg on EVGA 750TI SC version.

Thanks, then we are in the same bollpark  Smiley I have one Pallit Storm OC edition 2gb who refuses to go over 4000 tho  Roll Eyes

Pages: « 1 ... 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 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 ... 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!