Author

Topic: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. - page 1007. (Read 2347601 times)

legendary
Activity: 1400
Merit: 1050
I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?

I didn't try the latest git commits of djm34 to see if they fix cards < 290 yet.
Hashrate should be 5-6 Mh/s.
I don't know of any other miner for lyra2rev2.
don't know either... (there is nothing "strange" in bmw256 except a few functions which were declared as static, which I removed, so I don't expect much change quite frankly... trying to fix something which works on my computer isn't easy...)
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?

I didn't try the latest git commits of djm34 to see if they fix cards < 290 yet.
Hashrate should be 5-6 Mh/s.
I don't know of any other miner for lyra2rev2.
sr. member
Activity: 248
Merit: 250
I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
I just tried with nvidia ,haven't been tried with amd's yet Smiley).Give mecoins don't work on my side.changed ip and so on,strange ftc pool worked but vert pool don't wanna Smiley) I sent a support request ,waitinig for an answer from pool..
@pallas what's the hashrate of 280x? And which miner for the new algo?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I've been mining on give me coins successfully for some hours, but only on nvidia: on amd it is mostly rejected shares.
sr. member
Activity: 248
Merit: 250
At the current difficulty 1 single 750ti will earn around $1.35 per 24h with the new vertcoin algorithm.

With 100 ti's. $135 profit for 1 day of mining!

quark @ nicehash is only paying $0,394968 a day per 750ti.

Vertcoin is 340% more profitable than quark...

Go get those coins, and donate some to the hard working developers..

Happy mining!




Beers have been sent to Sp, Pallas, djm34 both:))) . Thanks's for your co-operation, .About pools, i cannot connect to givemecoins,ffpool and nicehash pools, coinotron shows the half hash, vertminers the only pool i mining without any problems right now..
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
At the current difficulty 1 single 750ti will earn around $1.35 per 24h with the new vertcoin algorithm.

With 100 ti's. $135 profit for 1 day of mining!

quark @ nicehash is only paying $0,394968 a day per 750ti.

Vertcoin is 340% more profitable than quark...

Go get those coins, and donate some to the hard working developers..

Happy mining!



sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
As soon as I can compile SP_ 's release dot 60 on Linux, he's up for his reward, too.  The teamwork and co-operation is really good for ccminer.  Everyone should donate....
--scryptr

Get lates on git.
It builds now.

Beers would be great Smiley

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
DONATION FOR GOOD WORK--

DJM34, Pallas, I flipped you each a nickle.  The overall improvement on both Lyra2v2, and on Neoscrypt, was excellent!!!

As soon as I can compile SP_ 's release dot 60 on Linux, he's up for his reward, too.  The teamwork and co-operation is really good for ccminer.  Everyone should donate....

Thanks!


--scryptr

That's why I started working on nvidia: there is community work. Once there was on AMD as well.
Thanks for the beers! :-)
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
@CHRYSOPHYLAX--

DJM34, master of all things Vertcoin, suggests the following command lines:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2

or, for 750ti:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2 -d 750 -i 19

--scryptr

you guys are awesome ...

it will be for the 750ti cards ... its all i have in the nvidia side of the farm now ...

when the donation links go live - the devs should expect to see some donation mining happening from our end on their links shortly after ... cant wait to get back into the office to get them all active ...

is there any special settings for neoscrypt that needs to go in? ...

tanx much for the help once again scryptr ...

#crysx
legendary
Activity: 1797
Merit: 1028
@CHRYSOPHYLAX--

DJM34, master of all things Vertcoin, suggests the following command lines:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2

or, for 750ti:

ccminer.exe -a lyra2v2 -o stratum+tcp://pool.verters.com:3333 -u djm34t.user -p password  --api-bind 0  --cpu-priority 2 -d 750 -i 19

--scryptr
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
Here's the manual script of the dga patch.
Makefile.am has two problems with the ccminer_SOURCES list.
1. The folllowing line is duplicated:
                          lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
replace one of them with:
                          lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
2. Add the following line anywhere in the ccminer_SOURCES list except the last line of the list:
                          Algo256/cuda_bmw256.cu  Algo256/cuda_cubehash256.cu \
It compiles but I haven't tried it yet.

I have merged the pullrequest from flipclip. should work now

compiles now - tanx ...

will test within in a few minutes ... though its all remote - so dont have full accessibility to the miners ...

what are the best parameter settings for lyra2v2 and neoscript on commandline? ...

