MrTeal (OP)
Legendary
Offline
Activity: 1274
Merit: 1004
|
|
June 06, 2014, 04:33:44 PM |
|
Fantastic post MrTeal It looks like I can't go any higher than 700MHZ My set up: 600L/h pump + triple radiator (2x 3000rpm Ultra kaze 120mm x 36mm and 1x 1900 rpm ultra kaze juny) + 2 custom aluminium water blocks as additional cooling before water enters radiator. CPU blocks are cheap chinese I had laying around. http://www.amazon.co.uk/Scythe-Ultra-Kaze-Fan-3000/dp/B000VRVJCUYour post is perfect but it's far too advanced for me. I'm using your tool which displays Die temperature BUT for 2 boards it is displaying only one set of dies. No clue which one. If I have 10 boards I would really need to see 10 die sets so that I can adjust them individually. Hashing never stays constant it goes like 400Gh 2 seconds later 532GH than 680GH than 415GH. Up and down like roller coaster. That's common on the mining software, and nothing to be worried about. It only really start to settle after a half hour or so. Unfortunately the tool right now only displays one chip, and the display gets kind of messed up with multiple boards. If you're just wanting to tweak but do both at the same time, you can run two instances of cgminer. Add --usb HFA:1 to the command line and each instance will only pick up one board, and add --api-port 4028 to one and --api-port to the other That way until the app gets updated to better handle multiple boards, you can run two instances at the same time and view data from both.
|
|
|
|
SVK
|
|
June 06, 2014, 04:46:39 PM |
|
Fantastic post MrTeal It looks like I can't go any higher than 700MHZ My set up: 600L/h pump + triple radiator (2x 3000rpm Ultra kaze 120mm x 36mm and 1x 1900 rpm ultra kaze juny) + 2 custom aluminium water blocks as additional cooling before water enters radiator. CPU blocks are cheap chinese I had laying around. http://www.amazon.co.uk/Scythe-Ultra-Kaze-Fan-3000/dp/B000VRVJCUYour post is perfect but it's far too advanced for me. I'm using your tool which displays Die temperature BUT for 2 boards it is displaying only one set of dies. No clue which one. If I have 10 boards I would really need to see 10 die sets so that I can adjust them individually. Hashing never stays constant it goes like 400Gh 2 seconds later 532GH than 680GH than 415GH. Up and down like roller coaster. That's common on the mining software, and nothing to be worried about. It only really start to settle after a half hour or so. Unfortunately the tool right now only displays one chip, and the display gets kind of messed up with multiple boards. If you're just wanting to tweak but do both at the same time, you can run two instances of cgminer. Add --usb HFA:1 to the command line and each instance will only pick up one board, and add --api-port 4028 to one and --api-port to the other That way until the app gets updated to better handle multiple boards, you can run two instances at the same time and view data from both. Thank you So it will look like this ? cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port
|
|
|
|
Airwhale
|
|
June 06, 2014, 04:53:51 PM |
|
Just ordered 11 of the Habs.. Can't wait!
Oh no! Did I sleep through them being in stock again?
|
|
|
|
xjack
|
|
June 06, 2014, 05:03:32 PM |
|
Fantastic post MrTeal It looks like I can't go any higher than 700MHZ My set up: 600L/h pump + triple radiator (2x 3000rpm Ultra kaze 120mm x 36mm and 1x 1900 rpm ultra kaze juny) + 2 custom aluminium water blocks as additional cooling before water enters radiator. CPU blocks are cheap chinese I had laying around. http://www.amazon.co.uk/Scythe-Ultra-Kaze-Fan-3000/dp/B000VRVJCUYour post is perfect but it's far too advanced for me. I'm using your tool which displays Die temperature BUT for 2 boards it is displaying only one set of dies. No clue which one. If I have 10 boards I would really need to see 10 die sets so that I can adjust them individually. Hashing never stays constant it goes like 400Gh 2 seconds later 532GH than 680GH than 415GH. Up and down like roller coaster. That's common on the mining software, and nothing to be worried about. It only really start to settle after a half hour or so. Unfortunately the tool right now only displays one chip, and the display gets kind of messed up with multiple boards. If you're just wanting to tweak but do both at the same time, you can run two instances of cgminer. Add --usb HFA:1 to the command line and each instance will only pick up one board, and add --api-port 4028 to one and --api-port to the other That way until the app gets updated to better handle multiple boards, you can run two instances at the same time and view data from both. Thank you So it will look like this ? cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4029Two hyphens for --usb, and You need to specify the port for each worker. (ie: 4028, 4029, 4030, etc...)
|
|
|
|
MrTeal (OP)
Legendary
Offline
Activity: 1274
Merit: 1004
|
|
June 06, 2014, 05:05:03 PM |
|
Thank you So it will look like this ? cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port Sorry, incomplete on my part. cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4029 Then when you open the Pepper Mining program, send one to 127.0.0.1:4028 and one to 127.0.0.1:4029 *I haven't actually tested this, I don't have two boards here to try it on right now.
|
|
|
|
SVK
|
|
June 06, 2014, 05:09:06 PM |
|
Thank you So it will look like this ? cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe -usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port Sorry, incomplete on my part. cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4028 cgminer.exe --usb HFA:1 -o -u -p 123 --hfa-fan 100 --hfa-temp-target 0 --hfa-temp-overheat 103 --hfa-fail-drop 0 --hfa-hash-clock 700 --api-port 4029 Then when you open the Pepper Mining program, send one to 127.0.0.1:4028 and one to 127.0.0.1:4029 *I haven't actually tested this, I don't have two boards here to try it on right now. Many thanks It opens only one CGminer window with one board.
|
|
|
|
gateway
|
|
June 06, 2014, 05:49:11 PM |
|
Your post is perfect but it's far too advanced for me. I'm using your tool which displays Die temperature BUT for 2 boards it is displaying only one set of dies. No clue which one. If I have 10 boards I would really need to see 10 die sets so that I can adjust them individually.
Hashing never stays constant it goes like 400Gh 2 seconds later 532GH than 680GH than 415GH. Up and down like roller coaster.
Just a letting you guys know the tool only works with one board at a time, so unplug one, test the temps and do the next. I have been pretty busy but thats next on my list to work on, maybe just maybe something this weekend.
|
|
|
|
bellgarath1
Newbie
Offline
Activity: 49
Merit: 0
|
|
June 06, 2014, 06:16:37 PM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
|
|
|
|
bit_NINj4
Member
Offline
Activity: 97
Merit: 10
Money can't buy happiness but it can buy assassins
|
|
June 06, 2014, 08:47:20 PM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
I'm willing to take over your order if you feel it's too much. Provided that MrTeal/gateway allow, and can accommodate it.
|
1NiNj4aAHokvr95rYKX4Jew8vZUPV5kmEy
|
|
|
gateway
|
|
June 06, 2014, 09:05:12 PM |
|
Just took a bit of the info we have been posting and put it together in one blog post, if you have any comments or suggestions let me know and maybe I can add this in. Check out the post here
|
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
|
June 06, 2014, 09:18:59 PM |
|
any word on remaining stock?
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
achtung082
|
|
June 06, 2014, 09:54:20 PM Last edit: July 15, 2014, 12:16:51 PM by achtung082 |
|
I added two 120mm case fans to blow air across the setup and made a very big difference. Now running @850 with good temps.
|
Support sidehack projects: 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr My Sales Wallet BTC:bc1qxtxsc86lessnrsm52gf7qgmqle75htdr03zdd7 - LTC:LNLKyKkGNCJakZudGjc2qg26yYz7oeo92k - ETH:0xDf1b17872D9Ff22F04270BbDA13556B3E1649E27
|
|
|
QuiveringGibbage
|
|
June 06, 2014, 10:22:51 PM |
|
Just took a bit of the info we have been posting and put it together in one blog post, if you have any comments or suggestions let me know and maybe I can add this in. Check out the post hereTo run hftool.py it reads: <span style="color: #000000;">./hftool.py -w 0:940@950,1:940@950,2:940@950,3:940@950</span> and  <span style="color: #000000;">./hftool.py -w 0:950@950,1:950@950,2:950@950,3:950@950</span> for me under Firefox29.0 Ubuntu12.10. I assume it should be: ./hftool.py -w 0:940@950,1:940@950,2:940@950,3:940@950 Cheers, QG
|
Bitcoin is at the tippity top of the mountain...but it's really only half way up..
|
|
|
eestimees
|
|
June 06, 2014, 10:23:12 PM Last edit: June 06, 2014, 10:55:13 PM by eestimees |
|
I have VMC board, but it uses same chip, so maybe some of you have any ideas what to do? and over and over again same thing, detect errors disabling, detect ... I tried restarts, shutdowns, hfa-hash-clock down to 300.. still nothing EDIT: heh.. pump sata power connector disconneted but now there is another problem: lots of hash core error (they were also here before that power came loose).. what is the cure for that?
|
— eestimees
|
|
|
Airwhale
|
|
June 06, 2014, 10:29:36 PM |
|
any word on remaining stock? ..... Can I stop hitting F5 now?
|
|
|
|
btchedge
Member
Offline
Activity: 92
Merit: 10
|
|
June 06, 2014, 10:30:49 PM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
We are finalizing a plug and go model based on the Habanero. Should have some details in coming days. Limited quantity will be available. That being said, if you can snag an $850 board that's a great deal and I would jump on it. What we will be offering simply takes some of the monkey work out of the equation even though the monkey work on these boards is pretty awesome.
|
Who is John Galt?
|
|
|
daddyfatsax
|
|
June 06, 2014, 10:46:34 PM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
We are finalizing a plug and go model based on the Habanero. Should have some details in coming days. Limited quantity will be available. That being said, if you can snag an $850 board that's a great deal and I would jump on it. What we will be offering simply takes some of the monkey work out of the equation even though the monkey work on these boards is pretty awesome. Monkey work is what makes this shit fun. Somebody on the forums said "Leave shit alone?? Bitch, this is Bitcoin!!! Ain't nobody gonna just leave it alone!!" Look forward to getting my boards.
|
|
|
|
bit_NINj4
Member
Offline
Activity: 97
Merit: 10
Money can't buy happiness but it can buy assassins
|
|
June 06, 2014, 11:17:49 PM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
We are finalizing a plug and go model based on the Habanero. Should have some details in coming days. Limited quantity will be available. That being said, if you can snag an $850 board that's a great deal and I would jump on it. What we will be offering simply takes some of the monkey work out of the equation even though the monkey work on these boards is pretty awesome. Monkey work is what makes this shit fun. Somebody on the forums said "Leave shit alone?? Bitch, this is Bitcoin!!! Ain't nobody gonna just leave it alone!!" Look forward to getting my boards. +1
|
1NiNj4aAHokvr95rYKX4Jew8vZUPV5kmEy
|
|
|
gateway
|
|
June 07, 2014, 02:10:04 AM |
|
Just took a bit of the info we have been posting and put it together in one blog post, if you have any comments or suggestions let me know and maybe I can add this in. Check out the post hereTo run hftool.py it reads: <span style="color: #000000;">./hftool.py -w 0:940@950,1:940@950,2:940@950,3:940@950</span> and  <span style="color: #000000;">./hftool.py -w 0:950@950,1:950@950,2:950@950,3:950@950</span> for me under Firefox29.0 Ubuntu12.10. I assume it should be: ./hftool.py -w 0:940@950,1:940@950,2:940@950,3:940@950 Cheers, QG Hah, thats what i get for cut and paste and not watching the freaking html tags that came along with it.. fixed and thanks for pointing it out.
|
|
|
|
btchedge
Member
Offline
Activity: 92
Merit: 10
|
|
June 07, 2014, 02:13:47 AM |
|
I think this might be a bit much for me to tackle. Do they have a plug and go model?
We are finalizing a plug and go model based on the Habanero. Should have some details in coming days. Limited quantity will be available. That being said, if you can snag an $850 board that's a great deal and I would jump on it. What we will be offering simply takes some of the monkey work out of the equation even though the monkey work on these boards is pretty awesome. Monkey work is what makes this shit fun. Somebody on the forums said "Leave shit alone?? Bitch, this is Bitcoin!!! Ain't nobody gonna just leave it alone!!" Look forward to getting my boards. Ha. Yeah, with the tools provided it really does make the monkey work way easier than any other hardware I have had and I think I have had damn near one of just about everything.
|
Who is John Galt?
|
|
|
|