Bitcoin Forum

Bitcoin => Mining support => Topic started by: gamefixer on February 22, 2015, 03:09:42 PM



Title: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 22, 2015, 03:09:42 PM
I'm having zero luck getting this thing to work for longer than 10 minutes. I've followed the thorough setup guide here and the one on technobits site. No matter what changes I make to cgminer's config file the miner goes dead within 10 minutes or so. I've tried other pc's, different usb ports, different cables, powered hubs, non powered hubs, nothing....

Anyone here have one working in cgminer mind posting their config files text?

Thanks!


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 23, 2015, 09:07:25 AM
I'm having zero luck getting this thing to work for longer than 10 minutes. I've followed the thorough setup guide here and the one on technobits site. No matter what changes I make to cgminer's config file the miner goes dead within 10 minutes or so. I've tried other pc's, different usb ports, different cables, powered hubs, non powered hubs, nothing....

Anyone here have one working in cgminer mind posting their config files text?

Thanks!

What is your setting on config file?
Try using TPLINK TL-MR3020 as a host. Check if the heatsink touch the chips correctly.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 23, 2015, 12:56:45 PM
I'll post the config file's text when I get to the miner later today. I was thinking about using a TPLink device but I dont have one handy. I'd hate to throw money at this thing if its just going to be a PITA.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 23, 2015, 02:44:06 PM
There are two config file that I'm using. This first one ends up with the "last received nonce 2 seconds ago" lines over and over again and never mines. This is the config file that comes with this modified version of cgminer.

"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"hexminerb-voltage" : "900",
"hexminerb-options" : "16:540",
"hexmineru-frequency" : "54",
"hexminerc-voltage" : "900",
"hexminerc-options" : "16:1000",
"hexminer3-chip-mask" : "255",
"hexminer3-voltage" : "750",
"hexminer3-options" : "16:7000",
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "255",
"hexminer8-voltage" : "930",
"hexminer8-options" : "8:240",
"hexminerbe200-asic-diff" : "1",
"hexminerbe200-skip-hw-res" : "1",
"hexminerbe200-pic-roll" : "90",
"hexminerbe200-hw-err-res" : "5",
"hexminerbe200-nonce-timeout-secs" : "2",
"hexminerbe200-chip-mask" : "15",
"hexminerbe200-voltage" : "860",
"hexminerbe200-options" : ":300",
"hexminerm-pic-roll" : "90",
"hexminerm-hw-err-res" : "5",
"hexminerm-nonce-timeout-secs" : "2",
"hexminerm-chip-mask" : "15",
"hexminerm-voltage" : "805",
"hexminerm-options" : "4:1016",
"kernel-path" : "/usr/local/bin"

This next config file is created by the same version of cgminer but will only mine for about 10 minutes. It will eventually crap out and say the miner is dead. By created I mean I delete the cgminer.conf file, start cgminer, enter my pool and user info and have cgminer write the config file.

"api-description" : "cgminer 4.5.0",
"api-mcast-addr" : "224.0.0.75",
"api-mcast-code" : "FTW",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "5",
"hexminerb-voltage" : "840",
"hexminerc-voltage" : "1100",
"hexminer8-voltage" : "800",
"hexminer8-chip-mask" : "255",
"hexminer8-set-diff-to-one" : "1",
"hexminerm-voltage" : "820",
"hexminerm-pic-roll" : "60",
"hexminerm-chip-mask" : "255",
"hexminerm-hw-err-res" : "255",
"hexminerm-nonce-timeout-secs" : "255",
"hexminerbe200-voltage" : "820",
"hexminerbe200-pic-roll" : "60",
"hexminerbe200-asic-diff" : "0",
"hexminerbe200-chip-mask" : "65535",
"hexminerbe200-skip-hw-res" : "1",
"hexminerbe200-hw-err-res" : "10",
"hexminerbe200-nonce-timeout-secs" : "10",
"hexminer3-voltage" : "850",
"hexminer3-chip-mask" : "255",
"log" : "5",
"queue" : "60",
"scan-time" : "60",
"shares" : "0"
}




Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 23, 2015, 04:05:21 PM
I found a version of cgminer called "dice version" (I think its on technobits website). It seems to be capable of detecting when the miner gets below a gh's threshold and it resets itself.