#crysx
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Here's the manual script of the dga patch.
Makefile.am has two problems with the ccminer_SOURCES list.
1. The folllowing line is duplicated:
                          lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
replace one of them with:
                          lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
2. Add the following line anywhere in the ccminer_SOURCES list except the last line of the list:
                          Algo256/cuda_bmw256.cu  Algo256/cuda_cubehash256.cu \
It compiles but I haven't tried it yet.

I have merged the pullrequest from flipclip. should work now
sp_
legendary
Activity: 2954
Merit: 1087
Team Black developer
Someone can answer me why im not able
to run any of last release since 1.58. 59 60
It seems win 10 don't want to run them ...
I have tried to remove it from antivirus, firewall,
and windows smart screen etc ....
If anyone have idea it can help.
What you guyz doin different since release 58?
Thanks !

What is the error message:

you can try to change the register:


-   Start Menu
-   Under Search type: Regedit (Press Enter)
-   Navigate to the following directory:
o   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}
-   You will see directories labeled “0000”, “0001” and so on that are relative to the total amount of cards.
-   Under each of those Keys (eg. 0000) create the following two Dword values, once created set their value to 1
o   DisplayLessPolicy
o   LimitVideoPresentSources
-   You can create the Dword by right clicking on the key and NEW  DWORD

https://devtalk.nvidia.com/default/topic/738070/cuda-setup-and-installation/8x-gpu-gtx-issue-under-windows/post/4208565/#4208565
legendary
Activity: 1470
Merit: 1114
Does anyone have any suggestions for fixing these errors during compile?  it is SP_'s build #907. All 750ti.

