Bitcoin Forum
June 27, 2024, 07:35:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 »
3001  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 13, 2016, 07:37:20 PM
It seems now we urgently need faster x15 miner.
Ready to donate 0.01 btc for my poor gtx750)))
Coincidentally I'm working on a faster CPU miner for X algos that nearly doubles the X15 performance
but noone wants to pay for a CPU miner. I'm not doing it to make money, I'm doing it because it's fun
and I'm learning something along the way. And if I ever get it finished I'll probably give it away.
If you need any help with hardware testing on this I have 3x EVGA SR2's dual CPU 24 cores boards, a 4x CPU AMD sever 32 cores & a 980X 12 core in service.
I'd also be willing to tip in some BTC to you if you need that.

I'll keep that in mind. Things are progressing well. I'm not sure which CPU miners you are familiar with but I'm working
with darkcoin cpu miner 1.3 (elmad), cp3u (palmd) & cpuminer-multi (tpruvot )and taking the best from each. I've even
managed to improve on the current best in each algo (all X, quark, qubit). The other algos are either unstable or too
difficult for the moment. If you know of any other interesting CPU miners point them out to me. I'll take a look and see
if I can make use of them. Also if you (or anyone else) knows of other contributors to these programs not yet credited
let me know.

It has been quite a challenge. I've never done any c++ development before and no development at all for 10 years. I had a
hell of a time messing with the Makefile sources and #includes. I'm trying to tweak each algo some more. Some work better
inlined, others not, simple stuff for now. Everything focussed on AES for now.

By my own ad-hoc versioning I'm at beta2 (that goal reached since the first post). Maybe one more beta before I'm comfortable
sharing it privately. Then I'll start work on support for CPUs limited to sse2, then...

Should this be moved to a new thread?
Probably should start your own topic on this subject. If you do just come back and post a link in one of your reply's here.
I've used at some point almost every CPU miner software out there or tested it at some point. darkcoin cpu, cpuminer-multi for sure.
Not at my main testing rig so I'll have to take a look at the others CPU miners once I'm in the shop. I'll PM you with some details later.
Can't wait to test these, thanks for posting.

Done:

https://bitcointalk.org/index.php?topic=1326803.msg13542056#msg13542056
3002  Alternate cryptocurrencies / Mining (Altcoins) / [LOCKED] cpuminer-opt v3.12.3, open source optimized multi-algo CPU miner on: January 13, 2016, 07:35:45 PM
This is the home of cpuminer-opt, the optimized CPU miner.

This thread is locked. all discussion of cpuminer-opt should now take place
in the new thread started by my alter ego JayDDee.


https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575

----------------------------------------------------------

Supporting over 90 agorithms with many optimized for CPUs with the latest technologies:

AMD Ryzen: AVX2, SHA
Intel Skylake X: AVX512
Intel Icelake: AVX512, SHA, and VAES  (source code only at this time)

Older CPUs with SSE2 are also supported.

Unique features

Block and share time estimates.

True hashrate reporting with comparison with actual share submission rate.

Download

Source code and Windows binaries can be downloaded from git.

https://github.com/JayDDee/cpuminer-opt/releases

Download only from the official JayDDee github repository. There is malware masquerading
as cpuminer-opt even with fake ANN posts that look just like this one.

New in v3.12.3

Issue #238: Fixed skunk AVX2.

Issue #239: Faster AVX2 & AVX512 for skein +44%, skein2 +30%, plus marginal
increases for skunk, x16r, x16rv2, x16rt, x16rt-veil, x16s, x21s.

Faster anime VAES +57%, AVX512 +21%, AVX2 +3%.

Redesigned code reponsible for issue #236.


New in v3.12.2

Fixed xevan, skein, skein2 AVX2, #238.

Reversed polarity of AVX2 vector bit test utilities, and all users, to be
logically and semantically correct. Follow up to issue #236.

New in v3.12.1

Fixed anime AVX2 low difficulty shares, git issue #236.

Periodic summary now reports lost hash rate due to rejected and stale shares,
displayed only when non-zero.

