Zich,
Are you running avalon 2 boards on same tplink as the 6/8 board?
Do you have a version of cgminer for rpi that runs both boards?
Thanks in advance!
Yes, i run both on them on TL-MR3020
For pi, you need to compile cgminer using patch that available at technobit website.
The following guide is based on raspbian wheezy.
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
Then download cgminer 3.12.3
1. git clone https://github.com/ckolivas/cgminer.git
2. mv cgminer cgminer-3.12.3
3. cd cgminer-3.12.3
4. git checkout e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f
5. wget https://www.dropbox.com/s/hfx7l4hz5ywgw3x/e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch
6. patch -p1 < e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch
7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8
8. make
Step 5 is patch uploaded to dropbox by myself, so you can use your own that downloaded from technobit
download page if you want
Make sure there is no error message on each step.
No need to install, you can run cgminer from folder.
1. screen
2. sudo ./cgminer --hexminerc-voltage 1100 --hexminerc-options 16:1500 --hexminer8-set-diff-to-one 0 --hexminer8-chip-mask 255 --hexminer8-voltage 1005 --hexminer8-options 8:260 --set_default_to_8
Or add the setting to cgminer.conf so you don't have to type setting command each time
sudo nano /root/.cgminer/cgminer.conf
{
"pools" : [
{
"url" : "stratum+tcp://stratum-lb-usa48.btcguild.com:3333",
"user" : "user",
"pass" : "123"
}
]
,
"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",
"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",
"kernel-path" : "/usr/local/bin"
}
Hello everyone! I have quick question. How many Hex miners can you hook up to one RPi? I have 3 hooked up to my Pi but when I try to hook up a 4th it just freaks out on me. I think I just might get another RPi but I would like to know just how many you could hook up to just 1 RPi. I also just wanted to say thanks to ZBC3 for pointing me to Zinch's instructons. Zinch thanks for helping out all of us out there who just thought I don't think I'm gonna get this to work. So thanks!