Pinecone
Newbie
Offline
Activity: 20
Merit: 0
|
|
May 21, 2014, 10:16:18 PM |
|
As I mentioned this before, it is possible it doesn't work without modifying sgminer to work with it. Strange though, a user claimed it compiled the kernel for him.
This opencl code has 11 kernels instead of just one as in regular sgminer. The speed improvement comes from better use of SIMD by executing shorter kernels instead of a single long one. There's some memory overhead because of it, but it's largelly compensated by the speed improvement. How can i make this work with conf file and not bat file ? And btw if you dont fix the missing temps of the cards, this would be a no go ... too risky Download the mingw version. All temps / fans working my my end. mingw ? what does that mean ? Is this still for windows ? Go back to the 1st post on this thread and click the download link for dropbox. The author updated the files with newer versions. Download the mingw version of the miner and you will have an sgminer which shows temps and fan speeds accurately now. I am running it on Windows 8.1 with CGWatcher and it works well.
|
|
|
|
girino (OP)
Legendary
Offline
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
|
|
May 21, 2014, 10:19:18 PM |
|
As I mentioned this before, it is possible it doesn't work without modifying sgminer to work with it. Strange though, a user claimed it compiled the kernel for him.
This opencl code has 11 kernels instead of just one as in regular sgminer. The speed improvement comes from better use of SIMD by executing shorter kernels instead of a single long one. There's some memory overhead because of it, but it's largelly compensated by the speed improvement. How can i make this work with conf file and not bat file ? And btw if you dont fix the missing temps of the cards, this would be a no go ... too risky temps work on the new build, read first post.
|
Advertise Here - PM for more info!
|
|
|
girino (OP)
Legendary
Offline
Activity: 2296
Merit: 1170
Advertise Here - PM for more info!
|
|
May 21, 2014, 10:21:32 PM |
|
mingw ? what does that mean ? Is this still for windows ?
mingw is a windows compiler. The AMD library for temps and fans (ADL) is not compatible with the compiler i used previously (cygwin). Both versions are for windows.
|
Advertise Here - PM for more info!
|
|
|
streetlight
|
|
May 21, 2014, 10:30:56 PM |
|
As I mentioned this before, it is possible it doesn't work without modifying sgminer to work with it. Strange though, a user claimed it compiled the kernel for him.
This opencl code has 11 kernels instead of just one as in regular sgminer. The speed improvement comes from better use of SIMD by executing shorter kernels instead of a single long one. There's some memory overhead because of it, but it's largelly compensated by the speed improvement. How can i make this work with conf file and not bat file ? And btw if you dont fix the missing temps of the cards, this would be a no go ... too risky Download the mingw version. All temps / fans working my my end. mingw ? what does that mean ? Is this still for windows ? Go back to the 1st post on this thread and click the download link for dropbox. The author updated the files with newer versions. Download the mingw version of the miner and you will have an sgminer which shows temps and fan speeds accurately now. I am running it on Windows 8.1 with CGWatcher and it works well. Cant seem to get CGWatcher working with it, won't pick up the new profile.
|
|
|
|
NRD
Newbie
Offline
Activity: 37
Merit: 0
|
|
May 21, 2014, 10:42:50 PM |
|
mingw ? what does that mean ? Is this still for windows ?
mingw is a windows compiler. The AMD library for temps and fans (ADL) is not compatible with the compiler i used previously (cygwin). Both versions are for windows. Have you finished cleaning up your source code to release it yet as you stated you would earlier?
|
|
|
|
nwoolls
|
|
May 21, 2014, 11:00:58 PM |
|
Where is the source code repo for this?
|
MultiMiner: Any Miner, Any Where, on Any Device | Xgminer: Mine with popular miners on Mac OS X
|
|
|
wacko
Legendary
Offline
Activity: 1106
Merit: 1014
|
|
May 21, 2014, 11:20:55 PM |
|
Have you finished cleaning up your source code to release it yet as you stated you would earlier?
Where is the source code repo for this?
For fuck's sake, people — read the thread. good job, but as i already promised the developer of sgminer, the code will be released early next week, so you just got yourself a few days with the kernel.
|
|
|
|
kov
|
|
May 21, 2014, 11:46:24 PM Last edit: May 22, 2014, 02:25:21 AM by kov |
|
Have you finished cleaning up your source code to release it yet as you stated you would earlier?
Where is the source code repo for this?
For fuck's sake, people — read the thread. good job, but as i already promised the developer of sgminer, the code will be released early next week, so you just got yourself a few days with the kernel. You can't blame people for wanting the source, and expressing their opinion. Also, the GPL license issue was never addressed. I'm interested in the optimization, and I'd be happy to contribute for the development, but not until we can get some more transparency from girino. *edit: corrected license
|
|
|
|
wacko
Legendary
Offline
Activity: 1106
Merit: 1014
|
|
May 21, 2014, 11:50:49 PM |
|
You can't blame people for wanting the source, and expressing their opinion.
Also, the GNU license issue was never addressed.
The author answered these questions on the previous page, what else is there to address?
|
|
|
|
Luke-Jr
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 21, 2014, 11:53:45 PM |
|
You can't blame people for wanting the source, and expressing their opinion.
Also, the GNU license issue was never addressed.
The author answered these questions on the previous page, what else is there to address? The GPL license terms do not allow "preparing the code", they require the exact code used to compile the binary be available at the same time as the binary*. Note that while copyright holders are not required to wait 30 days to see if the infringer cures his non-compliance before issuing DMCA/takedowns, I personally feel some patience is appropriate. * It permits reasonable shipping and handling delays, but this is n/a online.
|
|
|
|
atp1916
Legendary
Offline
Activity: 854
Merit: 1000
|
|
May 22, 2014, 12:19:30 AM Last edit: May 22, 2014, 12:53:01 AM by atp1916 |
|
Cant seem to get CGWatcher working with it, won't pick up the new profile.
Make sure you have enabled --api-listen --api-allow W:127.0.0.1 That capital W is a must. I've got latest version of cgwatcher working fine to see miners.
|
|
|
|
drkman
|
|
May 22, 2014, 12:46:13 AM |
|
You can't blame people for wanting the source, and expressing their opinion.
Also, the GNU license issue was never addressed.
The author answered these questions on the previous page, what else is there to address? The GPL license terms do not allow "preparing the code", they require the exact code used to compile the binary be available at the same time as the binary*. Note that while copyright holders are not required to wait 30 days to see if the infringer cures his non-compliance before issuing DMCA/takedowns, I personally feel some patience is appropriate. * It permits reasonable shipping and handling delays, but this is n/a online. Anyone know yet if the "preparing the code" also included any secret malware? Did whoever reverse engineered it see if there was any bad sources in the code??
|
|
|
|
RentaMouse
|
|
May 22, 2014, 01:22:34 AM |
|
Been experimenting with settings on my R9-270x, getting around 1950KHs with the following config. Reject rate has been about 4%, but the 2% fee pool 0 doesnt seem to accept any shares just "requested work restart" so I don't know if that has an effect.
I get better results using -g 3 and a lower thread concurrency, but I suspect it depends on system RAM so some ppl may find -g 1 and -tc 21568 is better for them:
-I 19 -w 256 --lookup-gap 2 -g 2 --shaders 2048 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1500 --auto-fan --gpu-powertune -20 --temp-target 65 --temp-overheat 70 --temp-cutoff 80
|
Currently donating all of our 1% pool fee to the dev fund - mine at CryptonotepoolUK and support XMR at no extra cost!
|
|
|
jakecrow
|
|
May 22, 2014, 02:33:43 AM |
|
Hm this is definitely interesting. It does give a boost for sure. The 280x in my main PC is running at 3.3k now, and all my others are at 3.0-3.1. I'm not sure why the one card runs at 3.3, maybe because it has newer AMD drivers and the other dedicated miners use the older standard mining drivers? Don't really have the time to test it right now but maybe someone out there does.
Also agreeing on the Pool Guard from CGWatcher stopping the mandatory donation. No offense dude but fuck that, you ASK for donations you don't demand them and you certainly don't get to tell me where to point my miners. I can appreciate that you want to make some money off this, and you deserve to, but honestly you are violating licensing and trying to force people to give you donations...not cool :/.
Besides all that, failover has been forcibly removed from the miner and that's a giant pain in the ass. Release a version that you didn't rape with mandatory donation shit, it'll be done once you release the source code anyway.
Still, thank you for your work. I can't say I at all approve of your donation methods but it's good to see some X11 performance improvements.
|
|
|
|
tarzanbigcity
|
|
May 22, 2014, 04:14:37 AM |
|
I am definitely thankful for the increased hashrate and improved efficiency. But baking code into the program to grab the 2% doesn't settle well for me and most people. If you would consider removing this and posting publicly the 2% free version, I would be glad to donate.
|
|
|
|
dzonikg28
|
|
May 22, 2014, 04:28:59 AM |
|
MUch higher hash rate but very low ascepted ..try with few pool same sht..higher hash rate but lower payouts then "old" miner ..i guess dev pool is primary and you cant change that ..so until open source i leave it for now
|
|
|
|
n00bnoxious
Sr. Member
Offline
Activity: 280
Merit: 250
Bitnation Development Team Member
|
|
May 22, 2014, 04:31:15 AM |
|
I can't believe more people aren't raising a ruckus about the fact that this dude is transparently and has even admitted to breaching the terms of the GPL! What the hell happened to this scene that this is seen as acceptable behaviour!? Shame on you all. Greed over anything else.
|
|
|
|
tarzanbigcity
|
|
May 22, 2014, 04:55:50 AM |
|
Just give it time. This thread is not that old. Any one out there want to take a stab at compiling the new source for windows?
|
|
|
|
NRD
Newbie
Offline
Activity: 37
Merit: 0
|
|
May 22, 2014, 05:10:39 AM |
|
Have you finished cleaning up your source code to release it yet as you stated you would earlier?
Where is the source code repo for this?
For fuck's sake, people — read the thread. good job, but as i already promised the developer of sgminer, the code will be released early next week, so you just got yourself a few days with the kernel. I had just read through 10 1/2 pages and skimmed through the last 1 1/2 and missed his response, but thanks for pointing it out. That's so considerate of you. I was merely attempting to put a little pressure on this guy to release his code so everyone can know it's safe to use. What he stated in your quote is inconsequential. People are using this code now, people who may or may not know about the dangers of running un-vetted code. As such, they deserve the source code released to the public as is. What needs cleaning up that would take so long? I'm no programmer, but would it really take that long to essentially "proof read" it, or is he/she is just taking their time to allow for a longer period with people mining on the fee pool? I'm sorry if I seem apprehensive, but this just seems a bit fishy to me. Release the source and people will donate if they deem your work worth while, otherwise we have no way of knowing what's in this.
|
|
|
|
breel
|
|
May 22, 2014, 05:28:43 AM |
|
I should also mention that changes to sgminer might be needed to accomodate this new kernel. I don't have any plans to do it. no need to worry about reverse engi it atm, but your work is appreciated. just use pool gaurd. to the person who made this updated kernal, thanks but we pay enough in fees with pools and transfers. I have already reversed it , I posted the kernel with the supposed speed improvements. http://pastebin.com/XxLpewZH But it might not work without making sgminer compatible !Replaced darkcoin.cl with yours posted, no speed increase in sph-sgminer. You have to delete the .bin files and try again. Didn't work for me either I replaced the contents of darkcoin.cl with what was linked. I deleted all .bin files besides the one I use to launch sgminer. Using sgminer 4.1.0-96-g983e. Miner wouldn't even start for me so I'm probably doing something wrong... As I mentioned this before, it is possible it doesn't work without modifying sgminer to work with it. Strange though, a user claimed it compiled the kernel for him. Your paste bin has a typo (missing the first '/') but even with that, it still crashes the GPU... so not sure what else is missing.
|
|
|
|
|