New in v3.12.0.1

Fixed hodl rejects, git issue #237.

Fixed debug code added in v3.12.0 to work with AVX2 to be enabled only
after low difficulty share have been seen to avoid unnecessarily excessive
log outout.

Added more digits of precision to diff in log output to help diagnose
low difficulty shares.

New in v3.12.0

Faster phi2 AVX2 +62%, AVX512 +150% on Intel CPUs. AMD Ryzen AVX2 is
YMMV due to its inferiour AVX2 implementation.

Fixed Hodl stats, rejects are still an issue since v3.9.5, git issue #237.

API can now be enabled with "-b port" or "--api-bind port".
It will use the default address 127.0.0.1.

Editorial: Short form options should only be used on the command line to save
typing. Configuration files and scripts should always use the long form
"--api-bind addr:port" without relying on any defaults. This is a general
recommendation that applies to all options for any application.

Removed obsolete cryptonight, all variants, and supporting code for more
size reduction and faster compiling.

Tweaked the timing of the CPU temperature and frequency log (Linux only).

Added some debug code to collect more info about low difficulty rejects,
git issue #236.

Requirements:

1. A x86_64 architecture CPU with a minimum of SSE2 support. This includes Intel Core2 and newer and AMD equivalents.
In order to take advantage of AES_NI optimizations a CPU with AES_NI is required. This includes Intel Westmere and newer
and AMD equivalents. Further optimizations are available on some algos for CPUs with AVX and AVX2, Sandybridge and
Haswell respectively.

32 bit CPUs and ARM CPUs are not supported.

2. 64 bit Linux OS. Ubuntu and Fedora based distributions, including Mint and Centos are known to work and have all
dependencies in their repositories. Others may work but may require more effort.

64 bit Windows OS is supported using the pre-compiled binaries package or may be compiled with mingw_w64 and msys.

Apple and Android operating systems are not supported. FreeBSD YMMV.

Older CPUs, other architectures and operating systems may be supported by TPruvot's cpuminer-multi.

Security warning

Miner programs are often flagged as malware by antivirus programs. This is usually a false positive, they are
flagged simply because they are cryptocurrency miners. However, some malware has been spread using the
cover that miners are known to be subject to false positives. Always be on alert. The source code of cpuminer-opt
is open for anyone to inspect. If you don't trust the software don't download it.

Some cryptographic code has been taken from trusted sources but has been modified for speed at the expense of
accepted security practices. This code should not be imported into applications where secure cryptography is
required.

Errata:

Old algorithms that are rarely used anymore will not get the latest optimizations.

Cryptonight and variants are no longer supported.

Neoscrypt crashes on Windows, use legacy version.

Hodl requires a CPU with AES, use legacy version if without.

Benchmark testing does not work on several algos.

Donations

cpuminer-opt has no fees of any kind but donations are accepted.

BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
3003  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 13, 2016, 07:07:33 PM
It seems now we urgently need faster x15 miner.
Ready to donate 0.01 btc for my poor gtx750)))
Coincidentally I'm working on a faster CPU miner for X algos that nearly doubles the X15 performance
but noone wants to pay for a CPU miner. I'm not doing it to make money, I'm doing it because it's fun
and I'm learning something along the way. And if I ever get it finished I'll probably give it away.
If you need any help with hardware testing on this I have 3x EVGA SR2's dual CPU 24 cores boards, a 4x CPU AMD sever 32 cores & a 980X 12 core in service.
I'd also be willing to tip in some BTC to you if you need that.

I'll keep that in mind. Things are progressing well. I'm not sure which CPU miners you are familiar with but I'm working
with darkcoin cpu miner 1.3 (elmad), cp3u (palmd) & cpuminer-multi (tpruvot )and taking the best from each. I've even
managed to improve on the current best in each algo (all X, quark, qubit). The other algos are either unstable or too
difficult for the moment. If you know of any other interesting CPU miners point them out to me. I'll take a look and see
if I can make use of them. Also if you (or anyone else) knows of other contributors to these programs not yet credited
let me know.

