Hello fellow miners,
I thought it can be useful for someone one day.
Yesterday I received HEX16A3 miner from marto74. I didn't take any pictures. There was a lot of thermal paste, I had to clean the board from it. Stock cooler is very powerful and not very noisy.
Here is how I built the cgminer (each line is a separate command):
sudo aptitude update
sudo aptitude upgrade
sudo aptitude install build-essential libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev screen pkg-config uthash-dev make git-core rar
wget http://technobit.eu/0_3_2.rar
rar x 0_3_2.rar
git clone https://github.com/ckolivas/cgminer.git
mv cgminer cgminer-4.2.3
git checkout e574114682fe1edc344b7e291eb9d9497d26ef92
patch -p1 <../0_3_2/e574114682fe1edc344b7e291eb9d9497d26ef92.patch
./autogen.sh "CFLAGS=-O3" --enable-hexminera --enable-hexminerb --enable-hexminerc --enable-hexmineru --enable-hexminer8 --enable-hexminer3
make -j3
For testing, I used GHASH.IO mining pool. Worker difficulty was set to 64, seems optimal to me.
This is how I started cgminer:
sudo ./cgminer --hexminer3-chip-mask 255 --hexminer3-voltage 800 --hexminer3-options 16:7000 -o stratum+tcp://us1.ghash.io:3334 -u YOURUSERNAME -p ANYTHING
Now, the most interesting part: real world testing.
Power supply used is Artesyn 7001138-Y000, which was pulled from old IBM server. Power supply output is 12.10V with no load. Please use search to find out how to mod the power supply so you can use it too. This power supply can be found on eBay for less than $20 with shipping!
Measurements were taken with Kill-A-Watt P3, each test iteration was 20-25 minutes, idle miner with fan spinning and connected to the host with USB cable is 16W. All power figures were adjusted for that. Power supply voltage output under load is 12.08V, which is very good for any miner out there! Ambient temperature was 25C. Temperature readings were taken with GM300 infrared thermometer at the hotest spot at radiator.
mV chip miner watt hw W/GHS PERF comment
800 7000 103 165 4.4 1.6 6.72 stock
825 7000 103 172 3.3 1.7 6.64 lower hw rate, +3% voltage, same mhs from chips
825 7210 105 175 5 1.67 6.89 +3% voltage, +3% freq, 35C temp
856 7500 110 205 4.8 1.86 7.20 +7% voltage, +7% freq, 35C temp
880 7500 112 215 2.8 1.91 7.20 +10% voltage, +7% freq, 38C temp
900 7500 111 235 3.3 2.12 7.17 Vmax according to the chip docs, +7% freq, 39C temp
900 8000 113 240 4.9 2.13 7.41 Vmax, +14% freq, 40C temp
mV = milliVolts
chip = desired performance per chip, GHS
miner = cgminer average for 20-25 minute run
watt = power draw measured on wall minus idle
hw = hardware errors, %
W/GHS = Watts per GigaHash per second observed
PERF = performance observed per chip, GH/s + HW errors
comment = well, it is just there
880:7500 seems to be the sweet spot!This is very mature product from technobit. I remember HEX16A, based on avalon gen 1 chips, performance wasn't so great, power draw and thermal both weren't that good, however the biggest concern for me was stability - miners used to disappear from the system randomly. I have not observed any stability issues with this miner!
I am NOT affiliated with marto74 or technobit in any way except I sent my chips in and got the assembled miner back.