bensam1231
Legendary
Offline
Activity: 1806
Merit: 1024
|
 |
October 29, 2015, 05:29:57 AM |
|
If you ever make a API for your miner so it could work with multi-miner, I would love you forever. MM is totally the best auto-switcher/monitoring software. It was never hooked into Nvidia stuff because there wasn't ever a API for it. https://bitcointalk.org/index.php?topic=248173.0
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
chrysophylax
Legendary
Offline
Activity: 3080
Merit: 1093
--- ChainWorks Industries ---
|
 |
October 29, 2015, 06:19:44 AM |
|
sp ...
the latest git seems to have a compile error ...
-------
mv -f sph/.deps/ccminer-haval.Tpo sph/.deps/ccminer-haval.Po make[2]: *** No rule to make target 'x15/axiom.cu', needed by 'x15/axiom.o'. Stop. make[2]: *** Waiting for unfinished jobs.... ptxas info : 0 bytes gmem, 1568 bytes cmem[3] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_64jjPm' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_64jjPm 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 92 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_80jjPv' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_80jjPv 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 90 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z25pentablake_gpu_check_hashjjPjS_' for 'sm_50' ptxas info : Function properties for _Z25pentablake_gpu_check_hashjjPjS_ 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 6 registers, 344 bytes cmem[0] ptxas info : 0 bytes gmem pentablake.cu: In function ‘int scanhash_pentablake(int, uint32_t*, const uint32_t*, uint32_t, long unsigned int*)’: pentablake.cu:520:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] pentablake.cu:535:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] ptxas info : 0 bytes gmem ptxas info : 0 bytes gmem ptxas info : Compiling entry function '_Z21groestl256_gpu_hash32jjPmPjj' for 'sm_50' ptxas info : Function properties for _Z21groestl256_gpu_hash32jjPmPjj 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 128 registers, 8192 bytes smem, 380 bytes cmem[0], 4 bytes cmem[2], 8 textures make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1618: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:562: recipe for target 'all' failed make: *** [all] Error 2
-------
what could this be? ...
up until this latest git ( now that im back ) - it had been compiling fine ...
#crysx
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 07:04:02 AM |
|
sp ...
the latest git seems to have a compile error ...
-------
mv -f sph/.deps/ccminer-haval.Tpo sph/.deps/ccminer-haval.Po make[2]: *** No rule to make target 'x15/axiom.cu', needed by 'x15/axiom.o'. Stop. make[2]: *** Waiting for unfinished jobs.... ptxas info : 0 bytes gmem, 1568 bytes cmem[3] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_64jjPm' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_64jjPm 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 92 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_80jjPv' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_80jjPv 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 90 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z25pentablake_gpu_check_hashjjPjS_' for 'sm_50' ptxas info : Function properties for _Z25pentablake_gpu_check_hashjjPjS_ 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 6 registers, 344 bytes cmem[0] ptxas info : 0 bytes gmem pentablake.cu: In function ‘int scanhash_pentablake(int, uint32_t*, const uint32_t*, uint32_t, long unsigned int*)’: pentablake.cu:520:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] pentablake.cu:535:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] ptxas info : 0 bytes gmem ptxas info : 0 bytes gmem ptxas info : Compiling entry function '_Z21groestl256_gpu_hash32jjPmPjj' for 'sm_50' ptxas info : Function properties for _Z21groestl256_gpu_hash32jjPmPjj 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 128 registers, 8192 bytes smem, 380 bytes cmem[0], 4 bytes cmem[2], 8 textures make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1618: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:562: recipe for target 'all' failed make: *** [all] Error 2
-------
what could this be? ...
up until this latest git ( now that im back ) - it had been compiling fine ...
#crysx
Try to add this to the makefile sph/hefty1.cpp and rename all axiom files to bastion (in the makefile)
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 3080
Merit: 1093
--- ChainWorks Industries ---
|
 |
October 29, 2015, 07:45:34 AM |
|
sp ...
the latest git seems to have a compile error ...
-------
mv -f sph/.deps/ccminer-haval.Tpo sph/.deps/ccminer-haval.Po make[2]: *** No rule to make target 'x15/axiom.cu', needed by 'x15/axiom.o'. Stop. make[2]: *** Waiting for unfinished jobs.... ptxas info : 0 bytes gmem, 1568 bytes cmem[3] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_64jjPm' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_64jjPm 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 92 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_80jjPv' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_80jjPv 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 90 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z25pentablake_gpu_check_hashjjPjS_' for 'sm_50' ptxas info : Function properties for _Z25pentablake_gpu_check_hashjjPjS_ 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 6 registers, 344 bytes cmem[0] ptxas info : 0 bytes gmem pentablake.cu: In function ‘int scanhash_pentablake(int, uint32_t*, const uint32_t*, uint32_t, long unsigned int*)’: pentablake.cu:520:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] pentablake.cu:535:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] ptxas info : 0 bytes gmem ptxas info : 0 bytes gmem ptxas info : Compiling entry function '_Z21groestl256_gpu_hash32jjPmPjj' for 'sm_50' ptxas info : Function properties for _Z21groestl256_gpu_hash32jjPmPjj 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 128 registers, 8192 bytes smem, 380 bytes cmem[0], 4 bytes cmem[2], 8 textures make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1618: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:562: recipe for target 'all' failed make: *** [all] Error 2
-------
what could this be? ...
up until this latest git ( now that im back ) - it had been compiling fine ...
#crysx
Try to add this to the makefile sph/hefty1.cpp and rename all axiom files to bastion (in the makefile) that doesnt seem to work ... ------- sph/ccminer-hefty1.o: In function `HEFTY1_Init': hefty1.cpp:(.text+0x980): multiple definition of `HEFTY1_Init' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:295: first defined here sph/ccminer-hefty1.o: In function `HEFTY1_Update': hefty1.cpp:(.text+0x9f0): multiple definition of `HEFTY1_Update' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:306: first defined here sph/ccminer-hefty1.o: In function `HEFTY1_Final': hefty1.cpp:(.text+0xb20): multiple definition of `HEFTY1_Final' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:322: first defined here sph/ccminer-hefty1.o: In function `HEFTY1': hefty1.cpp:(.text+0xcf0): multiple definition of `HEFTY1' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:359: first defined here collect2: error: ld returned 1 exit status Makefile:944: recipe for target 'ccminer' failed make[2]: *** [ccminer] Error 1 make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1638: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:564: recipe for target 'all' failed make: *** [all] Error 2 ------- #crysx
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 08:38:41 AM |
|
sp ...
the latest git seems to have a compile error ...
-------
mv -f sph/.deps/ccminer-haval.Tpo sph/.deps/ccminer-haval.Po make[2]: *** No rule to make target 'x15/axiom.cu', needed by 'x15/axiom.o'. Stop. make[2]: *** Waiting for unfinished jobs.... ptxas info : 0 bytes gmem, 1568 bytes cmem[3] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_64jjPm' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_64jjPm 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 92 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z22pentablake_gpu_hash_80jjPv' for 'sm_50' ptxas info : Function properties for _Z22pentablake_gpu_hash_80jjPv 128 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 90 registers, 336 bytes cmem[0] ptxas info : Compiling entry function '_Z25pentablake_gpu_check_hashjjPjS_' for 'sm_50' ptxas info : Function properties for _Z25pentablake_gpu_check_hashjjPjS_ 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 6 registers, 344 bytes cmem[0] ptxas info : 0 bytes gmem pentablake.cu: In function ‘int scanhash_pentablake(int, uint32_t*, const uint32_t*, uint32_t, long unsigned int*)’: pentablake.cu:520:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] pentablake.cu:535:57: warning: passing NULL to non-pointer argument 2 of ‘cudaError_t MyStreamSynchronize(cudaStream_t, int, int)’ [-Wconversion-null] ptxas info : 0 bytes gmem ptxas info : 0 bytes gmem ptxas info : Compiling entry function '_Z21groestl256_gpu_hash32jjPmPjj' for 'sm_50' ptxas info : Function properties for _Z21groestl256_gpu_hash32jjPmPjj 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 128 registers, 8192 bytes smem, 380 bytes cmem[0], 4 bytes cmem[2], 8 textures make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1618: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:562: recipe for target 'all' failed make: *** [all] Error 2
-------
what could this be? ...
up until this latest git ( now that im back ) - it had been compiling fine ...
#crysx
Try to add this to the makefile sph/hefty1.cpp and rename all axiom files to bastion (in the makefile) that doesnt seem to work ... ------- sph/ccminer-hefty1.o: In function `HEFTY1_Init': hefty1.cpp:(.text+0x980): multiple definition of `HEFTY1_Init' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:295: first defined here sph/ccminer-hefty1.o: In function `HEFTY1_Update': hefty1.cpp:(.text+0x9f0): multiple definition of `HEFTY1_Update' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:306: first defined here sph/ccminer-hefty1.o: In function `HEFTY1_Final': hefty1.cpp:(.text+0xb20): multiple definition of `HEFTY1_Final' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:322: first defined here sph/ccminer-hefty1.o: In function `HEFTY1': hefty1.cpp:(.text+0xcf0): multiple definition of `HEFTY1' ccminer-hefty1.o:/mnt/compile/ccminer-all/sp-hash/ccminer/hefty1.c:359: first defined here collect2: error: ld returned 1 exit status Makefile:944: recipe for target 'ccminer' failed make[2]: *** [ccminer] Error 1 make[2]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:1638: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/mnt/compile/ccminer-all/sp-hash/ccminer' Makefile:564: recipe for target 'all' failed make: *** [all] Error 2 ------- #crysx That is because both hetfy1.c and hefty1.cpp is in the makefile. Try to remove one of them.
|
|
|
|
BitHappy24
Member

Offline
Activity: 98
Merit: 10
|
 |