It has been quite a challenge. I've never done any c++ development before and no development at all for 10 years. I had a
hell of a time messing with the Makefile sources and #includes. I'm trying to tweak each algo some more. Some work better
inlined, others not, simple stuff for now. Everything focussed on AES for now.

By my own ad-hoc versioning I'm at beta2 (that goal reached since the first post). Maybe one more beta before I'm comfortable
sharing it privately. Then I'll start work on support for CPUs limited to sse2, then...

Should this be moved to a new thread?
Probably should start your own topic on this subject. If you do just come back and post a link in one of your reply's here.
I've used at some point almost every CPU miner software out there or tested it at some point. darkcoin cpu, cpuminer-multi for sure.
Not at my main testing rig so I'll have to take a look at the others CPU miners once I'm in the shop. I'll PM you with some details later.
Can't wait to test these, thanks for posting.

same joblo ...

let me know if any of the equipment we have will suffice for testing for you ...

#crysx

First release will only support CPUs with AES-NI. I intend to put in a capabilities check to let users know if their
CPU won't cut it. Eventually, if I stay motivated,  there will be three architectures supported AES_NI, SSE2,
and then everything else.

Here are some numbers on a i7-4790k, 4 cores, 8 threads, stock_clock, compared with the closest competition:
 
                          quark        qubit        x11         x13        x15   
cpuminer-jdd      1080kh     1045kh   707kh     320kh    280kh   
multi                                     395kh                   168        160
minerd                                                680
cp3u                    905

Neoscrypt is unchaged from cpuminer-multi. Most of the other algos are unstable.
I don't expect the numbers to change before release. I still need to try compiling on
Windows (yuk vcxproj) but if I have problems I won't hold up the test release.
I might have something for you by the weekend.

This is fun!

3004  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 13, 2016, 04:35:37 PM
True, no sourcecode, but oh well, i don't care.
never tried 640 before. Will try that later (Ethereum is more profitable anyway)

You should care because when the miner says 20MHASH and the pool say 15MHASH you need to lower the intensity or fix the sourcecode.

Fix the source code, LOL. If I a binary only miner consistenly registers a lower hash rate I'd suspect some of the
hash was being diverted, not that any of the green team would do that. Wink
The locally reported hash rate could also be fudged but monitoring network activity would coinfirm one way
or another.
3005  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 13, 2016, 05:33:30 AM
It seems now we urgently need faster x15 miner.
Ready to donate 0.01 btc for my poor gtx750)))
Coincidentally I'm working on a faster CPU miner for X algos that nearly doubles the X15 performance
but noone wants to pay for a CPU miner. I'm not doing it to make money, I'm doing it because it's fun
and I'm learning something along the way. And if I ever get it finished I'll probably give it away.
If you need any help with hardware testing on this I have 3x EVGA SR2's dual CPU 24 cores boards, a 4x CPU AMD sever 32 cores & a 980X 12 core in service.
I'd also be willing to tip in some BTC to you if you need that.

I'll keep that in mind. Things are progressing well. I'm not sure which CPU miners you are familiar with but I'm working
with darkcoin cpu miner 1.3 (elmad), cp3u (palmd) & cpuminer-multi (tpruvot )and taking the best from each. I've even
managed to improve on the current best in each algo (all X, quark, qubit). The other algos are either unstable or too
difficult for the moment. If you know of any other interesting CPU miners point them out to me. I'll take a look and see
if I can make use of them. Also if you (or anyone else) knows of other contributors to these programs not yet credited
let me know.

It has been quite a challenge. I've never done any c++ development before and no development at all for 10 years. I had a
hell of a time messing with the Makefile sources and #includes. I'm trying to tweak each algo some more. Some work better
inlined, others not, simple stuff for now. Everything focussed on AES for now.

By my own ad-hoc versioning I'm at beta2 (that goal reached since the first post). Maybe one more beta before I'm comfortable
sharing it privately. Then I'll start work on support for CPUs limited to sse2, then...

Should this be moved to a new thread?
3006  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 13, 2016, 12:11:37 AM
2 joblo

