sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 10:20:26 AM |
|
Spreadcoin version 9 has been sendt to the donators.
happy mining
|
|
|
|
zjy
Newbie
Offline
Activity: 66
Merit: 0
|
 |
July 18, 2015, 10:31:38 AM |
|
Spreadcoin version 9 has been sendt to the donators.
happy mining
hey SP SpreadCoin profit, 750ti? Can anyone donate 0.1BTC to get the optimized version?
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 10:53:30 AM Last edit: July 18, 2015, 12:43:07 PM by sp_ |
|
Spreadcoin can sometimes be very profitable. Anyone can donate and recieve the optimized miner. here is a screenshot with overclocking: 
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 12:35:01 PM |
|
submitted another optimalization in bmw512. Visible improvement in the the quark algo the gtx960 is up 50-100khash
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
 |
July 18, 2015, 01:00:43 PM |
|
Spreadcoin can sometimes be very profitable. Anyone can donate and recieve the optimized miner. here is a screenshot with overclocking:  What settings are you running and OC?
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks 
|
|
|
Grout
|
 |
July 18, 2015, 01:16:10 PM |
|
I donated a beer last week and you didn't even thank me :'-( My feelings are so hurt that I will keep donating one day's worth of mining every two weeks ;-) If you want your 7% to represent more beers, increase my hashrate :-p Keep up the good job SP...
Thanks, you have donated multiple times  Note that if you reach 0.1BTC I will send you the optimized spreadcoin miner with full sourcecode (linux compatible) A new release spreadcoinminer version 9 is soon ready for the donators. According to my log, I gave 0.074 so far. And I missed a few weeks. That's what you get for not including an optional donation percentage in your miner  I might reach 0.1 in about a month. Do you have other private miners that you give at higher thresholds?
|
|
|
|
rednoW
Legendary
Offline
Activity: 1510
Merit: 1003
|
 |
July 18, 2015, 01:22:34 PM |
|
submitted another optimalization in bmw512. Visible improvement in the the quark algo the gtx960 is up 50-100khash
+10-15 khash with gtx750 )))
|
|
|
|
lawrencelyl
Member

Offline
Activity: 94
Merit: 10
|
 |
July 18, 2015, 01:24:48 PM |
|
submitted another optimalization in bmw512. Visible improvement in the the quark algo the gtx960 is up 50-100khash
Compiled and observed about 100++kH/s speed increase for gtx980 
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 3122
Merit: 1093
--- ChainWorks Industries ---
|
 |
