-ck
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
June 24, 2013, 11:39:36 AM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface: http://ck.kolivas.org/apps/cgminer/avalon/20130624/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.binNote that I have donation settings in the configuration so if you do not use your own config settings, it will start mining for me until you change them. Usual warnings apply with aggressive overclocking: do so at your own risk! Enjoy
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
Elokane
|
|
June 24, 2013, 11:48:08 AM Last edit: June 24, 2013, 01:07:40 PM by Elokane |
|
Thanks! Will definitely let it mine for you for a while.
|
|
|
|
ebereon
|
|
June 24, 2013, 11:58:41 AM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface: http://ck.kolivas.org/apps/cgminer/avalon/20130624/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.binNote that I have donation settings in the configuration so if you do not use your own config settings, it will start mining for me until you change them. Usual warnings apply with aggressive overclocking: do so at your own risk! Enjoy Thank you ckolivas! If you could add the 5Mhz steps from strombom into your firmware and the ability to change it via web interface, I will send you a tip of 0.5BTC
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
June 24, 2013, 12:06:25 PM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface: http://ck.kolivas.org/apps/cgminer/avalon/20130624/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.binNote that I have donation settings in the configuration so if you do not use your own config settings, it will start mining for me until you change them. Usual warnings apply with aggressive overclocking: do so at your own risk! Enjoy Thank you ckolivas! If you could add the 5Mhz steps from strombom into your firmware and the ability to change it via web interface, I will send you a tip of 0.5BTC I am inspecting the info provided from strombom There are difference between registers Form latest con cgminer source switch (frequency) { case 256: buf[6] = 0x03; buf[7] = 0x08; break; default: case 270: buf[6] = 0x73; buf[7] = 0x08; break; case 282: buf[6] = 0xd3; buf[7] = 0x08; break; case 300: buf[6] = 0x63; buf[7] = 0x09; break; case 325: buf[6] = 0x28; buf[7] = 0x0a; break; case 350: buf[6] = 0xf0; buf[7] = 0x0a; break; case 375: buf[6] = 0xb8; buf[7] = 0x0b; break; } Form hacked cgminer 5 Mhz steps } else if (frequency == 325) { buf[6] = 0x2b; buf[7] = 0x0a; } else if (frequency == 350) { buf[6] = 0xf3; buf[7] = 0x0a; } else if (frequency == 375) { buf[6] = 0xbb; buf[7] = 0x0b; I will not patch mine cgminer unless con decides to implement it Best PS: Att to strombom Can you comment why values are different and timing also? Thank you! Best
|
|
|
|
Elokane
|
|
June 24, 2013, 01:20:05 PM |
|
Do I stack these with the warm, screw-studded side down or up?
|
|
|
|
server
Legendary
Offline
Activity: 892
Merit: 1002
1 BTC =1 BTC
|
|
June 24, 2013, 01:43:03 PM |
|
Is there a way to update the firmware from the shell ?
I can't update from the web interface because it gives me a time-out error.
|
|
|
|
ebereon
|
|
June 24, 2013, 01:48:50 PM |
|
Is there a way to update the firmware from the shell ?
I can't update from the web interface because it gives me a time-out error.
Did you power off/on the maschine? Try another Browser? Turn off antivirus/firewall for this moment? I use chrome and works without problems. Sry I can't help with shell update.
|
|
|
|
Elokane
|
|
June 24, 2013, 02:08:49 PM |
|
Is there a way to update the firmware from the shell ?
I can't update from the web interface because it gives me a time-out error.
I had one of them a bit farther away from the router and the upload took much longer till it timed out on the first couple of tries. Either make sure the connection is fine or just do it by connecting it directly to another computer with an ethernet cable.
|
|
|
|
server
Legendary
Offline
Activity: 892
Merit: 1002
1 BTC =1 BTC
|
|
June 24, 2013, 02:14:42 PM |
|
Did you power off/on the maschine? Try another Browser? Turn off antivirus/firewall for this moment?
Yup I tried everything... even modified the upload time-out settings in Firefox. I think it's possible to start an update script from within the shell. But if not I will make a direct connection with a laptop orso. Can someone post the donation settings for ckolivas ?
|
|
|
|
server
Legendary
Offline
Activity: 892
Merit: 1002
1 BTC =1 BTC
|
|
June 24, 2013, 02:19:19 PM |
|
I had one of them a bit farther away from the router and the upload took much longer till it timed out on the first couple of tries. Either make sure the connection is fine or just do it by connecting it directly to another computer with an ethernet cable.
Thanks, I will try it with a direct cable connection.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
June 24, 2013, 03:40:28 PM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface:
I have tried it and I am back to FW 20130519 which was the most stable for me first I had this (perhaps my mistake was that I have kept settings) and then this was with only 282 Mhz with 300 and 325 cgminer runs only a few minutes, the fans went up to 38xx rpm (noisy) and then cgminer restarts thx for your work PS: I have learned again -> never change a running system
|
|
|
|
mtbitcoin
Legendary
Offline
Activity: 876
Merit: 1000
Etherscan.io
|
|
June 24, 2013, 04:48:03 PM |
|
Thank you ckolivas! If you could add the 5Mhz steps from strombom into your firmware and the ability to change it via web interface, I will send you a tip of 0.5BTC +1 for the 5Mhz baby steps. Would be nice
|
|
|
|
elasticband
Legendary
Offline
Activity: 1036
Merit: 1000
Nighty Night Don't Let The Trolls Bite Nom Nom Nom
|
|
June 24, 2013, 04:59:01 PM |
|
I have tried it and I am back to FW 20130519 which was the most stable for m with 300 and 325 cgminer runs only a few minutes, the fans went up to 38xx rpm (noisy) and then cgminer restarts thx for your work PS: I have learned again -> never change a running system is this a batch one or batch 2? either way it should not be doing that on 282mhz......
|
|
|
|
strombom
Member
Offline
Activity: 77
Merit: 10
|
|
June 24, 2013, 05:00:49 PM |
|
PS: Att to strombom
Can you comment why values are different and timing also?
Thank you! Best
It's timing settings, I did not have the information available so I simply extrapolated the numbers from the four available settings. Maybe those provided by BitSyncom are more optimal, so use them.
|
|
|
|
dogie
Legendary
Offline
Activity: 1666
Merit: 1185
dogiecoin.com
|
|
June 24, 2013, 06:08:13 PM |
|
Is there a way to set max temp to 48/49? One of the modules sits on 47 which triggers max RPMs.
Also those of you running upright, do you have the PSU at the top or the bottom?
|
|
|
|
Elokane
|
|
June 24, 2013, 06:08:36 PM |
|
So which way do I stack these? BTW running ckolivas' latest at 325 and works flawlessly for 4 hours now.
|
|
|
|
cryptograd
Member
Offline
Activity: 112
Merit: 10
|
|
June 24, 2013, 06:13:40 PM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface:
(perhaps my mistake was that I have kept settings) I got this same exact Cgminer API error HELP ME PLEASE! My unit has been offline for 8 hours now
|
|
|
|
elasticband
Legendary
Offline
Activity: 1036
Merit: 1000
Nighty Night Don't Let The Trolls Bite Nom Nom Nom
|
|
June 24, 2013, 06:16:32 PM |
|
|
|
|
|
Elokane
|
|
June 24, 2013, 06:18:35 PM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface:
(perhaps my mistake was that I have kept settings) I got this same exact Cgminer API error HELP ME PLEASE! My unit has been offline for 8 hours now Maybe because you pushed it to 350 stock?
|
|
|
|
elasticband
Legendary
Offline
Activity: 1036
Merit: 1000
Nighty Night Don't Let The Trolls Bite Nom Nom Nom
|
|
June 24, 2013, 06:25:55 PM |
|
So I thought I'd make it easy for everyone to try the latest cgminer 3.3.0 and overclock settings all rolled into one, so here is a firmware with the overclock settings settable from the web interface:
(perhaps my mistake was that I have kept settings) I got this same exact Cgminer API error HELP ME PLEASE! My unit has been offline for 8 hours now kill cgminer process (needs to be done twice) save config again.... try 345 instead of 350... it seems more stable for me goto startup and RESTART cgminer..... repeat this process every 5mins if not working
|
|
|
|
|