So far in the last hour or so its reset itself and the miner 18 times.

Heh.. It just reset again.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 24, 2015, 01:50:17 AM
I found a version of cgminer called "dice version" (I think its on technobits website). It seems to be capable of detecting when the miner gets below a gh's threshold and it resets itself.

So far in the last hour or so its reset itself and the miner 18 times.

Heh.. It just reset again.

Try these setting:
Code:
"hexminerm-options" : "4:1024",
"hexminerm-voltage" : "820",
"hexminerm-chip-mask" : "15",
"hexminerm-hw-err-res" : "50",
"hexminerm-nonce-timeout-secs" : "20",
"hexminerm-pic-roll" : "90",
"hexminerm-reset-below-threshold" : "10",
"hexminerm-reset-wait" : "600",



Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 24, 2015, 01:52:46 AM
I found a version of cgminer called "dice version" (I think its on technobits website). It seems to be capable of detecting when the miner gets below a gh's threshold and it resets itself.

So far in the last hour or so its reset itself and the miner 18 times.

Heh.. It just reset again.

Try these setting:
Code:
"hexminerm-options" : "4:1024",
"hexminerm-voltage" : "820",
"hexminerm-chip-mask" : "15",
"hexminerm-hw-err-res" : "50",
"hexminerm-nonce-timeout-secs" : "20",
"hexminerm-pic-roll" : "90",
"hexminerm-reset-below-threshold" : "10",
"hexminerm-reset-wait" : "600",



Thanks for the pointers! I'll give this a shot tomorrow.

