Bitcoin Forum
June 30, 2024, 02:36:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 [285] 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 ... 417 »
5681  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 11:20:19 PM
1.7.1 in this archive is a typo when he made the folder zip... its yours

i grabbed your kernel changes and cleanup the old ifdef (initial implementation for neos)... didnt had the time/need to focus on blake recently

so my 1.7.2 will be close to you.... cuda 7.5 is better for this algo

I tested again.. same speed. (1.7.2) (ccminer -a blake --benchmark -q)

5682  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 11:11:32 PM
Yeah xCore modified it last night so we had a faster version with the Vanillacoin fork.  I am not sure how he did it.

You meen this version:

https://talk.vanillacoin.net/uploads/files/tools/ccminer-1.7.1-blake256-standard-uncompressed-sp.zip

It is not faster than my opensource..
5683  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 11:01:54 PM
There are many 750ti cards. with different clocks.

Download release 78 and write

ccminer -a blakecoin --benchmark

Then you will see.. I just tested the tvpruvot release and it was slower on all cards.

https://github.com/sp-hash/ccminer/releases/
5684  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 10:48:26 PM
Maybe for a donate?

I already did +5%

My version does 840MHASH. tvpruvots version does 800MHASH on the 750ti.


here are the changesets:

https://github.com/sp-hash/ccminer/commit/bd09f337b177ae495dbbff40655338b0d5663792

https://github.com/sp-hash/ccminer/commit/cd7e2b5a91491e468e58fc9a97b390d1eac7d969
5685  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 27, 2016, 08:43:04 PM
4% boost in quark coming due to implementation of fast reinit_groestl. Maybe it
will work in ccminer too. It' was simple, just clone init_groestl and remove the constant
initializations. It speeds up the init every time groestl is run. Just make sure to do
a full init the first time.

ccminer only to the init pass once per algo.  Until it finds a solution for all the hashfunctions

Quote
Edit: only worked for quark because quark runs twice in the chain. Only need to do a
reinit before the second run. Full init works but is slower. No init is even faster but
never finds blocks.

ccminer only run groestl once.

Why don't you share your code on github so I can add 100%  Grin
5686  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 08:38:03 PM
Version 1.7.1 is not my fork. My version is 1.5.78
ask:
why nicehash accepted share is always lower than the reported? for example, Lyra2 is accepted around 9600~ kH/s but nicehash only accepted 8.9 mH/s, no matter how long i mine, it always lower than my mining speed.  Huh
and what is the best intensity for lyra2 in 78 release? i'm using 970.
Wich version of ccminer are you using?
You should mine lyra2v2 and not lyra2.
i'm using your version. 1.5.78
this is my bat:
Code:
ccminer.exe -a lyra2v2 -o stratum+tcp://lyra2rev2.jp.nicehash.com:3347 -u 1AwFc6m5evP5a8csDWsb6S3joSaBx8ia1e -p d=4 -i 16
is 1.5.74 give better hash rate for lyrav2 than 78?

Replace d=4 with x. and remove the intensity setting.

ccminer.exe -a lyra2v2 -o stratum+tcp://lyra2rev2.jp.nicehash.com:3347 -u 1AwFc6m5evP5a8csDWsb6S3joSaBx8ia1e -p x

You should get full hashrate.

Release 78 was compiled with cuda 7.5 and I think it is slower than release 74 but not sure. If you have time, try all releases from 68 and up to 78 and check wich version has the best hashrate for your card.

I also have a private version that improves the speed alot. (from release 74) 4-10%  (it cost 0.1 BTC in donation)

5687  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 08:03:04 PM
Version 1.7.1 is not my fork. My version is 1.5.78
ask:
why nicehash accepted share is always lower than the reported? for example, Lyra2 is accepted around 9600~ kH/s but nicehash only accepted 8.9 mH/s, no matter how long i mine, it always lower than my mining speed.  Huh
and what is the best intensity for lyra2 in 78 release? i'm using 970.
Wich version of ccminer are you using?
You should mine lyra2v2 and not lyra2.


Download version 74 here:

