Bitcoin Forum
May 26, 2024, 03:04:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 955 956 957 958 959 960 961 962 963 964 965 966 967 968 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
ilovecudacompute
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 27, 2014, 07:09:45 AM
 #18341

I tried the ccminer keccak binary but i get 100MH in Maxcoin which is the same as i got with cudaminer(106MH) in my compute 3.0 760 GTX
The power consumption is much lower though which is expected with the allmighty ccminer  Grin

EDIT: Also reporting 7MH peaks in whirlcoin which is the same with the previous whirlcoin ccminer binaries.....
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
July 27, 2014, 10:38:56 AM
 #18342

should be fixed now.
unfortunately not:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x2fd): undefined reference to `sph_sha512_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x312): undefined reference to `sph_sha384'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x322): undefined reference to `sph_sha512_close'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x32f): undefined reference to `sph_haval256_5_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x344): undefined reference to `sph_haval256_5'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x354): undefined reference to `sph_haval256_5_close'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 27, 2014, 10:56:21 AM
 #18343

should be fixed now.
unfortunately not:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x2fd): undefined reference to `sph_sha512_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x312): undefined reference to `sph_sha384'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x322): undefined reference to `sph_sha512_close'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x32f): undefined reference to `sph_haval256_5_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x344): undefined reference to `sph_haval256_5'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x354): undefined reference to `sph_haval256_5_close'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2


should work now.
The line containing the definition of haval and sha512 was removed by mistake from the makefile when I edited the makefile to put keccak... (not sure how, might I have removed 2 lines instead of one by mistake... difficult to spot that one)

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

Activity: 2
Merit: 0


View Profile
July 27, 2014, 11:02:39 AM
 #18344

Same error, compliling against cuda6

Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o -lcurl -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
ccminer-cpu-miner.o: In function `miner_thread':
cpu-miner.c:(.text+0x22c4): undefined reference to `scanhash_wh'
cpu-miner.c:(.text+0x25b4): undefined reference to `scanhash_x11'
qubit/qubit.o: In function `scanhash_qubit':
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0xff): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x11e): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x13d): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x15c): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2b9): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2c5): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2d1): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2dd): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x14.o: In function `scanhash_x14':
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x405): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x411): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x41d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x429): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x435): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/fresh.o: In function `scanhash_fresh':
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0xb3): undefined reference to `x11_shavite512_setBlock_80(void*)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0xe3): undefined reference to `x11_shavite512_cpu_hash_80(int, int, unsigned int, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x102): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x121): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x140): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x15f): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3d3): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3df): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3eb): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x17.o: In function `scanhash_x17':
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x2b1): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x2d0): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x465): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x471): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x47d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x489): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x495): undefined reference to `x11_echo512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x4d3): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x4df): undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x2fd): undefined reference to `sph_sha512_init'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x312): undefined reference to `sph_sha384'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x322): undefined reference to `sph_sha512_close'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x32f): undefined reference to `sph_haval256_5_init'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x344): undefined reference to `sph_haval256_5'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x354): undefined reference to `sph_haval256_5_close'
x13/x13.o: In function `scanhash_x13':
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3e5): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3f1): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3fd): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x409): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x415): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x15.o: In function `scanhash_x15':
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x425): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x431): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x43d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x449): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x455): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/whirlcoin.o: In function `scanhash_test':
tmpxft_00005274_00000000-6_whirlcoin.compute_30.cudafe1.cpp:(.text+0xb3): undefined reference to `whirlpool512_setBlock_80(void*)'
collect2: error: ld returned 1 exit status
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 27, 2014, 11:13:49 AM
 #18345