I'm taking btc from eth mining with amd (red camp) and ready to give to improve green camp :lol:

Sorry, no follow.
3007  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 12, 2016, 06:11:05 PM
It seems now we urgently need faster x15 miner.
Ready to donate 0.01 btc for my poor gtx750)))

Let's do some math. I don't know the performance of a 750 i'll use a 750ti in my example.
A 750ti produces about 2100 kh. X15 is currently paying around 0.3 BTC/GH/day.

A 750ti will produce: (0.3 * 2100) / 1000000 = 0.00063 BTC/day

If you get a 10% increase for .01 BTC your ROI will be:

0.01 / (0.1 * 0.00063 ) = 158.7 days

This is for a 750ti, a 750 will be a little longer, and without factoring power cost. That's a long time to
invest in an algo that could fade back into the shadows at any time.

Now if you had 100 or 1000 cards, as SP suggested, the ROI would drop to a 1.57 days, and, 3.8 hours
respectively. 0.01 BTC is pretty cheap when you can ROI that fast.

Putting a minimum donation amount to get a private optimized miner is unfair to small miners
while allowing farms to get it dirt cheap.

Coincidentally I'm working on a faster CPU miner for X algos that nearly doubles the X15 performance
but noone wants to pay for a CPU miner. I'm not doing it to make money, I'm doing it because it's fun
and I'm learning something along the way. And if I ever get it finished I'll probably give it away.
3008  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 12, 2016, 05:12:04 PM
A new opportunity may have come. Is anyone working on an argon2 miner? It just showed up on hashpower
at the top of their profitability.

If I could code cuda I'd be all over it.

It's a pretty insignificant coin mining profitability-wise; the total daily coins that can be mined worth a total of ~0.04 BTC.
Edit: I have no info on 2016Coin. 2016Coin's daily total emission is also worth ~0.04 BTC.
Edit#2: There's also OPES which also have a daily emission curently worth of ~0.035 BTC.
So all 3 of these Argon2 miners share a total of 0.115 BTC a day. It's up to the developers if they see that enough to try implementing it but I have a suspicion they won't, because scrypt-jane is not a particularily liked algo between devs.

That's an interesting approach to slow the arms race, choose an algo developpers don't like to work on.
3009  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 12, 2016, 04:10:13 PM
A new opportunity may have come. Is anyone working on an argon2 miner? It just showed up on hashpower
at the top of their profitability.

If I could code cuda I'd be all over it.
3010  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 12, 2016, 04:45:56 AM
1% can be done by closing chrome and disable hardware acc... just saying.

here is a math question:

I have released 78 exe files.
If I have done 1% improvement in an algo in each release. How many percent is the total gain?
The answer is  117% gain

like for lyra2rev2 ? 5% at each release  Grin with a global 5%  Grin (what kind of math is that ??)

why I am even trolling this ?  Grin

we can maths here well.

SERIOUSLY, FOLKS!!! --

My EVGA GTX 960 SC mining with Private Miner while being auto-switched by NiceHash Miner makes about 50 cents (1/2 Dollar, USA) per day on a GOOD day.  It is the only card that can use the Private Miner; my other rigs are Linux. Return of Investment (ROI) for this miner is a couple months or more, if I only count what I earn on this card.

What I am hoping is that enough miners will contribute a proportion of their proceeds to convince sp_ (and DJM34) to start including the improved code in the open source distributions.  Not everyone pulls in big digital chips, but all together it can matter.  My few rigs will bring in enough to cover my recent contributions within a week.  If the coders start disributing their code freely soon, my Linux rigs will benefit, too.       --scryptr

POP QUIZ:  500kh/s is what percentage of 11MH/s?  (hint: Quark improvement)

ditto ...

ditto ...

o yes - and ditto ...

my argument exactly ...

though i cant look at roi - as there is no real thing as roi in this type of investment ...

windows ... pffft ...

#crysx

Sure there is, well it can be estimated based on expected mining revenue.

scryptr paid for 500 kh of quark. His ROI is how long it would take to recover the cost of the miner with 500 kh
after subtracting the cost of electricity to power that much hash. The falacy is that all the hash produced by the
miner is going toward ROI.