https://github.com/sp-hash/ccminer/releases

5688  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 07:55:33 PM
Version 1.7.1 is not my fork. My version is 1.5.78
ask:
why nicehash accepted share is always lower than the reported? for example, Lyra2 is accepted around 9600~ kH/s but nicehash only accepted 8.9 mH/s, no matter how long i mine, it always lower than my mining speed.  Huh
and what is the best intensity for lyra2 in 78 release? i'm using 970.

Wich version of ccminer are you using?

You should mine lyra2v2 and not lyra2.
5689  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] New Improved altcoin CPU miner with support for AES-NI on: January 27, 2016, 07:19:30 PM
Why is c11 slower than x11?
5690  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 06:56:45 PM

Version 1.7.1 is not my fork. My version is 1.5.78
5691  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 06:55:05 PM
ok I added it now. You have to build yourself..

The gtx 970 is doing 2.3GHASH
Run with -a vanilla

Gtx 970: 2.6GHASH
Gtx 960: 1.65GHASH
gtx 750ti: 0.94GHASH
5692  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 06:50:57 PM
1. Download cuda 7.5
2. Download and install visual studio 2013 express
3. Download the source: https://github.com/sp-hash/ccminer/archive/windows.zip
3. Open the project. select release, win32
4. Build.
5693  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 06:16:55 PM
ok I added it now. You have to build yourself..

The gtx 970 is doing 2.3GHASH
Run with -a vanilla
5694  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]pledge for the release of 100% faster cuda 7.5 nvidia miner for neoscrypt on: January 27, 2016, 02:43:05 PM
My current private mod mines lyra2v2 at 5,5MHASH on the 750ti with max overclock.
I'll ask some of my contact to check that Grin

Depends on the cards and what memory they use.. Your neoscrypt is only doing 170-180khash on some cards and 200khash on others even if the clock setting is the same.
Could be the windows7 vs windows 8.1 problem. Or samsung/elpida/hynix memory latency differences.

5695  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]pledge for the release of 100% faster cuda 7.5 nvidia miner for neoscrypt on: January 27, 2016, 02:39:19 PM
My current private mod mines lyra2v2 at 5,5MHASH on the 750ti with max overclock.

And 5050 on standard clocks. (EVGA SC 750ti)
5696  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 01:40:22 PM
I don't remember it was released either (I remember that I tested it though...) I think it was on a dropbox or something , don't think he created a repo (?)

I found the code on github:

https://github.com/tpruvot/ccminer/tree/ethash

ethash test to finish...
remains the mixHash thing to compute, and to check the submitted nonce64 endian/value

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
5697  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 27, 2016, 01:19:42 PM
I believe Epsylon3/tpruvot has been trying to get a 32-bit version of ethminer to work a while back. Can't find the source anymore.

I tried as well to integrate the ether miner into ccminer.. But lost interest because the 64bit nonce and other non standard code. I can do another try and release the result.
NO cpu verification or DAG generation. Only to test and mod the gpu code.. (--benchmark mode)
5698  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]pledge for the release of 100% faster cuda 7.5 nvidia miner for neoscrypt on: January 27, 2016, 12:55:44 PM
I think you had another pic as well with 6.2 mhash on the 750ti but can't find it.
5699  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]pledge for the release of 100% faster cuda 7.5 nvidia miner for neoscrypt on: January 27, 2016, 12:53:28 PM

I have only added 500KHASH on the 980 (sp-mod 61-git) Which algos did you rewrite? And will you make it public?
rewrote lyra2 code:


Good job.
I guess the new kernal is using more power?
yes, the 980 runs at 110% tpd and the 750ti close to 95% (on my gainward stock).
Honestly I will try to backport (if possible... not entirely obvious though, the new kernel relies on warp shuffle technique) some of the change to amd before releasing it, I don't want to create more imbalance...
5700  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]pledge for the release of 100% faster cuda 7.5 nvidia miner for neoscrypt on: January 27, 2016, 12:19:13 PM
But how fast is it?
Pages: « 1 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 [285] 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 ... 417 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!