Bitcoin Forum
May 02, 2024, 02:23:10 PM *
News: Latest Bitcoin Core release: 27.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 2347498 times)
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 25, 2015, 12:25:27 AM
 #1261

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

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
1714659790
Hero Member
*
Offline Offline

Posts: 1714659790

View Profile Personal Message (Offline)

Ignore
1714659790
Reply with quote  #2

1714659790
Report to moderator
1714659790
Hero Member
*
Offline Offline

Posts: 1714659790

View Profile Personal Message (Offline)

Ignore
1714659790
Reply with quote  #2

1714659790
Report to moderator
1714659790
Hero Member
*
Offline Offline

Posts: 1714659790

View Profile Personal Message (Offline)

Ignore
1714659790
Reply with quote  #2

1714659790
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714659790
Hero Member
*
Offline Offline

Posts: 1714659790

View Profile Personal Message (Offline)

Ignore
1714659790
Reply with quote  #2

1714659790
Report to moderator
1714659790
Hero Member
*
Offline Offline

Posts: 1714659790

View Profile Personal Message (Offline)

Ignore
1714659790
Reply with quote  #2

1714659790
Report to moderator
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
January 25, 2015, 12:57:13 AM
 #1262

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 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
January 25, 2015, 04:31:05 AM
 #1263

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

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
January 25, 2015, 05:43:41 AM
 #1264

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

same here ... continual t2 warnings and a error at the end ... so no compile ...

t2 ... does that mean terminator 2 is coming back for revenge - and thats why its not working?

ok ok - so im not funny ... bite me ...

Tongue

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


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

I have fixed the build now.

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

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


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

I have fixed the build now.

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

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


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

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 MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


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

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: 2898
Merit: 1087

Team Black developer


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

By email.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW 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
 #1270

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: 2898
Merit: 1087

Team Black developer


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

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 MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


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

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: 2898
Merit: 1087

Team Black developer


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

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 MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


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

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: 2688
Merit: 1109


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

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: 2898
Merit: 1087

Team Black developer


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

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 MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


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

I am not finished. More exe files will follow.



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

Activity: 2688
Merit: 1109


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

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: 2688
Merit: 1109


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



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

Cheers
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


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

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

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW 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!