Quote
lyra2/lyra2REv2.o: In function `lyra2v2_hash':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x20): multiple definition of `lyra2v2_hash'
lyra2/lyra2REv2.o:tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x20): first defined here
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x200): multiple definition of `scanhash_lyra2v2'
lyra2/lyra2REv2.o:tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x200): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_gpu_hash_32_v3(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x20): multiple definition of `lyra2v2_gpu_hash_32_v3(unsigned int, unsigned int, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x20): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_gpu_hash_32(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0xa0): multiple definition of `lyra2v2_gpu_hash_32(unsigned int, unsigned int, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0xa0): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_cpu_init(int, unsigned int, unsigned long*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x120): multiple definition of `lyra2v2_cpu_init(int, unsigned int, unsigned long*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x120): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x150): multiple definition of `lyra2v2_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x150): first defined here
lyra2/cuda_lyra2v2.o: In function `__device_stub__Z22lyra2v2_gpu_hash_32_v3jjP5uint2(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x320): multiple definition of `__device_stub__Z22lyra2v2_gpu_hash_32_v3jjP5uint2(unsigned int, unsigned in                    t, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x320): first defined here
lyra2/cuda_lyra2v2.o: In function `__device_stub__Z19lyra2v2_gpu_hash_32jjP5uint2(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x3a0): multiple definition of `__device_stub__Z19lyra2v2_gpu_hash_32jjP5uint2(unsigned int, unsigned int,                     uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x3a0): first defined here
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x5a5): undefined reference to `bmw256_setTarget(void const*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x608): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x647): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x661): undefined reference to `bmw256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*, unsigned i                    nt*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x7c0): undefined reference to `bmw256_cpu_init(int, unsigned int)'
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x5a5): undefined reference to `bmw256_setTarget(void const*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x608): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x647): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x661): undefined reference to `bmw256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*, unsigned i                    nt*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x7c0): undefined reference to `bmw256_cpu_init(int, unsigned int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/opt/miners/ccminer-sp907/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/ccminer-sp907/ccminer'
make: *** [all] Error 2

is this a computer 5.2 error? ...

remark it out of the makefile then retry ...

when you git clone - the Makefile.am has compute 5.2 as the primary compute version with 5.0 as being the additional ...

remark it out with # and remove the + from the compute 5.0 version ...

from this ...

nvcc_ARCH = -gencode=arch=compute_52,code=\"sm_52,compute_52\"
nvcc_ARCH  += -gencode=arch=compute_50,code=\"sm_50,compute_50\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"

to this ...

#nvcc_ARCH = -gencode=arch=compute_52,code=\"sm_52,compute_52\"
nvcc_ARCH  = -gencode=arch=compute_50,code=\"sm_50,compute_50\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"

save the file - then recompile ... see if that works ...

edit - that probably wont work actually ... i just tried on remote and it doesnt compile with very similar errors ... its obviously a compile issue of some sort - which is way out of my understanding ...

apologies ...

#crysx

Makefile.am EDIT--

It is not an error that occurs if the Makefile.am is not edited for chipset compatibility.  Similar errors occured on my 750ti rig after I properly edited the Makefile.am, and my 970 rig (no edit needed).  Something is happening in code specific for Linux, because the Windows executable works just fine.  The Windows SP_ dot 60 release executable runs as fast as DJM34's Windows ccminer release, I have tried both.  The Linux compile of SP_ 's dot 60 release code isn't working.

--scryptr

P.S.  I missed the @dga patch code, it looks like a git scrypt.

--scryptr


Here's the manual script of the dga patch.

Makefile.am has two problems with the ccminer_SOURCES list.

1. The folllowing line is duplicated:

                          lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \

replace one of them with:

                          lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \

2. Add the following line anywhere in the ccminer_SOURCES list except the last line of the list:

                          Algo256/cuda_bmw256.cu  Algo256/cuda_cubehash256.cu \

It compiles but I haven't tried it yet.
hero member
Activity: 750
Merit: 500
....so how does one run a git script?

FINALLY A SHORT QUOTE--

Spend many hours on your knees studying the scrolls of GIT usage, grasshopper.       --scryptr

Well...there went my drink Wink
legendary
Activity: 1797
Merit: 1028
....so how does one run a git script?

FINALLY A SHORT QUOTE--

Spend many hours on your knees studying the scrolls of GIT usage, grasshopper.       --scryptr
sr. member
Activity: 427
Merit: 250
....so how does one run a git script?
newbie
Activity: 54
Merit: 0
Someone can answer me why im not able
to run any of last release since 1.58. 59 60
It seems win 10 don't want to run them ...
I have tried to remove it from antivirus, firewall,
and windows smart screen etc ....
If anyone have idea it can help.
What you guyz doin different since release 58?
Thanks !
legendary
Activity: 1797
Merit: 1028
Does anyone have any suggestions for fixing these errors during compile?  it is SP_'s build #907. All 750ti.

Quote
lyra2/lyra2REv2.o: In function `lyra2v2_hash':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x20): multiple definition of `lyra2v2_hash'
lyra2/lyra2REv2.o:tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x20): first defined here
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x200): multiple definition of `scanhash_lyra2v2'
lyra2/lyra2REv2.o:tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x200): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_gpu_hash_32_v3(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x20): multiple definition of `lyra2v2_gpu_hash_32_v3(unsigned int, unsigned int, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x20): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_gpu_hash_32(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0xa0): multiple definition of `lyra2v2_gpu_hash_32(unsigned int, unsigned int, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0xa0): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_cpu_init(int, unsigned int, unsigned long*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x120): multiple definition of `lyra2v2_cpu_init(int, unsigned int, unsigned long*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x120): first defined here
lyra2/cuda_lyra2v2.o: In function `lyra2v2_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x150): multiple definition of `lyra2v2_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x150): first defined here
lyra2/cuda_lyra2v2.o: In function `__device_stub__Z22lyra2v2_gpu_hash_32_v3jjP5uint2(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x320): multiple definition of `__device_stub__Z22lyra2v2_gpu_hash_32_v3jjP5uint2(unsigned int, unsigned in                    t, uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x320): first defined here
lyra2/cuda_lyra2v2.o: In function `__device_stub__Z19lyra2v2_gpu_hash_32jjP5uint2(unsigned int, unsigned int, uint2*)':
tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x3a0): multiple definition of `__device_stub__Z19lyra2v2_gpu_hash_32jjP5uint2(unsigned int, unsigned int,                     uint2*)'
lyra2/cuda_lyra2v2.o:tmpxft_000039fd_00000000-6_cuda_lyra2v2.compute_52.cudafe1.cpp:(.text+0x3a0): first defined here
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x5a5): undefined reference to `bmw256_setTarget(void const*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x608): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x647): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x661): undefined reference to `bmw256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*, unsigned i                    nt*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x7c0): undefined reference to `bmw256_cpu_init(int, unsigned int)'
lyra2/lyra2REv2.o: In function `scanhash_lyra2v2':
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x5a5): undefined reference to `bmw256_setTarget(void const*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x608): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x647): undefined reference to `cubehash256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x661): undefined reference to `bmw256_cpu_hash_32(int, unsigned int, unsigned int, unsigned long*, unsigned i                    nt*)'
tmpxft_000039b3_00000000-6_lyra2REv2.compute_52.cudafe1.cpp:(.text+0x7c0): undefined reference to `bmw256_cpu_init(int, unsigned int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/opt/miners/ccminer-sp907/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/ccminer-sp907/ccminer'
make: *** [all] Error 2

is this a computer 5.2 error? ...

remark it out of the makefile then retry ...

when you git clone - the Makefile.am has compute 5.2 as the primary compute version with 5.0 as being the additional ...

remark it out with # and remove the + from the compute 5.0 version ...

from this ...

nvcc_ARCH = -gencode=arch=compute_52,code=\"sm_52,compute_52\"
nvcc_ARCH  += -gencode=arch=compute_50,code=\"sm_50,compute_50\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"

to this ...

#nvcc_ARCH = -gencode=arch=compute_52,code=\"sm_52,compute_52\"
nvcc_ARCH  = -gencode=arch=compute_50,code=\"sm_50,compute_50\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"

save the file - then recompile ... see if that works ...

edit - that probably wont work actually ... i just tried on remote and it doesnt compile with very similar errors ... its obviously a compile issue of some sort - which is way out of my understanding ...

apologies ...

#crysx

Makefile.am EDIT--

It is not an error that occurs if the Makefile.am is not edited for chipset compatibility.  Similar errors occured on my 750ti rig after I properly edited the Makefile.am, and my 970 rig (no edit needed).  Something is happening in code specific for Linux, because the Windows executable works just fine.  The Windows SP_ dot 60 release executable runs as fast as DJM34's Windows ccminer release, I have tried both.  The Linux compile of SP_ 's dot 60 release code isn't working.

--scryptr

P.S.  I missed the @dga patch code, it looks like a git scrypt.

--scryptr
sr. member
Activity: 427
Merit: 250
there's a patch mentioned by @dga a page back:

Code:
diff --git a/Makefile.am b/Makefile.am
index eafd385..cb0174e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,11 +32,7 @@ ccminer_SOURCES      = elist.h miner.h compat.h \
                          fuguecoin.cpp Algo256/cuda_fugue256.cu sph/fugue.c uint256.h \
                          groestlcoin.cpp cuda_groestlcoin.cu cuda_groestlcoin.h \
                          myriadgroestl.cpp cuda_myriadgroestl.cu \
-                         lyra2/Lyra2.c lyra2/Sponge.c \
-                         lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
-                         lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
-                         Algo256/cuda_blake256.cu Algo256/cuda_groestl256.cu Algo256/cuda_keccak256.cu Algo256/cuda_skein256.cu \
-                         lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
+                         Algo256/cuda_blake256.cu Algo256/cuda_groestl256.cu Algo256/cuda_keccak256.cu Algo256/cuda_skein256.cu Al
                          Algo256/blake256.cu Algo256/keccak256.cu \
                          JHA/jackpotcoin.cu JHA/cuda_jha_keccak512.cu \
                          JHA/cuda_jha_compactionTest.cu cuda_checkhash.cu \
@@ -45,6 +41,7 @@ ccminer_SOURCES       = elist.h miner.h compat.h \
                          quark/quarkcoin.cu quark/animecoin.cu \
                          quark/cuda_quark_compactionTest.cu  \
                          cuda_nist5.cu pentablake.cu skein.cu\
+                         lyra2/Lyra2.c lyra2/Sponge.c \
                          sph/bmw.c sph/blake.c sph/groestl.c sph/jh.c sph/keccak.c sph/skein.c \
                          sph/cubehash.c sph/echo.c sph/luffa.c sph/sha2.c sph/sph_sha2.c sph/shavite.c sph/simd.c \
                          sph/hamsi.c sph/hamsi_helper.c sph/sph_hamsi.h \
@@ -60,6 +57,8 @@ ccminer_SOURCES       = elist.h miner.h compat.h \
                          x11/c11.cu x11/s3.cu \
                          bitcoin.cu cuda_bitcoin.cu\
                          x15/cuda_whirlpoolx.cu x15/whirlpoolx.cu \
+                         lyra2/lyra2RE.cu lyra2/cuda_lyra2.cu \
+                         lyra2/lyra2REv2.cu lyra2/cuda_lyra2v2.cu \
                          neoscrypt/neoscrypt.cu neoscrypt/cuda_neoscrypt.cu \
               bitcredit/cuda_bitcredit.cu bitcredit/bitcredit.cu
 # scrypt


...but I'm not sure how to use it.  is it a script, or is it entered line by line manually?.....
Jump to: