arpika
Newbie
Offline
Activity: 14
Merit: 0
|
 |
April 21, 2015, 07:47:52 PM |
|
LINUX COMPILE ERROR -- I also get a compile error: http://s1.postimg.org/basdqn6cv/error.pngSomething about conflicting types in line 696 of scrypt.c and line 354 of miner.h? I can hardly wait to try it, sp_ . Thanks for your work! --scryptr Getting the same build error (linux, CUDA 6.5)
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 07:55:54 PM |
|
LINUX COMPILE ERROR -- I also get a compile error:  Something about conflicting types in line 696 of scrypt.c and line 354 of miner.h? I can hardly wait to try it, sp_ . Thanks for your work! --scryptr Getting the same build error (linux, CUDA 6.5) JUST NOW -- SP_ just finished depositing a newer build on GitHub, but I still get the same conflict error when attempting to build it. I do have Cuda 6.5. --scryptr
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 08:04:43 PM |
|
LINUX COMPILE ERROR -- I also get a compile error:  Something about conflicting types in line 696 of scrypt.c and line 354 of miner.h? I can hardly wait to try it, sp_ . Thanks for your work! --scryptr Getting the same build error (linux, CUDA 6.5) JUST NOW -- SP_ just finished depositing a newer build on GitHub, but I still get the same conflict error when attempting to build it. I do have Cuda 6.5. --scryptr You are not building the latest source... Submitted a fix for the intensity parameter. With -g 3 quark can run -i 22 without any problems. This is because the memory is fragmented, so the gpu doesn't need to allocate a big continuous block. I get higher rates on the pool now 
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 08:14:41 PM |
|
LINUX COMPILE ERROR -- I also get a compile error:  Something about conflicting types in line 696 of scrypt.c and line 354 of miner.h? I can hardly wait to try it, sp_ . Thanks for your work! --scryptr Getting the same build error (linux, CUDA 6.5) JUST NOW -- SP_ just finished depositing a newer build on GitHub, but I still get the same conflict error when attempting to build it. I do have Cuda 6.5. --scryptr You are not building the latest source... Submitted a fix for the intensity parameter. With -g 3 quark can run -i 22 without any problems. This is because the memory is fragmented, so the gpu doesn't need to allocate a big continuous block. I get higher rates on the pool now  SAME ERROR -- I just pulled from Git and attempted to compile, and the "type conflict" is still there. I did see your Intensity fix comments. That is 3 commits today? --scryptr
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 08:31:54 PM |
|
Just submitted commit number 6 today. you have the wrong version of the file ccminer.cpp. Get this file from the head and build
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 08:47:54 PM |
|
Just submitted commit number 6 today. you have the wrong version of the file ccminer.cpp. Get this file from the head and build
SP_ -- I must be misunderstanding. I did a clean git clone into an empty direcory and ran build.sh. I see your most recent comments. However, the "type conflict" is still there, the build fails. Here is my command line for the git, executed in an empty build directory: "git clone https://github.com/sp-hash/ccminer ." If you mean "pull it from your head", I am afraid you are out of reach. Any use of pliers or suction would likely cause irrepairable damage, and your golden eggs would cease. --scryptr
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 08:49:37 PM |
|
hehe. sorry, I corrected it now. The makefile was including an old file
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 09:08:51 PM |
|
hehe. sorry, I corrected it now. The makefile was including an old file
UNDEFINED REFERENCE -- Another error exists:  Thanks for your attention to this.  --scryptr
|
|
|
|
KL0nLutiy
Member

Offline
Activity: 158
Merit: 10
|
 |
April 21, 2015, 09:18:56 PM |
|
With the last build from git also a lot of does not validate on cpu with -g 3 on 750 ti on quark and other algos too.
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 09:32:25 PM |
|
Yes there still are some. Try with -g 2.
|
|
|
|
KL0nLutiy
Member

Offline
Activity: 158
Merit: 10
|
 |
