marto74 (OP)
|
|
April 10, 2014, 12:00:58 PM Last edit: February 15, 2015, 01:01:33 PM by marto74 |
|
Hi, all We did 2 days ago 8-th months , since our first sale. Everything started in a rush to save the failure of the Klondike assembly service , that we were about to start. So we designed from scratch our first ASIC miner HEX16A. Since then we designed and produced 8 different models. We passed trough very fast growth , that we were not prepared for. We had period of 2 months ( December and January) with big delays in delivery and huge troubles with communication. Now everything is settled already with dedicated persons for shipping and Customer support. WE have some products , that are shipped from stock too.
The idea of this tread is to put answers to all question , tips and tricks in order to give useful info in one place. The tread is self moderated in order to clean garbage
Also I'm putting a pool for feedback from our customers. Please do not post endless posts of why you voted one of the options, just vote. We made similar pool in Bulgarian Bitcoin forum
|
|
|
|
|
ZBC3
|
|
April 10, 2014, 12:16:25 PM |
|
Wow, hard to believe you've only been around for 8 months.
The tplink is very useful, inexpensive, and consumes little power. I found my hashing speed increase when I switched from RPI to TPlink.
|
|
|
|
HellDiverUK
|
|
April 10, 2014, 03:09:32 PM |
|
I bought 5x 16A2 boards which died (some USB power feedback loop cockup probably), Technobit replaced all 5 quickly, and also threw in a new TPLink as the one I had also bit the dust. Took longer for the dead ones to arrive with Technobit than it did for them to ship replacements to me.
Will definitely use them again in the future if I decide to buy any more mining equipment.
|
|
|
|
zulover
|
|
April 10, 2014, 03:48:54 PM |
|
My experience has been good compared to other suppliers and i have had a GOOD experience of others believe me, lost money in the process. Technobits are good designed products, just as usual pricing could be a bit more helpful but i suppose its difficults with smallma rgins. also 8 months is short time for a company to be perfect so in fairness overall good. I would like to by more of their products, if they had on board firmware and a lan port,that would be fantastic, something for the next board perhaps. +1
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
April 10, 2014, 05:13:46 PM |
|
My experience has been good compared to other suppliers and i have had a GOOD experience of others believe me, lost money in the process. Technobits are good designed products, just as usual pricing could be a bit more helpful but i suppose its difficults with smallma rgins. also 8 months is short time for a company to be perfect so in fairness overall good. I would like to by more of their products, if they had on board firmware and a lan port,that would be fantastic, something for the next board perhaps. +1 Something like Technobit board and tplink in a box Apart of the jokes I am very happy Technobit customer +1 for marto and CO
|
|
|
|
marto74 (OP)
|
|
April 11, 2014, 08:45:39 AM |
|
HEX16A3 almost ready
|
|
|
|
TrytoHex
Member
Offline
Activity: 86
Merit: 10
|
|
April 11, 2014, 09:11:25 AM |
|
HEX16A3 almost ready Nice, looking forward to this one, still no public update on price? Wantend to buy the bitfury v2 miner first, but I'll wait till I know what this one costs. +1 for marto by the way, never had any problems with technobit, last miner even arrived before the set deadline.
|
|
|
|
dozerz
Legendary
Offline
Activity: 2242
Merit: 1057
|
|
April 11, 2014, 09:26:24 AM |
|
hi marto, can you check rma NFMZRIWNA. i only got 1 unit back when i sent 2 and now the returned unit has blown, nice puff of blue smoke.
apart from this minor issue my experience with technobit has been good, everything delivered promptly and good communication, looking forward to more orders.
|
space for rent, shilling for sats
|
|
|
|
marto74 (OP)
|
|
April 12, 2014, 05:31:29 AM |
|
0.3.2 Avalon 3 release http://technobit.eu/0_3_2.rar0.3.2 HEX3A3 - Avalon3 board release * HEX3A3 defaults: --hexminer3-chip-mask 255 --hexminer3-voltage 800 --hexminer3-options 16:7000 * HEX3A3 --hexminer3-options 16:7000 16 is chip count per board and 7000 is desired speed per chip in Mh/s. 7000 equals to 7G per chip. * cgminer patch to cgminer 4.2.3 rev e574114682fe1edc344b7e291eb9d9497d26ef92.patch * cgminer bug fixes:HEXa frequent HEXa usb disconnects, fast work queue restart and so on * openwrt – some compile optimizations for speed which increased image size a bit * openwrt – dhcp client added finally:) * openwrt updated to r40449
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
April 12, 2014, 06:49:01 AM |
|
For Rpi 1. sudo aptitude update 2. sudo aptitude upgrade 3. sudo aptitude install libudev-dev libusb-1.0-0-dev libfox-1.6-dev 4. sudo aptitude install autotools-dev autoconf automake 5. sudo aptitude install libtool libncurses-dev yasm 6. sudo aptitude install curl libcurl4-openssl-dev libjansson-dev screen 7. sudo aptitude install pkg-config uthash-dev make git-core
For Ubuntu 1. sudo apt-get update 2. sudo apt-get upgrade 3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev 4. sudo apt-get install autotools-dev autoconf automake 5. sudo apt-get install libtool libncurses-dev yasm 6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen 7. sudo apt-get install pkg-config uthash-dev make git-core
Download cgminer 4.2.3 1. git clone https://github.com/ckolivas/cgminer.git 2. mv cgminer cgminer-4.2.3 3. cd cgminer-4.2.3 4. git checkout e574114682fe1edc344b7e291eb9d9497d26ef92 5. wget https://www.dropbox.com/s/ugg6nczel6hqmr6/e574114682fe1edc344b7e291eb9d9497d26ef92.patch 6. patch -p1 < e574114682fe1edc344b7e291eb9d9497d26ef92.patch 7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminer3 --enable-hexminerb --enable-hexmineru --enable-hexminer8 8. make
{ "pools" : [ { "url" : "stratum+tcp://stratum-lb-usa48.btcguild.com:3333", "user" : "user", "pass" : "123" } ] , "api-listen" : true, "api-allow" : "R:127.0.0.1", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "120", "hotplug" : "5", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "60", "shares" : "0", "hexminera-voltage" : "1460", "hexminera-options" : "16:480", "hexminerc-voltage" : "1100", "hexminerc-options" : "16:1500", "hexminer3-voltage" : "750", "hexminer3-options" : "16:7000", "hexminer3-chip-mask" : "255", "hexminerb-voltage" : "900", "hexminerb-options" : "16:540", "hexminer8-set-diff-to-one" : "0", "hexminer8-chip-mask" : "255", "hexminer8-voltage" : "1005", "hexminer8-options" : "8:260", "hexmineru-frequency" : "54", "set_default_to_8" : true, "kernel-path" : "/usr/local/bin" }
|
|
|
|
QuiveringGibbage
|
|
April 12, 2014, 04:15:59 PM |
|
Hi marto74, Thanks for the prompt RMA process. I've received the 2 units back and appreciate your responses to my queries. Nice work on cgminer-4.2.2. Keep up the good work. 0: HEX8 0 : 270 1000/1005mV | 514.8G / 262.8Gh/s 1: HEX8 1 : 270 1000/ 999mV | 17.38G / 249.6Gh/s 2: HEX8 2 : 270 1000/1008mV | 368.9G / 259.6Gh/s 3: HEX8 3 : 270 1000/ 999mV | 267.0G / 266.0Gh/s
Pics can be found http://imgur.com/a/mRbMZ#hGO5lYOCheers, QG
|
Bitcoin is at the tippity top of the mountain...but it's really only half way up..
|
|
|
casinocoin
Legendary
Offline
Activity: 849
Merit: 1050
CasinoCoin
|
|
April 12, 2014, 04:26:18 PM |
|
Ive got several hex2A miners that will run constantly for approx 12 hours and then either 1 or two will stop hashing while the other continues. This is fixed by pressing stop and then switching the usb port for each miner and restarting.
Been doing this for over a month now, but am heading on vacation in a few weeks. Going to have my sister stay at my place is there any way to avoid the shut off of the other miners so shes not switching up cords and touching things!
Thanks
|
|
|
|
TrytoHex
Member
Offline
Activity: 86
Merit: 10
|
|
April 12, 2014, 07:10:28 PM |
|
Ive got several hex2A miners that will run constantly for approx 12 hours and then either 1 or two will stop hashing while the other continues. This is fixed by pressing stop and then switching the usb port for each miner and restarting.
Been doing this for over a month now, but am heading on vacation in a few weeks. Going to have my sister stay at my place is there any way to avoid the shut off of the other miners so shes not switching up cords and touching things!
Thanks
What have you got them running on? RPI, Windows pc, mr3020?
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
April 12, 2014, 07:18:14 PM |
|
Ive got several hex2A miners that will run constantly for approx 12 hours and then either 1 or two will stop hashing while the other continues. This is fixed by pressing stop and then switching the usb port for each miner and restarting.
Been doing this for over a month now, but am heading on vacation in a few weeks. Going to have my sister stay at my place is there any way to avoid the shut off of the other miners so shes not switching up cords and touching things!
Thanks
What have you got them running on? RPI, Windows pc, mr3020? Time for cgminer upgrade dude
|
|
|
|
casinocoin
Legendary
Offline
Activity: 849
Merit: 1050
CasinoCoin
|
|
April 12, 2014, 09:30:28 PM |
|
Ive got several hex2A miners that will run constantly for approx 12 hours and then either 1 or two will stop hashing while the other continues. This is fixed by pressing stop and then switching the usb port for each miner and restarting.
Been doing this for over a month now, but am heading on vacation in a few weeks. Going to have my sister stay at my place is there any way to avoid the shut off of the other miners so shes not switching up cords and touching things!
Thanks
What have you got them running on? RPI, Windows pc, mr3020? Time for cgminer upgrade dude Running Hexminer could that be the problem? As well wn 7 64b
|
|
|
|
|
casinocoin
Legendary
Offline
Activity: 849
Merit: 1050
CasinoCoin
|
|
April 13, 2014, 03:36:10 AM |
|
Thanks so much for the link gonna set it up in the am! Peru here I come. BTC Address?
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
April 13, 2014, 03:46:49 AM Last edit: April 14, 2014, 02:06:48 AM by Zich |
|
Thanks so much for the link gonna set it up in the am! Peru here I come. BTC Address? Happy holiday then Edit: Some update from 2GOOD
|
|
|
|
|