October 29, 2015, 09:21:07 AM |
|
Nice modifications, might try it out later
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 10:11:16 AM |
|
yes but hashpower is broken: wrong estimates (counting the diff of a coin and the exchange value of another) and no shares accepted for days. Hashpower.com is up again. Estimated quark payout. 0.27BTC/GHASH. Actual(24h) 0.15BTC/GHASH. They have alot of coins, and adding new coins every month. In miner control you can select wich column you want to use. Estimates or actual payouts or both.
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 10:21:45 AM |
|
Hey, did you work any more on Bastion, sp? I added an MH/s to the unlocked Fury's rate, rest of GPUs are the same (NSFW): https://ottrbutt.com/miner/bastionwolf-10282015.pngNotice I ALSO dropped watt usage by 20W or so, interestingly enough. Config edits and some code edits for Fiji were done. We can take turns soloing JoinCoin when you're done, lol. Nice.  I will rewrite the branch pass so that the hashrate will skyrocket, but I don't think I can beat you in this algo even on the 980ti.. The Whirlpool needs to be rewritten.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
October 29, 2015, 11:34:03 AM |
|
Hey, did you work any more on Bastion, sp? I added an MH/s to the unlocked Fury's rate, rest of GPUs are the same (NSFW): https://ottrbutt.com/miner/bastionwolf-10282015.pngNotice I ALSO dropped watt usage by 20W or so, interestingly enough. Config edits and some code edits for Fiji were done. We can take turns soloing JoinCoin when you're done, lol. Nice.  I will rewrite the branch pass so that the hashrate will skyrocket, but I don't think I can beat you in this algo even on the 980ti.. The Whirlpool needs to be rewritten. Haha, finally, got one better for once. Nvidia is really on it since Maxwell came out. Whirlpool(x) is better on AMD as well :-)
|
|
|
|
Epsylon3
Legendary
Offline
Activity: 1484
Merit: 1122
ccminer/cpuminer developer
|
 |
October 29, 2015, 03:34:46 PM |
|
Looks like yiimp is on sidechain... mined 6000 ams. On yobit balance is zero... transfers made more then hour ago...
indeed, since 12 hours... erfghh second time with this coin
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3276
Merit: 1003
|
 |
October 29, 2015, 06:40:14 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
|
|
|
|
Slava_K
|
 |
October 29, 2015, 07:21:52 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Set -i 20 (19,18,17,16 or less)...
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 07:27:55 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Try the option -C to see if it helps. and perhaps --cpu-affinity 1 to limit to one cpu core If not use the integrated graphics on your motherboard.
|
|
|
|
Slava_K
|
 |
October 29, 2015, 07:48:36 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Try the option -C to see if it helps. and perhaps --cpu-affinity 1 to limit to one cpu core If not use the integrated graphics on your motherboard. 
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3276
Merit: 1003
|
 |
October 29, 2015, 08:27:31 PM Last edit: October 29, 2015, 08:41:55 PM by tbearhere |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Set -i 20 (19,18,17,16 or less)... I forgot to add that there are 2 other cards using r71. EDIT: -i 20 did it..... thx Now to get only one bat file that will do that to -d 0 and leave -d 1,2 alone. -p x -d 0 -i 20 -d 1,2 that didn't work.
|
|
|
|
Slava_K
|
 |
October 29, 2015, 08:42:53 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Try the option -C to see if it helps. and perhaps --cpu-affinity 1 to limit to one cpu core If not use the integrated graphics on your motherboard.  
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
October 29, 2015, 08:48:24 PM |
|
TSIV, DJM34 where are your private kernals? Everybody seems to use my optmized kernals for some reason. someone is renting lyra2v2 at nicehash for 0.29BTC and mine 0.34BTC on the yaamp clone multipool. 
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3276
Merit: 1003
|
 |
October 29, 2015, 08:53:49 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Set -i 20 (19,18,17,16 or less)... I forgot to add that there are 2 other cards using r71. EDIT: -i 20 did it..... thx Now to get only one bat file that will do that to -d 0 and leave -d 1,2 alone. -p x -d 0 -i 20 -d 1,2 that didn't work. Let me start over I have 3 cards 750ti on this computer and with one bat file I need to set the intensity of -d 0 to -i 20 ...but leave the other cards at there normal intensity.
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3276
Merit: 1003
|
 |
October 29, 2015, 08:57:57 PM |
|
@sp yes lyra2re2 at .3400 and BTC at $312 usd 
|
|
|
|
Slava_K
|
 |
October 29, 2015, 08:58:39 PM |
|
I have one card I use on this computer for mining and watching netflex at the same time....I can only do this with R43. Is there an intensity setting that I can use to do the same thing with R71? Thx
Set -i 20 (19,18,17,16 or less)... I forgot to add that there are 2 other cards using r71. EDIT: -i 20 did it..... thx Now to get only one bat file that will do that to -d 0 and leave -d 1,2 alone. -p x -d 0 -i 20 -d 1,2 that didn't work. Let me start over I have 3 cards 750ti on this computer and with one bat file I need to set the intensity of -d 0 to -i 20 ...but leave the other cards at there normal intensity. - d 0,1,2 - i 18,20,20 etc...
|
|
|
|
|