April 21, 2015, 09:42:08 PM |
|
Yes there still are some. Try with -g 2.
Does not validate on cpu also with -g 2
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 09:47:57 PM Last edit: April 21, 2015, 10:04:34 PM by sp_ |
|
I reverted the quark syncronization code. Seems to be bether now. Let the miner run for a while with vardiff. It looks like the "does not validate..." comes more often on low difficulty shares.
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 09:52:23 PM Last edit: April 21, 2015, 10:04:01 PM by scryptr |
|
CCMINER -g 3 -i 22 -- It works now. The build was a success:  1) 6x750ti FTW Rig, command line "ccminer -a quark -g 3 -i 22 -o URL -u USER -p PSWD"  2) 6x750ti FTW Rig, command line "ccminer -a quark -g 3 -i 22 -o URL -u USER -p PSWD" I used your suggested configuration to achieve this result. The "CPU..." errors settle down after a few minutes. Some accepted hashes are 70Mh/s+. I'd say that the rig is averaging 55Mh/s, up from 36.4Mh/s yesteday. That is about 2x290X hash rate improvement from yesterday. --scryptr
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
April 21, 2015, 10:02:29 PM Last edit: April 21, 2015, 10:31:16 PM by sp_ |
|
I will let my test rig run overnight and check if it crashes.
-g 3 -i 22 !!
Verified higher rates at the pool.
The miner is working fine in benchmark mode without the stratum connection, perhaps you should try to solomine? Until I figure out what's wrong.
Don't forget to donate guys. I am to lazy to make a percentage miner right now.
Your support is my motivation.
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 21, 2015, 10:57:55 PM |
|
I will let my test rig run overnight and check if it crashes.
-g 3 -i 22 !!
Verified higher rates at the pool.
The miner is working fine in benchmark mode without the stratum connection, perhaps you should try to solomine? Until I figure out what's wrong.
Don't forget to donate guys. I am to lazy to make a percentage miner right now.
Your support is my motivation.
SP_ -- THANKS! I flipped another two-bits your way. Please continue to tune up this miner! --scryptr
|
|
|
|
AliMan
|
 |
April 22, 2015, 01:49:19 AM |
|
For me it crashes when trying to run all cards together in a single miner, running individually is fine, but I don't see any 25% boost or anything like that.
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
 |
April 22, 2015, 03:07:39 AM |
|
CCMINER -g 3 -i 22 --
For me that only does 37.3 per rig and and it's not even fluctuating. Without using -g and with -i 23.6 I get 37.6 per rig of Gigabyte OC cards with +140 on the core. For some reason I was unable to find any algo which resulted in more hash using -g. 
|
Not your keys, not your coins!
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 22, 2015, 04:05:54 AM |
|
CCMINER -g 3 -i 22 --
For me that only does 37.3 per rig and and it's not even fluctuating. Without using -g and with -i 23.6 I get 37.6 per rig of Gigabyte OC cards with +140 on the core. For some reason I was unable to find any algo which resulted in more hash using -g.  LATEST MOD -- Did you download and compile the last mod of v45 of the day? Yesterday's version was giving me the results that you describe. The pre-compiled Windows version is several days old. I was not able to build today's mods until the last version posted on git. --scryptr
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
 |
April 22, 2015, 04:11:50 AM |
|
CCMINER -g 3 -i 22 --
For me that only does 37.3 per rig and and it's not even fluctuating. Without using -g and with -i 23.6 I get 37.6 per rig of Gigabyte OC cards with +140 on the core. For some reason I was unable to find any algo which resulted in more hash using -g.  LATEST MOD -- Did you download and compile the last mod of v45 of the day? Yesterday's version was giving me the results that you describe. The pre-compiled Windows version is several days old. I was not able to build today's mods until the last version posted on git. --scryptr I compiled and tried commit 710 and commit 722.
|
Not your keys, not your coins!
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
April 22, 2015, 04:25:06 AM Last edit: April 22, 2015, 04:53:59 AM by scryptr |
|
CCMINER -g 3 -i 22 --
For me that only does 37.3 per rig and and it's not even fluctuating. Without using -g and with -i 23.6 I get 37.6 per rig of Gigabyte OC cards with +140 on the core. For some reason I was unable to find any algo which resulted in more hash using -g.  LATEST MOD -- Did you download and compile the last mod of v45 of the day? Yesterday's version was giving me the results that you describe. The pre-compiled Windows version is several days old. I was not able to build today's mods until the last version posted on git. --scryptr I compiled and tried commit 710 and commit 722. SP_ DOES NOT SLEEP-- I thought he had quit coding for the day. I am downloading commit 723 just now. I'll chat back later. --scryptr EDIT: I launched commit 723:  1) 6x750ti FTW with "-g 3 -i 22" config  2) 6x750ti FTW with "-g 3 -i 22" config The rig is currently stabilized at about 60Mh/s. It runs with fluctuations and errors for a few minutes on start. I will let it run overnight, and report again later. --scryptr
|
|
|
|
|