July 18, 2015, 01:31:28 PM |
|
I donated a beer last week and you didn't even thank me :'-( My feelings are so hurt that I will keep donating one day's worth of mining every two weeks ;-) If you want your 7% to represent more beers, increase my hashrate :-p Keep up the good job SP...
Thanks, you have donated multiple times  Note that if you reach 0.1BTC I will send you the optimized spreadcoin miner with full sourcecode (linux compatible) A new release spreadcoinminer version 9 is soon ready for the donators. According to my log, I gave 0.074 so far. And I missed a few weeks. That's what you get for not including an optional donation percentage in your miner  I might reach 0.1 in about a month. Do you have other private miners that you give at higher thresholds? our donation links are in the final stages of testing - and will be ready to put on permanently ( or at least as permanent as we can afford to - hehehe - which should be a long time ) ... we have just come across a couple of issue with three of our servers - and are waiting for the feedback from our provider as to what is actually happening with it all ... when we do and can rectify the issues - we will publish all the system details ... being the weekend though - i would not expect very much to happen for another few days ... on another note - the spreadminer that sp had originally sent out was good - the next hashed better - this one should be a better one again ... being solo mining is a pain though - but with the the hashrate the way it is - it shouldnt be too difficult to hit blocks if you are patient ... #crysx
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 3122
Merit: 1093
--- ChainWorks Industries ---
|
 |
July 18, 2015, 01:32:06 PM |
|
submitted another optimalization in bmw512. Visible improvement in the the quark algo the gtx960 is up 50-100khash
+10-15 khash with gtx750 ))) stock? ... or you overclock also? ... #crysx
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
July 18, 2015, 02:07:04 PM |
|
This little patch is giving quark +300 Kh/s on my 970:
diff --git a/groestl_functions_quad.cu b/groestl_functions_quad.cu index c39e81d..3ac3c5d 100644 --- a/groestl_functions_quad.cu +++ b/groestl_functions_quad.cu @@ -285,7 +285,7 @@ __device__ __forceinline__ void G256_MixFunction_quad(uint32_t *r)
__device__ __forceinline__ void groestl512_perm_P_quad(uint32_t *const r) { - +#pragma unroll for(int round=0;round<14;round++) { G256_AddRoundConstantP_quad(r[7], r[6], r[5], r[4], r[3], r[2], r[1], r[0], round);
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 3122
Merit: 1093
--- ChainWorks Industries ---
|
 |
July 18, 2015, 02:15:28 PM |
|
This little patch is giving quark +300 Kh/s on my 970:
diff --git a/groestl_functions_quad.cu b/groestl_functions_quad.cu index c39e81d..3ac3c5d 100644 --- a/groestl_functions_quad.cu +++ b/groestl_functions_quad.cu @@ -285,7 +285,7 @@ __device__ __forceinline__ void G256_MixFunction_quad(uint32_t *r)
__device__ __forceinline__ void groestl512_perm_P_quad(uint32_t *const r) { - +#pragma unroll for(int round=0;round<14;round++) { G256_AddRoundConstantP_quad(r[7], r[6], r[5], r[4], r[3], r[2], r[1], r[0], round);
where does the patch go? ... #crysx
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
July 18, 2015, 02:28:47 PM |
|
This little patch is giving quark +300 Kh/s on my 970:
diff --git a/groestl_functions_quad.cu b/groestl_functions_quad.cu index c39e81d..3ac3c5d 100644 --- a/groestl_functions_quad.cu +++ b/groestl_functions_quad.cu @@ -285,7 +285,7 @@ __device__ __forceinline__ void G256_MixFunction_quad(uint32_t *r)
__device__ __forceinline__ void groestl512_perm_P_quad(uint32_t *const r) { - +#pragma unroll for(int round=0;round<14;round++) { G256_AddRoundConstantP_quad(r[7], r[6], r[5], r[4], r[3], r[2], r[1], r[0], round);
where does the patch go? ... #crysx "patch -p0" should work. If you wonna do it manually, the file name is at the start of the patch. I'm curious to see if it's good for the 750 as well.
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 03:29:31 PM |
|
I'm curious to see if it's good for the 750 as well.
no good for the 750ti. A drop of 400khash.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
July 18, 2015, 03:34:10 PM |
|
I'm curious to see if it's good for the 750 as well.
no good for the 750ti. A drop of 400khash. I'm new to cuda: is there an ifdef or something we can put to enable the unroll for 9xx cards only?
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
 |
July 18, 2015, 03:39:31 PM |
|
I'm curious to see if it's good for the 750 as well.
no good for the 750ti. A drop of 400khash. I'm new to cuda: is there an ifdef or something we can put to enable the unroll for 9xx cards only? #pragma unroll n (and #pragma nounroll )
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 03:49:30 PM |
|
#if __CUDA_ARCH__ > 500 #pragma unroll #endif
|
|
|
|
rednoW
Legendary
Offline
Activity: 1510
Merit: 1003
|
 |
July 18, 2015, 05:25:03 PM |
|
stock? ... or you overclock also? ... #crysx
all me results are for max possible overclock for the algo. For quark it is 1510/1600 6114 khash new record
|
|
|
|
go6ooo1212
Legendary
Offline
Activity: 1512
Merit: 1000
quarkchain.io
|
 |
July 18, 2015, 05:34:06 PM |
|
Just did a small donation to SP_ , TxID: 58b1cd0e556f708bd6da1a7d5cad19b3a7dbca88b75d39ce63ccc4b921f7fb9f
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2926
Merit: 1087
Team Black developer
|
 |
July 18, 2015, 07:22:09 PM Last edit: July 18, 2015, 07:44:21 PM by sp_ |
|
Thanks for the support guys.
I found another improvement:
x8 = ROTL32(0x4D42C787, 7);
compiles to:
// inline asm mov.u32 %r4599, 1296222087; // inline asm shf.l.wrap.b32 %r4597, %r4599, %r4599, %r4756;
stupid compiler.
x11 improvement coming soon. (luffacubehash512)
|
|
|
|
|