The problem is optimization is an incremental process that produces diminishing returns and requires a lot more
effort to produce small improvements. These kinds of improvements only appeal to large operations that with scale
can ROI in a much shorter time. It is complicated by the migration to cuda 7.5 where a lot of effort is needed just to
recover lost hash compared to 6.5, not something most people are prepared to pay for.

I expect donations to be pretty thin until something new happens. It just the nature of the business.
3011  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cpuminer-multi v1.1 (Linux + Windows VStudio/MinGW64) GPL Open Source on: January 11, 2016, 07:16:13 PM
in recent kernels and/or cpu its :
Code:
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +66.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0:         +66.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1:         +65.0°C  (high = +80.0°C, crit = +100.0°C)
Core 2:         +64.0°C  (high = +80.0°C, crit = +100.0°C)
Core 3:         +64.0°C  (high = +80.0°C, crit = +100.0°C)

note the extra physical one.. if required, edit sysinfos.c

I have a couple of questions.

While mining some algos I get very few accepts and in some case none for over 30 minutes. Also the hash
rate reported at the pool is very low or zero, much lower than the miner's display.

I presume that no blocks are being found because there are no validation errors and no rejects. Is this a
difficulty issue and is there a way around it?

I also have a question about lyra2v2. I was looking forward to it due to the exceptional performance of cpuminer-multi
on lyra2 (v1). IIRC you were stuck because one of the sub-algos was non standard. Is there any progress or have you
dropped it for other projects?

I'm also working on something you might be interested in, more on that at a later time.

Edit: I sorted out the low hash rate issue, the problem was at my end.
3012  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] HASHPOWER.CO - YAAMP CLONE - X11, X13, X15, Quark, Neoscrypt on: January 11, 2016, 07:00:42 PM
"We are short of the Bitcoin (BTC) currency. Please select another one for payments until we find more blocks."

I thought that was impossible with BTC, as they come from exchange, not mining...

hehehe ... thats awesome ...

btw - who knows whats happened to ffpool? ... and how to get intouch with the owner? ...

#crysx

I'm guessing that message is triggered when a coin balance gets too low regardless of the reason.
They don't mine BTC so it must be the automatic exchanges that are falling behind.

Re ffpool, they just posted a message that it was shutting down and that was it. Curiously the web
site is still up.
3013  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 on: January 11, 2016, 06:55:47 PM
So what is the best miner for x11 right now and what speeds could one expect?

Not strictly on topic is it? :-)
And are you talking about cpu mining? In that case, forget x11.

CPU mining is only for XMG, Monero etc and BBR. X11 is too inefficient to CPU mine.

Darkcoin CPU Miner 1.3 is the fasted x11 miner I've found, but I agree cpu mining x11 is a waste.
3014  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 11, 2016, 06:50:48 PM
You deliver marginal increases in performance. These improvements are simply not worth it for smalll miners, it requires
scaling before the increases become substantial. If you released less often and with bigger gains it would look better
from a sales perspective

From release 74 to release 78 private. +12% in the lyra2v2 algo is significant. This algo is one of the most profitable.

These algos can be mined at nicehash:

gtx 960:

keccak: +20%
lyra2v2: +11,64%
quark: +3.07
Qubit: +3.03%
Nist5: +2.2%
x11: +2%
x13: +1.8%
Whirlpoolx: +1.2%
x15: 1.14%
Neoscrypt: 0%


Sum them up and you get (46% increase divided on 10 algos) (An average of 4.6% increase per algo)
I have optimized all of the algos in the nicehashminer. Some of my work is opensource, and some is closed source.


Again I question your math, You can only mine one algo at a time so a miner only gets the increase of one algo.
Also most miners are only interested in a couple of algos and don't care about improvements in the others.

If you increase an algo by 10% you should expect only 10% of what the design of the original algo is worth.
3015  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 11, 2016, 06:04:46 PM
im putting some btc for the quark kernel - some btc for the neoscrypt pledge - some more btc for the distribution to other devs ... all i need now is to find a way of proper distribution to you all ... if willing community members want to come forward and help with advice on how - or with ideas - im all ears ...
#crysx