Same error, compliling against cuda6

Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o -lcurl -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
ccminer-cpu-miner.o: In function `miner_thread':
cpu-miner.c:(.text+0x22c4): undefined reference to `scanhash_wh'
cpu-miner.c:(.text+0x25b4): undefined reference to `scanhash_x11'
qubit/qubit.o: In function `scanhash_qubit':
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0xff): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x11e): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x13d): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x15c): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2b9): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2c5): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2d1): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_000028ca_00000000-6_qubit.compute_30.cudafe1.cpp:(.text+0x2dd): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x14.o: In function `scanhash_x14':
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x405): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x411): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x41d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x429): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_000029c9_00000000-6_x14.compute_30.cudafe1.cpp:(.text+0x435): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/fresh.o: In function `scanhash_fresh':
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0xb3): undefined reference to `x11_shavite512_setBlock_80(void*)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0xe3): undefined reference to `x11_shavite512_cpu_hash_80(int, int, unsigned int, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x102): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x121): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x140): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x15f): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3d3): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3df): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002a11_00000000-6_fresh.compute_30.cudafe1.cpp:(.text+0x3eb): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x17.o: In function `scanhash_x17':
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x2b1): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x2d0): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x465): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x471): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x47d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x489): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x495): undefined reference to `x11_echo512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x4d3): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x4df): undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x2fd): undefined reference to `sph_sha512_init'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x312): undefined reference to `sph_sha384'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x322): undefined reference to `sph_sha512_close'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x32f): undefined reference to `sph_haval256_5_init'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x344): undefined reference to `sph_haval256_5'
tmpxft_00002a59_00000000-6_x17.compute_30.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x354): undefined reference to `sph_haval256_5_close'
x13/x13.o: In function `scanhash_x13':
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3e5): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3f1): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x3fd): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x409): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00002aa1_00000000-6_x13.compute_30.cudafe1.cpp:(.text+0x415): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/x15.o: In function `scanhash_x15':
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x19a): undefined reference to `x11_luffa512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1b9): undefined reference to `x11_cubehash512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1d8): undefined reference to `x11_shavite512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x1f7): undefined reference to `x11_simd512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x216): undefined reference to `x11_echo512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x425): undefined reference to `x11_luffa512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x431): undefined reference to `x11_cubehash512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x43d): undefined reference to `x11_shavite512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x449): undefined reference to `x11_simd512_cpu_init(int, int)'
tmpxft_00006009_00000000-6_x15.compute_30.cudafe1.cpp:(.text+0x455): undefined reference to `x11_echo512_cpu_init(int, int)'
x13/whirlcoin.o: In function `scanhash_test':
tmpxft_00005274_00000000-6_whirlcoin.compute_30.cudafe1.cpp:(.text+0xb3): undefined reference to `whirlpool512_setBlock_80(void*)'
collect2: error: ld returned 1 exit status
Is it the latest github (the one I uploaded 5min ago or some old one ) ?
use the latest github... make a clean install (I don't have time today...)

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

Activity: 329
Merit: 250


View Profile
July 27, 2014, 01:18:45 PM
 #18346

should work now.
The line containing the definition of haval and sha512 was removed by mistake from the makefile when I edited the makefile to put keccak... (not sure how, might I have removed 2 lines instead of one by mistake... difficult to spot that one)
getting closer:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o ccminer-haval.o ccminer-sha2big.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2

cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 27, 2014, 01:45:17 PM
 #18347

nvMiner 1.2 D6 has been released.

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

Version D6 includes the following new algorithms: Keccak, X17 and ChainCoin. 
It also has hash/speed increases for Whirlcoin and CryptoNight.

CryptoNight is much faster on Kepler GPUs now then it previously was.

If you could test CryptoNight and let me know how the default works for you I'd appreciate it.  Also if you finder a better configuration for CryptoNight I'd appreciate it if you let me know.

Carlo
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 27, 2014, 01:56:52 PM
 #18348

should work now.
The line containing the definition of haval and sha512 was removed by mistake from the makefile when I edited the makefile to put keccak... (not sure how, might I have removed 2 lines instead of one by mistake... difficult to spot that one)
getting closer:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o ccminer-haval.o ccminer-sha2big.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2
done... now at some point you might want to check what could be wrong in the makefile between the last working x17 version and this one...
I am really getting tired of github crap...
 

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

Activity: 1151
Merit: 1001


View Profile
July 27, 2014, 02:39:25 PM
 #18349

nvMiner 1.2 D6 has been released.

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

Version D6 includes the following new algorithms: Keccak, X17 and ChainCoin. 
It also has hash/speed increases for Whirlcoin and CryptoNight.

CryptoNight is much faster on Kepler GPUs now then it previously was.

If you could test CryptoNight and let me know how the default works for you I'd appreciate it.  Also if you finder a better configuration for CryptoNight I'd appreciate it if you let me know.

Carlo
[2014-07-27 17:35:01] GPU #1: GeForce GTX 750 Ti (5 SMX), using 45 blocks of 8 thread

Speed between 240-264 at default
Won't start with 8x60 (win7 x64) - cant allocate memory
8x40 seems to be as fast... from 175 to 270
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 27, 2014, 02:47:02 PM
 #18350

nvMiner 1.2 D6 has been released.

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

Version D6 includes the following new algorithms: Keccak, X17 and ChainCoin. 
It also has hash/speed increases for Whirlcoin and CryptoNight.

CryptoNight is much faster on Kepler GPUs now then it previously was.

If you could test CryptoNight and let me know how the default works for you I'd appreciate it.  Also if you finder a better configuration for CryptoNight I'd appreciate it if you let me know.

Carlo
[2014-07-27 17:35:01] GPU #1: GeForce GTX 750 Ti (5 SMX), using 45 blocks of 8 thread

Speed between 240-264 at default
Won't start with 8x60 (win7 x64) - cant allocate memory
8x40 seems to be as fast... from 175 to 270


Interesting.  Any chance you could do a reboot and see if 8x60 works?
Could you also try 8x55 to see what you get with that too?
What driver version are you running?
What video card?

Thanks,
Carlo
ilovecudacompute
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 27, 2014, 03:01:55 PM
Last edit: July 27, 2014, 03:40:10 PM by ilovecudacompute
 #18351

nvMiner 1.2 D6 has been released.

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

Version D6 includes the following new algorithms: Keccak, X17 and ChainCoin.  
It also has hash/speed increases for Whirlcoin and CryptoNight.

CryptoNight is much faster on Kepler GPUs now then it previously was.

If you could test CryptoNight and let me know how the default works for you I'd appreciate it.  Also if you finder a better configuration for CryptoNight I'd appreciate it if you let me know.

Carlo

Thanks Cayars...you always deliver the goods  Wink Wink Wink

1.Reporting 253H mining xmr with your nvminer binary(my gpu is 760) -l 8x42

2.Whirlcoin is indeed faster..with your binary 7.3MH peak...with the first released whirlcoin binary peak was 7MH

3.Maxcoin is slower though in nvminer...81MH vs 100MH i got with the compiled ccminer binary of djm source with keccak which i got from the cryptomining-blog

4.With the x17 coin with the djm code/binary i'm mining at 1.6 MH
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
July 27, 2014, 03:12:58 PM
Last edit: July 27, 2014, 03:27:43 PM by antonio8
 #18352

@ cayars

I updated to your new version and tried the whirlcoin

your version 17,200 kh/s
original ver   19,300

Can't remember who put out the original version.

Also it seemed like my rig was real laggy running yours on this one.

I am on Windows 7 64 bit running 5 750ti's using driver 337.88


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 27, 2014, 03:19:47 PM
 #18353

ilovecudacompute, if you find a better config for the 760 please let me know and I'll set it as the default for that card.

antonio8,  it was djm34 who released it.  I'll build a version directly from his github and compare.

This build was really difficult to integrate everything into but now that I've got it built it should hopefully not be hard to figure this out.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 27, 2014, 03:23:51 PM
 #18354

@ cayars

I updated to your new version and tried the whirlcoin

your version 17,200 kh/s
original ver   19,300

Can't remember who put out the original version.

Also it seemed like my rig was real laggy running yours on this one.

I am on Windows 7 64 bit running 5 750ti's using driver 337.88
must be me for both... I am trying stuff out at the moment, I thought it was a good idea, it isn't (at least not for 750ti).
Now the code change everyday, so it might difficult for cayars to follow...
(also I didn't have a lot of feedback either...)

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

Activity: 112
Merit: 10


View Profile
July 27, 2014, 03:32:34 PM
 #18355

@ cayars

I updated to your new version and tried the whirlcoin

your version 17,200 kh/s
original ver   19,300

Can't remember who put out the original version.

Also it seemed like my rig was real laggy running yours on this one.

I am on Windows 7 64 bit running 5 750ti's using driver 337.88
must be me for both... I am trying stuff out at the moment, I thought it was a good idea, it isn't (at least not for 750ti).
Now the code change everyday, so it might difficult for cayars to follow...
(also I didn't have a lot of feedback either...)

Djm mad kudos to your efforts...it needs to be said over and over again Smiley
As far as feedback goes check my posts above
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
July 27, 2014, 04:19:24 PM
Last edit: July 27, 2014, 04:51:21 PM by Bombadil
 #18356

I've opened up a channel on irc.freenode.net, #ccminer (kiwii webIRC or irc://irc.freenode.net/ccminer ). This whole thread already looks already like a chat so I figured a real chat might be easier Smiley
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
July 27, 2014, 04:40:28 PM
 #18357

no luck with 8x50 or above
The card s 750Ti, 337.88
Tsiv build with exe compiled on 30-06 started only once with 8x60 :O, after stop, and it won't go wither
Week ago i upgraded from whql 335. and back then cryptonight was ok with 8x60. o-0
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 27, 2014, 04:42:08 PM
 #18358

Before I post this on CudaMining.cc could you guys try this version:

https://ayarscloud.tonidoid.com/urltjwpxu

This should fix the speed problem with Whirlcoin and I believe this should fix the memory allocation error in CryptoNight.

Let me know how this works and I'll either try again or post it up.

Carlo
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 27, 2014, 04:44:14 PM
 #18359

I'm joing #ccminer
henningml
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 27, 2014, 08:43:35 PM
 #18360

should work now.
The line containing the definition of haval and sha512 was removed by mistake from the makefile when I edited the makefile to put keccak... (not sure how, might I have removed 2 lines instead of one by mistake... difficult to spot that one)
getting closer:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o ccminer-haval.o ccminer-sha2big.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2
done... now at some point you might want to check what could be wrong in the makefile between the last working x17 version and this one...
I am really getting tired of github crap...
 

Compiled successfully on Linux Mint 17! Thanks for your efforts, I will drop you a donation next time I'm exchanging some mined coins...

Edit: cant seem to find any donation address?
Pages: « 1 ... 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 955 956 957 958 959 960 961 962 963 964 965 966 967 968 ... 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!