Bitcoin Forum
July 06, 2025, 08:15:10 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112] 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347865 times)
arpika
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 21, 2015, 07:47:52 PM
 #2221

LINUX COMPILE ERROR --

I also get a compile error:

http://s1.postimg.org/basdqn6cv/error.png

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)
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 07:55:54 PM
 #2222

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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 08:04:43 PM
 #2223

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  Smiley

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 08:14:41 PM
 #2224

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  Smiley


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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 08:31:54 PM
 #2225

Just submitted commit number 6 today. you have the wrong version of the file ccminer.cpp. Get this file from the head and build

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 08:47:54 PM
 #2226

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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 08:49:37 PM
 #2227

hehe. sorry, I corrected it now. The makefile was including an old file

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 09:08:51 PM
 #2228

hehe. sorry, I corrected it now. The makefile was including an old file

UNDEFINED REFERENCE --

Another error exists:



Thanks for your attention to this.  Smiley       --scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
KL0nLutiy
Member
**
Offline Offline

Activity: 158
Merit: 10


View Profile
April 21, 2015, 09:18:56 PM
 #2229

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 Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 09:32:25 PM
 #2230

Yes there still are some. Try with -g 2.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
KL0nLutiy
Member
**
Offline Offline

Activity: 158
Merit: 10


View Profile
April 21, 2015, 09:42:08 PM
 #2231

Yes there still are some. Try with -g 2.


Does not validate on cpu also with -g 2

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 09:47:57 PM
Last edit: April 21, 2015, 10:04:34 PM by sp_
 #2232

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.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 09:52:23 PM
Last edit: April 21, 2015, 10:04:01 PM by scryptr
 #2233

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  

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 21, 2015, 10:02:29 PM
Last edit: April 21, 2015, 10:31:16 PM by sp_
 #2234

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.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 21, 2015, 10:57:55 PM
 #2235

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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
AliMan
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 502


Dragonslots | +13k Slots & Casino Games


View Profile
April 22, 2015, 01:49:19 AM
 #2236

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 Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
April 22, 2015, 03:07:39 AM
 #2237

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.  Undecided

Not your keys, not your coins!
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 22, 2015, 04:05:54 AM
 #2238

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.  Undecided

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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
April 22, 2015, 04:11:50 AM
 #2239

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.  Undecided

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 Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 22, 2015, 04:25:06 AM
Last edit: April 22, 2015, 04:53:59 AM by scryptr
 #2240

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.  Undecided

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

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112] 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 ... 1240 »
  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!