Bitcoin Forum
June 25, 2025, 08:43:57 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 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 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347853 times)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 09:52:28 AM
 #1261

I have fixed the build now.

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

Activity: 3094
Merit: 1093


--- ChainWorks Industries ---


View Profile WWW
January 25, 2015, 10:00:51 AM
 #1262

I have fixed the build now.

pull - compile - test ... doing that now mate ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:16:49 AM
 #1263

I added another fix,  you might need. @ github.

later today I wil release the first version of the spreadminer to the ppl who have donated 0.1 BTC. The miner is not
finished, but it works, and a little faster than the old one.

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

Activity: 3094
Merit: 1093


--- ChainWorks Industries ---


View Profile WWW
January 25, 2015, 10:20:36 AM
 #1264

I added another fix,  you might need. @ github.

later today I wil release the first version of the spreadminer to the ppl who have donated 0.1 BTC. The miner is not
finished, but it works, and a little faster than the old one.

tanx sp ...

downloading the git pull now ...

how will you distribute the spreadx11 miner to the donors? ...

id like to donate some more also - which algo would you prefer to have this time round?

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:29:47 AM
 #1265

By email.

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

Activity: 1400
Merit: 1050


View Profile WWW
January 25, 2015, 12:07:47 PM
 #1266

SP_ v32 WILL NOT BUILD ON LINUX--

I tried building it and got dozens of ""t2" set but not used" errors.  I have no executable left on exit.

I checked "ccminer.cpp" for the correction that flipclip mentioned earlier.  The correction is in place in the git-code.

I am curently running tpruvot's 1.5.2-git release, it has been very stable.  A loss of 5mh/s for the rig, compared to sp_'s best, is painfully evident.       --scryptr

latest git pull sphash not build on linux:


./cuda_helper.h(73): Error: Cannot store to pointer that points to constant memory space

make[2]: *** [x15/cuda_x15_whirlpool.o] Error 1
make[2]: *** Waiting for unfinished jobs....



This is a different fix then before.  Unfortunately this is getting out of my realm here but when I made the below fixes, it compiled (Ubuntu 14.04) and quark ran fine (not sure about x15):
In Cudahelper.h (line 68):
FROM:
__device__ __forceinline__ uint64_t REPLACE_HIWORD(const uint64_t &x, const uint32_t y)
TO:
__device__ __forceinline__ uint64_t REPLACE_HIWORD(const uint64_t x, const uint32_t y)

(line 78):
FROM:
__device__ __forceinline__ uint64_t REPLACE_LOWORD(const uint64_t &x, const uint32_t y)
TO:
__device__ __forceinline__ uint64_t REPLACE_LOWORD(const uint64_t x, const uint32_t y)

Compiled and seems to be running fine.

cuda_helper.h ERRORS --

On lines 68, 78 (mentioned in your post) and lines 70, 80, and 84, there appear to be errors/typos.  I am not familiar enough with the code to fix it, but the "t2"variable is there, and it kicks up dozens of warnings at compilation time.  I have been able to compile the code with your fix, but the "t2" variable still produces warnings by the dozen.       --scryptr
what kind of warning ?
(in the first line 68, not sure t2=0 makes sense.)

DJM34--

I didn't think so, either!  In fact, I deleted "=0" and compiled again.  It compiled, as before, with dozens of ""t2" set but not used" errors.  In my first post, I used the word "defined", instead of "set", but these are continual warnings during compilation.         --scryptr
it is the compiler who is a bit confused about the asm command, because t2 initialized or not gets overwritten...
Actually I would be curious to know why the 2 lines asm has been replaced by 2 asm statement...
Same number of registers are allocated...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 12:46:23 PM
 #1267

it is the compiler who is a bit confused about the asm command, because t2 initialized or not gets overwritten...
Actually I would be curious to know why the 2 lines asm has been replaced by 2 asm statement...
Same number of registers are allocated...

I have removed the warning, and everything should compile.

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

Activity: 3094
Merit: 1093


--- ChainWorks Industries ---


View Profile WWW
January 25, 2015, 01:01:59 PM
 #1268

it is the compiler who is a bit confused about the asm command, because t2 initialized or not gets overwritten...
Actually I would be curious to know why the 2 lines asm has been replaced by 2 asm statement...
Same number of registers are allocated...

I have removed the warning, and everything should compile.

the latest git compiles and runs well ... tanx sp ...

admittedly - i have only tested with x11 for now ... but will get quark running in the next few days after i finish a few of the rebuilds ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 04:02:46 PM
 #1269

My 4card testrig(2x 750ti, 1x980, 1x970) is up 1MHASH with my new spreadcoin miner(standard clocks). The 750ti cards are not doing so well. Most improvements on 970 and 980 cards.

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

Activity: 3094
Merit: 1093


--- ChainWorks Industries ---


View Profile WWW
January 25, 2015, 04:09:00 PM
 #1270

My 4card testrig(2x 750ti, 1x980, 1x970) is up 1MHASH with my new spreadcoin miner(standard clocks). The 750ti cards are not doing so well. Most improvements on 970 and 980 cards.

thats a pity - most of my farm is 750ti oc ...

will see how it all goes anyway mate ... will be a good thing to see ...

Smiley

#crysx

jpouza
Legendary
*
Offline Offline

Activity: 3080
Merit: 1139


View Profile
January 25, 2015, 05:14:10 PM
 #1271

My 4card testrig(2x 750ti, 1x980, 1x970) is up 1MHASH with my new spreadcoin miner(standard clocks). The 750ti cards are not doing so well. Most improvements on 970 and 980 cards.

That's nice,  I just loose 2x750ti and installed one 970  Grin
The miner is up today?
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:26:46 PM
 #1272

Sending out the spreadminer v1.0 now.

I am missing 3 email adresses. If you have donated 0.1. Send me a pm with your email adress.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:32:57 PM
 #1273

I am not finished. More exe files will follow.



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

Activity: 3080
Merit: 1139


View Profile
January 25, 2015, 10:33:19 PM
 #1274

Sending out the spreadminer v1.0 now.

I am missing 3 email adresses. If you have donated 0.1. Send me a pm with your email adress.

I didn't receive nothing....

Sent you PM again with e-mail adress...

jpouza
Legendary
*
Offline Offline

Activity: 3080
Merit: 1139


View Profile
January 25, 2015, 10:34:14 PM
 #1275



Send me the file please, my cards are Oced and in the Water.

Cheers
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:39:43 PM
 #1276

Gmail removed the attachment. Rename the file to spreadminer1.7z and decrunch it with 7zip.

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

Activity: 476
Merit: 250


View Profile
January 25, 2015, 10:52:25 PM
 #1277

Gmail removed the attachment. Rename the file to spreadminer1.7z and decrunch it with 7zip.

Ahh that makes more sense.  I replied back thinking you forgot to attach it.  When you get a chance can you resend it to me?  Thanks.
jpouza
Legendary
*
Offline Offline

Activity: 3080
Merit: 1139


View Profile
January 25, 2015, 10:55:19 PM
 #1278

Gmail removed the attachment. Rename the file to spreadminer1.7z and decrunch it with 7zip.

Waiting for the renamed file.

Cheers
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:55:53 PM
 #1279

I have sendt 2 emails. In the last email it should work.

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

Activity: 2926
Merit: 1087

Team Black developer


View Profile
January 25, 2015, 10:59:47 PM
 #1280

I just sendt another one check your junk email folder. It might have been placed there.

rename the file to .7z and depack with 7zip. then rename the spreadminer1.x to spreadminer1.exe and copy it to the miner folder.


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 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 ... 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!