You should buy my private kernal and run it on your 6x980ti rig.The 980ti is doing more than 16MHASH in the lyra2v2 algo on the standard clocks.
100MHASH@lyra2v2 = 0.1BTC in just 7 days.

I'm not so sure about your math. Only the delivered increase in performance counts toward ROI, the existing performance
has already been figuratively paid for.

You deliver marginal increases in performance. These improvements are simply not worth it for smalll miners, it requires
scaling before the increases become substantial. If you released less often and with bigger gains it would look better
from a sales perspective

To appeal to small miners you need a market edge like being the first to market with a new algo, as you did with spread
and DJM did with neoscrypt, or the early days of Maxwell optimization when larger gains were realized. This is the kind of work that
will motivate small miners to contribute. I think DJM's approach is just that, hold back until market conditions improve.
I don't think the razor blade marketing approach will work in this case.

Razor blade marketing, for those who don't know, is a technique where the big money is made by frequent replacement
of wearable items. Rasors are cheap, blades are expensive. Printer ink use the same technique, printers are cheap, ink
is expensive.

I'm not saying I agree or disagree with anyone's chosen approach, just saying if it was me and I was trying to make
money writing mining software.
3016  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 11, 2016, 05:37:37 PM
it is - but it would MUCH more difficult for the devs to supply a compiled version ( even as a static build ) to work will most linux distributions ...

im very specific with what i have int he farm - fedora 23 x64 cuda 7.5 with all the latest updates ...

so if a miner can be compiled by the devs - that would be great AND i would pay another 50% more for their trouble ...

#crysx
it's not if you staticize the binary with ermine, the trial version works good enough...  Wink

Nice, but it makes linux more like windows Cheesy

(i.e. distributing the shared libraries with every program makes them... well... no longer shared)

Three points that all can deliver a linux binary while keeping the source private.

1. Static builds can be compiled, as previously mentioned. Depending on the amount of extra work this may be viable.

2. The dev could use a VM with your OS to build a standard dynamically linked version, extra work for the dev but pure linux.

3. Run the windows build using Wine with no performance loss, a bastard but easiest to implement.
3017  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 09, 2016, 01:35:32 AM
But You know very well that the reason why I complain, is because you claimed you improved the speed of lyra and when I checked out your release (was expecting actually to use some of your "faster" kernels) I

Look at the chart above. The first release with the lyra2v2 is your kernal. And then the speed is improved.


I have optimized your kernal on the gtx 950,960 and 970. The 980 is not a card for the farms because it is to expensive
The 980ti is same price or lower then 4 750ti and much more hashrate if some would implement it. Wink
And get the mem clock up.

agreed ...

in benchmark - some algos show that its the hashrate of 5 x gigabyte 750ti oc lp cards ...

so if the optimization are focused on the 980ti ( which is the predecessor of pascal - which ever way you look at it ) then it would make it a better option to mine with ...

but those cards are STILL very expensive ...

this machine im building for my mate in total cost about $7900aud so far ( without a windows license - regardless of windows 10 x64 ) ... BUT the hashrate if ALL 6 cards were running is about 50% - 75% of the gigabyte 750ti oc lp farm im running now - depending on which algo ...

i cant wait till im settled in the next two weeks - so i can focus on all this again ...

#crysx

In Canada the price of a 980ti is about 5x 750ti, needs to drop some.

Did you look back in the thread for the old 6th card problem discussion?
3018  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 07, 2016, 07:49:16 PM
crysx
Are you talking about the 6 980ti's on one rig?

yup ...

so far only 5 x gigabyte 980ti g1 / extreme will work at any one time - and the 6th kills the drivers for some reason ...

the system is 4 x gigabyte 980ti g1 + 2 x gigabyte 980ti extreme ...

it doesnt matter which pcie you remove from the collection - it will only work with 5 cards - and the as soon as the 6th card goes in the driver refuses to load ...

#crysx