So the miner has had to be reset 202 times today. Fun stuff... :(


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 24, 2015, 06:05:27 AM
I found a version of cgminer called "dice version" (I think its on technobits website). It seems to be capable of detecting when the miner gets below a gh's threshold and it resets itself.

So far in the last hour or so its reset itself and the miner 18 times.

Heh.. It just reset again.

Try these setting:
Code:
"hexminerm-options" : "4:1024",
"hexminerm-voltage" : "820",
"hexminerm-chip-mask" : "15",
"hexminerm-hw-err-res" : "50",
"hexminerm-nonce-timeout-secs" : "20",
"hexminerm-pic-roll" : "90",
"hexminerm-reset-below-threshold" : "10",
"hexminerm-reset-wait" : "600",



Thanks for the pointers! I'll give this a shot tomorrow.

So the miner has had to be reset 202 times today. Fun stuff... :(

That can be reduced from these setting:
"hexminerm-nonce-timeout-secs" : "20", put bigger value
"hexminerm-reset-below-threshold" : "10", ==> put smaller value
"hexminerm-reset-wait" : "600", put bigger value


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 25, 2015, 04:03:35 PM
@Zich.

I tried your suggestions and the same thing happened. Miner worked for about 10 minutes, went sick, went zombie went dead. For now I'm using the config that resets cgminer when the hashing falls below 50ghs so its fine.

I never have any luck with TechnoBit's stuff. I probably should have avoided this miner too.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 26, 2015, 01:17:15 AM
@Zich.

I tried your suggestions and the same thing happened. Miner worked for about 10 minutes, went sick, went zombie went dead. For now I'm using the config that resets cgminer when the hashing falls below 50ghs so its fine.

I never have any luck with TechnoBit's stuff. I probably should have avoided this miner too.

What is your psu brand & type?


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 26, 2015, 01:26:06 AM
@Zich.

I tried your suggestions and the same thing happened. Miner worked for about 10 minutes, went sick, went zombie went dead. For now I'm using the config that resets cgminer when the hashing falls below 50ghs so its fine.

I never have any luck with TechnoBit's stuff. I probably should have avoided this miner too.

What is your psu brand & type?

1300 watt EVGA Gold.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817438011&cm_re=1300_watt_evga-_-17-438-011-_-Product

I also tried a Corsair HX750 I had sitting around and the miner behaved the same way.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817139010&cm_re=corsair_750w_modular-_-17-139-010-_-Product


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 26, 2015, 01:40:47 AM
@Zich.

I tried your suggestions and the same thing happened. Miner worked for about 10 minutes, went sick, went zombie went dead. For now I'm using the config that resets cgminer when the hashing falls below 50ghs so its fine.

I never have any luck with TechnoBit's stuff. I probably should have avoided this miner too.

What is your psu brand & type?

1300 watt EVGA Gold.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817438011&cm_re=1300_watt_evga-_-17-438-011-_-Product

I also tried a Corsair HX750 I had sitting around and the miner behaved the same way.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817139010&cm_re=corsair_750w_modular-_-17-139-010-_-Product

That's all good psu. Maybe you want to check the heatsink. See if the heatsink touch the chips or not.
And give some load on +5V rail. Some psu need load there.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 26, 2015, 03:16:42 AM
@Zich.

I tried your suggestions and the same thing happened. Miner worked for about 10 minutes, went sick, went zombie went dead. For now I'm using the config that resets cgminer when the hashing falls below 50ghs so its fine.

I never have any luck with TechnoBit's stuff. I probably should have avoided this miner too.

What is your psu brand & type?

1300 watt EVGA Gold.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817438011&cm_re=1300_watt_evga-_-17-438-011-_-Product

I also tried a Corsair HX750 I had sitting around and the miner behaved the same way.

http://www.newegg.com/Product/Product.aspx?Item=N82E16817139010&cm_re=corsair_750w_modular-_-17-139-010-_-Product

That's all good psu. Maybe you want to check the heatsink. See if the heatsink touch the chips or not.
And give some load on +5V rail. Some psu need load there.

Heatsink seems OK but I'll look at that tomorrow. I've got a 20 watt metal resistor I can put across the +5.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 26, 2015, 05:00:33 AM


Heatsink seems OK but I'll look at that tomorrow. I've got a 20 watt metal resistor I can put across the +5.

Old cdrom drive will do the trick  :)


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 27, 2015, 10:19:21 PM
Heatsinks were fine and putting a load on the +5 didnt change the operation of the miner. Still failed after 10-15 minutes.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on February 28, 2015, 06:33:03 AM
Heatsinks were fine and putting a load on the +5 didnt change the operation of the miner. Still failed after 10-15 minutes.


Try to lower the clock
Code:
"hexminerm-options" : "4:1016",
"hexminerm-voltage" : "820",
..............
.........

or

Code:
"hexminerm-options" : "4:930",
"hexminerm-voltage" : "800",
..............
.........

If still fail, please pm marto (https://bitcointalk.org/index.php?action=pm;sa=send;u=84195). He will help you using teamviewer.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: gamefixer on February 28, 2015, 06:15:28 PM
Heatsinks were fine and putting a load on the +5 didnt change the operation of the miner. Still failed after 10-15 minutes.


Try to lower the clock
Code:
"hexminerm-options" : "4:1016",
"hexminerm-voltage" : "820",
..............
.........

or

Code:
"hexminerm-options" : "4:930",
"hexminerm-voltage" : "800",
..............
.........

If still fail, please pm marto (https://bitcointalk.org/index.php?action=pm;sa=send;u=84195). He will help you using teamviewer.

Thanks. I'm traveling so I dont want to mess with what seems to be working right now. After some fooling around I've had to hard reset the miner and cant do that from where I am at the moment.

Does Marto work for Technobit? I'd hate to bother the guy otherwise.


Title: Re: Mining with a Technobit Hex4M in cgminer
Post by: Zich on March 01, 2015, 08:19:45 AM

Thanks. I'm traveling so I dont want to mess with what seems to be working right now. After some fooling around I've had to hard reset the miner and cant do that from where I am at the moment.

Does Marto work for Technobit? I'd hate to bother the guy otherwise.

Marto is the owner  :)
This is as far i can help you since i don't own hex4m  :D
I had hex16a, hex16c & hex8. Software setting is similar, but the led indicator is different. So marto can explain more  :)