Bitcoin Forum
June 30, 2024, 02:30:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 226 227 228 229 230 231 232 233 234 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 ... 417 »
5501  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 09, 2016, 05:25:01 AM
Yeah, similar issues with SP's private decred. I'm getting 100% accept with stratum. Getwork is still buggy, just like with Tpruvots.

Something I've been reading up, from the Suprnova thread on the Decred forums:

Quote from: ocminer
This is a confirmed bug in cgminer on windows. It affects all pools. This flags seem to help:

--no-submit-stale --scan-time 2 --queue 0

Unknown-work means you are sending work back to the pool that was never requested - thats why it gets rejected, on windows cgminer seems to wrong calculation of the hash sometimes which results in this behavior.

It will probably get fixed in one of the future releases, or simply try the flags above.

However, CCminer doesn't support any of the above options besides 'scan time', so you can't tweak the other two options.


Putting all of the issues with accepted shares aside. Does anyone have problems with the miner speed not matching pool speed? Tpruvot and SP's miner show 25% faster hashrate then the pool is showing, even with close to 100% accepted shares. The only place I've seen the pool speed show up correctly is yiimp. MNpool also has the same speed issue. This is averaged over about 24hours so it's not a outlier.


SP, not sure if you saw cryptominingblog today, but they were talking about improving performance by using compute 3.5, at least it works that way with Blake-14, have you tried it with Decred? I assume it may yield similar results as Decred also uses Blake.

http://cryptomining-blog.com/

My kernal is compiled with cuda 7.5. Cuda 6.5 is 10% slower
5502  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 08, 2016, 06:33:33 PM
My fork was based on 1.7.3 wich have issues. I need to refork 1.7.4 and make a new build
but you sold it and knew it had issues? LOLOL money hungry asshole once again.

I have only modded the cuda code. My subscribers will get updates. Fixes where submitted in the stratum/c++ code afterwards(github)
5503  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 08, 2016, 03:10:56 PM
My fork was based on 1.7.3 wich have issues. I need to refork 1.7.4 and make a new build
5504  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 07, 2016, 01:44:07 PM
Why? With 2mhash in windows you will earn less than $0.5 per 750ti. Decred with sp-mod private does $1.33 and use only 38 watt..
5505  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 07, 2016, 11:37:56 AM
Exclude the 750ti cards. only compute 5.2 cards will work.
5506  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 07, 2016, 11:22:10 AM
how to mine with two card on ethereum? -d 0 1 not working, -t not working either

--cuda-devices 0 1

or

--cuda-device 0 1

I don't remember the exact syntax.
5507  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 07, 2016, 11:20:19 AM
Open it in the command line window. What is the error message?

You can try:

ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-devices 0 1

the batfile must be in the same folder as the ethminer.exe file.
5508  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 07, 2016, 11:07:04 AM
ethminer.exe --farm-recheck 3000 -U -F http://eth-us.suprnova.cc:3001/razorsedge.eth1/22  --cuda-device 0 1

or --cuda-devices don't remember the exact syntax, but you need to seperate the devices with a blank and not a comma.
5509  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 07, 2016, 09:24:26 AM
Dwarfpool has now got over 50% of the etherum hashrate.
560337 MHASH out of 980349 MHASH

57% of the network.. Skipping support for stratum was a big mistake. Miners are loosing 20%, and they will always choose stratum. Etherum is ready for a 50% attack. (the 43% of the remaining hash can be rejected))

Modern blockchains like the DASH chain needs 90% of the masternodes and 50% of the hash.
5510  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 07, 2016, 08:20:45 AM
it would be better if you do it open source in front of a donation from many members, maybe increase it to 0.5, but in this way a newbie that want this miner need to pay 0.1, which is too much for him

My work on blake-256 is already opensource. Remember that the first version (tvpruvot) did 220MHASH on the 750ti. I doubled the speed in the sp-mod.

Move precalctables to the instruction cache and unroll:

https://github.com/sp-hash/ccminer/commit/9c8976ec8ec4f880a9420176c287008f0d91fe1c

Byteperm is faster than rotations:

https://github.com/sp-hash/ccminer/commit/60426259b061d5428609e622ca63d225ab70bdaa


The first round of blake can be precalculated with the cpu:
https://github.com/sp-hash/ccminer/commit/c149fdc74b5f3b9036e01391661adb43b636d0c6

etc. etc.

Only a small rewrite is needed to get the boost in decred.

With max OC(1500 core) my modded kernal can do 640MHASH. That is almost 300% faster than the unmodifed SPH implementation of blake-256.
5511  Alternate cryptocurrencies / Mining (Altcoins) / Re: using --opencl-device 0,1 breaks using both GPUs? on: March 07, 2016, 07:36:36 AM
don't use a comma between the devices.

--opencl-device 0,1

write:

--opencl-device 0 1
5512  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 07, 2016, 07:34:26 AM
anyway those private boost are not fair, they only help big miners, because a small miners will never roi with an increment of 10% on his hashrate, for 0.1

Big miners use even faster kernals.. 0.1 BTC is nothing for most miners.. If you only have one card, buy some more..
5513  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 07, 2016, 07:32:24 AM
yes. Decred Sp-mod #1 is available for a 0.1 donation. Buyers will get new versions as I optimize more (my work is supported by your donations.).. The current version works best on the 750ti, but should be a  faster on compute 5.2 as well.

5514  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 07, 2016, 06:50:18 AM
A single 980ti will earn $200 a month mining decred.
 With a 10% faster  private miner you make $20
 more pr card. 0.1 btc ($40) is a bargain
Is $200/mo figured with or without power cost?

yes. But the powercost is very low for one single card..

A single 750ti makes $1.33 a day mining decred with my private kernal. It uses around 35Watt ($0,084 a day)  With a power price of $0.1KWh the powercost is  6.3% of the revenue.

So If you buy my private kernal, you are mining with "free" power.
5515  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 08:44:54 PM
A single 980ti will earn $200 a month mining decred.
 With a 10% faster  private miner you make $20
 more pr card. 0.1 btc ($40) is a bargain
5516  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 06:20:22 PM
Sp-mod decred private 1 is doing 600mhash @1405 core. (750ti)1.7.4 opensource is doing 550 on the same card and clock. Both compiled with cuda 7.5.

Only 0.1 btc guys
5517  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 03:48:30 PM
Which speed did you reach with GTX970 on DECRED?

1550@1366mhz core
5518  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 02:02:57 PM
Decred is currently paying 0.0065BTC /GHASHday. A single 980ti with the private miner @(2.5GHASH) will generate $6.5 per day as well .A single 750ti generates around  $1,33
5519  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 01:09:12 PM
I have alot of fiat invested.
I am waiting for my rigs to ROI. No profit yet... just ordered 300 more riser cables.. waiting for pascal.


well then i don't think 0.1 will make any difference if anything

Should have bought AMD cards, Would have been ROI by now (Ethereum).

I have sold most of my amd cards. but I have a few left.. NVIDIA cards are also ok for etherum. The cheap gtx 950 does 10mhash@60 watt

better to go with 970 22mega 147w, and you save on many rig, you have better density less psu, riser, MB, cpu etc
How much do you make with 22 mh/s please...at today's price..or how many coins?
Thx
22mhash will give you

0.54 eth per day. ($6.50)
5520  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: March 06, 2016, 01:06:43 PM
Quote
Hi sp...what country are you from...just curious  Smiley

Norway
Pages: « 1 ... 226 227 228 229 230 231 232 233 234 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 ... 417 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!