hi eliovp
at first, congrats for the nice achievement
It must be said that the nano it's very interesting regarding the power requirements, especially with the stock downvolt capability.
Considering the measurements in W as the PEAK values, and the Speed in MH/GH as the minimum ones (average ones a 10% more), I managed to let it work:
ETH - dagger hashimoto: from 88.5W(16.5MH) to 232W(26.5)
DCR - blake256 8: from 202.25W (1,980GH), and higher than 217.25W (2,264GH)
X11 - no more than 7.1MH on nicehash 5.1.0, where it's reported at 20MH (WIN 10 Pro 64 bit and WIN 8.1 Ultimate 64 bit)
Have you made tests in regard (X11 nicehash)?
About power consumption of R9 390 and Fury/FuryX, have you gathered any reliable, real, information?
An R9 290 will need at least 289W on X11(13.5MH) and the same amount with ETH(25)
Thank you
Hey Nikolaj
I managed to get that 88.5W you have there for Ethereum, to get the same, well even less power usage but @ 22-23Mh/s.
So you could go A LOT lower on power usage vs performance.
Regarding Blake, i haven't done any testing for Decred lately, only when it just came out.
X11, well to be honest, tried to run it earlier this day on a rig of mine. But Failed miserably, must be the drivers because i know i have done a test in the past with older drivers.
Here is a screenshot of that test
http://s29.postimg.org/a745dros7/X11.pngI did however manage to run Quark on a 6xNano rig.
here's the picture of that.
i included the config for that (X11 config is a bit different, i'll get you that as well)
https://drive.google.com/file/d/0B_cBBoZ_PTwOa2xjMXFQWktnYi1rQUh4SERpdWNmSllTV0I0As you can see in that picture, only gpu 1 & 2 are doing what they need to do.
That is because of the miner. It's a hack, it works if you have less than 3 cards, but if you have more or 3 it starts to screw around.
As you can see in this picture, it screws around with 3 cards as well, Third card is doing it alright.
(this is also an older test with older drivers.)
http://s29.postimg.org/wrd0jqypj/quark.pngX11 Config for Sgminer 5.1.0 (nice hash release)
{
"pools" :
[
{
"name" : "NiceHash_X11_Fixed",
"url" : "stratum+tcp://x11.eu.nicehash.com:3336",
"user" : "BTC ADDRESS",
"pass" : "x",
"algorithm" : "x11mod",
"nfactor" : "10",
"xintensity" : "512",
"worksize" : "64",
"gpu-threads" : "1"
}
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"
}
Hope this helps a bit.