Perhaps your mainboard or PSU(s) is not able to supply enough power to the cards?
Check your power draw when 5 of the cards are mining.


@crysx

I have a vague memory  of a similar issue being discussed a while back in this thread, specifically the part about
adding a 6th card. I also recall some mention of pagefile/swap space. Might be worth a look.
3019  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 06, 2016, 04:53:55 AM
Doesn't work in any of my rigs, probably a driver issue:

Code:
root@room2:~# nvidia-smi -q -d POWER -i 0

==============NVSMI LOG==============

Timestamp                           : Wed Jan  6 03:03:10 2016
Driver Version                      : 346.59
Attached GPUs                       : 3
GPU 0000:01:00.0
    Power Readings
        Power Management            : N/A
        Power Draw                  : N/A
        Power Limit                 : N/A
        Default Power Limit         : N/A
        Enforced Power Limit        : N/A
        Min Power Limit             : N/A
        Max Power Limit             : N/A
    Power Samples
        Duration                    : N/A
        Number of Samples           : N/A
        Max                         : N/A
        Min                         : N/A
        Avg                         : N/A

and when I issue a change in any of the cards:
Code:
root@room2:~# nvidia-smi -pl 60 -i 1
Changing power management limit is not supported for GPU: 0000:02:00.0.
Treating as warning and moving on.
All done.

 Sad
GPU are all 750Ti  (gigabyte and EVGA FTW)


Works on my 750ti with driver 352.63.
3020  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: January 06, 2016, 12:30:11 AM

are you saying that i can run under linux, before loading ccminer, a nvidia-smi sentence that will change in real time the TDP of every card??? WOW!!! I thought that the only way was modifying the BIOS!, do you have any link / tuto or hint how to?, I will get right on it!.


I just tried in windows and it works. I'm pretty sure it should work also in linux but cannot test it because I don't have a ready linux install anymore. Setting the core and mem clocks(+changing to p0) works exactly the same way on linux and windows. Tested on 960, 970 and 980.

Those are the commands:
nvidia-smi -q -d POWER -i 0 -shows the actual setting and possible settings limits

nvidia-smi -pl 180 -i 0 -sets the power limit of gpu 0 to 180W

The successfull result:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>cd /

C:\>cd "Program Files"

C:\Program Files>cd "NVIDIA Corporation"

C:\Program Files\NVIDIA Corporation>cd NVSMI

C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -q -d POWER -i 0

==============NVSMI LOG==============

Timestamp                           : Tue Jan 05 22:05:19 2016
Driver Version                      : 359.06

Attached GPUs                       : 5
GPU 0000:01:00.0
    Power Readings
        Power Management            : Supported
        Power Draw                  : 13.98 W
        Power Limit                 : 196.15 W
        Default Power Limit         : 163.46 W
        Enforced Power Limit        : 196.15 W
        Min Power Limit             : 100.00 W
        Max Power Limit             : 196.15 W
    Power Samples
        Duration                    : N/A
        Number of Samples           : N/A
        Max                         : N/A
        Min                         : N/A
        Avg                         : N/A


C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -pl 180 -i 0
Power limit for GPU 0000:01:00.0 was set to 180.00 W from 196.15 W.
All done.

C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -q -d POWER -i 0

==============NVSMI LOG==============

Timestamp                           : Tue Jan 05 22:05:40 2016
Driver Version                      : 359.06

Attached GPUs                       : 5
GPU 0000:01:00.0
    Power Readings
        Power Management            : Supported
        Power Draw                  : 13.74 W
        Power Limit                 : 180.00 W
        Default Power Limit         : 163.46 W
        Enforced Power Limit        : 180.00 W
        Min Power Limit             : 100.00 W
        Max Power Limit             : 196.15 W
    Power Samples
        Duration                    : N/A
        Number of Samples           : N/A
        Max                         : N/A
        Min                         : N/A
        Avg                         : N/A


C:\Program Files\NVIDIA Corporation\NVSMI>

It works on Linux. You might also want to set persistence mode: nvidia-smi -pm 1 -i 0
Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!