Pages:
Author

Topic: Question on Mining with Avalon 6 miners - AUC & cord (Read 2396 times)

newbie
Activity: 1
Merit: 0
I had the same problem with the AUC to USB cable being impossible to source.

The solution:

Use a Raspberry Pi 3 Model B and solder the I2C bus on the Pi itself directly to the connectors/AUC plug on one of your miners. You should solder pins 3/5 for SDA and SDL on the Pi, no pullup resistors required. And also GND (Pin 39 on Pi) to one of the GND pins on the AUC connector on the miner. (1 or 4).

You need to start cgminer with "--avalon4-iic-detect" for this to work.

I added this parameter to /etc/init.d/cgminer like this :

   if [ "$_pool1url" != "" -a "$_pool1user" != "" -a "$_pool1pw" != "" ]; then
       POOL1="-o $_pool1url -O $_pool1user:$_pool1pw --avalon4-iic-detect"
   fi

Hello lib1337,

thank you for instuction. I have the same setup with Avalon 6 and Raspberry Pi 3. I have one question. How to configure the cgminer and add the "...iic-detect"? I have no idea and try a lot.

Thank you Smiley

Hi Jonesman439,

Here's what I did.

First you have to setup your mining i.e. you have flashed the latest Raspberry Pi firmware, connected the AUC to the Avalon 6, connected the I2C pins to your board as shown on this site: https://www.cryptouniverse.at/run-avalon-6-miner-without-auc2-converter/ , connected your power supply and ethernet cable to the Raspberry Pi, and connected the PSU to the miner. Then connect the Raspberry Pi to a monitor with an HDMI cable and connect a keyboard. Turn on the Avalon 6 and the Raspberry Pi. On the monitor you should see the boot-up and if you press the enter key you should see the BusyBox built in shell.

To edit the cgminer file type:

     vim /etc/init.d/cgminer

and press enter. This will allow you to edit cgminer. If you scroll down you will see the code:

     if [ "$_pool1url" != "" -a "$_pool1user" != "" -a "$_pool1pw" != "" ]; then
           POOL1="-o $_pool1url -O $_pool1user:$_pool1pw"
     fi

add the "--avalon4-iic-detect" so the code now reads:

     if [ "$_pool1url" != "" -a "$_pool1user" != "" -a "$_pool1pw" != "" ]; then
           POOL1="-o $_pool1url -O $_pool1user:$_pool1pw --avalon4-iic-detect"
     fi

I added this edit to POOL2 and POOL3. To exit vim just press :x and then enter. You can edit this in any SSH, such as putty.




newbie
Activity: 1
Merit: 0
I had the same problem with the AUC to USB cable being impossible to source.

The solution:

Use a Raspberry Pi 3 Model B and solder the I2C bus on the Pi itself directly to the connectors/AUC plug on one of your miners. You should solder pins 3/5 for SDA and SDL on the Pi, no pullup resistors required. And also GND (Pin 39 on Pi) to one of the GND pins on the AUC connector on the miner. (1 or 4).

You need to start cgminer with "--avalon4-iic-detect" for this to work.

I added this parameter to /etc/init.d/cgminer like this :

   if [ "$_pool1url" != "" -a "$_pool1user" != "" -a "$_pool1pw" != "" ]; then
       POOL1="-o $_pool1url -O $_pool1user:$_pool1pw --avalon4-iic-detect"
   fi

Hello lib1337,

thank you for instuction. I have the same setup with Avalon 6 and Raspberry Pi 3. I have one question. How to configure the cgminer and add the "...iic-detect"? I have no idea and try a lot.

Thank you Smiley
dsh
newbie
Activity: 46
Merit: 0
Yes, there are a couple of postings in the forum on how to do this. Basically you attach sda and scl to the appropriate pins on the Pi, ensure ground is attached, then fire up cgminer with some sort of option to find the Avalon and go.

If people really need help I can find it, but search should be your friend on this one.

Here are the instructions how to do it without the AUC2.

https://www.cryptouniverse.at/run-avalon-6-miner-without-auc2-converter/

Thanks and thanks Smiley
legendary
Activity: 2464
Merit: 1710
Electrical engineer. Mining since 2014.
Here are the instructions how to do it without the AUC2.

https://www.cryptouniverse.at/run-avalon-6-miner-without-auc2-converter/
legendary
Activity: 3150
Merit: 2257
I fix broken miners. And make holes in teeth :-)
Yes, there are a couple of postings in the forum on how to do this. Basically you attach sda and scl to the appropriate pins on the Pi, ensure ground is attached, then fire up cgminer with some sort of option to find the Avalon and go.

If people really need help I can find it, but search should be your friend on this one.
dsh
newbie
Activity: 46
Merit: 0
I got there in the end with my avalon 6. It’s runing direct from the Pi 3 board.



Would really like to know how you managed this.  Huh

Yes, for sure. Is it possible to connect RPi headers using cables (such as https://www.amazon.es/gp/product/B01NGTXASZ or https://www.ebay.com/itm/Dupont-Jumper-Wire-Cable-Female-Male-20cm-20pcs-for-Arduino/222709027859) so as to avoid solder?
newbie
Activity: 1
Merit: 0
I got there in the end with my avalon 6. It’s runing direct from the Pi 3 board.



Would really like to know how you managed this.  Huh
newbie
Activity: 19
Merit: 0
I got there in the end with my avalon 6. It’s runing direct from the Pi 3 board.

legendary
Activity: 3150
Merit: 2257
I fix broken miners. And make holes in teeth :-)
Actually the AUC is a USB to I2C/SPI converter. Just Google AUC USB-I2C converter and you will find several. Just make sure the connectors on them look right.
Darn, someone beat me to it on rigging straight to the Pi board.
newbie
Activity: 19
Merit: 0
Hi, I have the same problem - no AUC2 adapter. Ive tried others with no success and am now tryinh to connect directly to my Pi headers.

Still no luck, had anyone got around not having an AUC2?

newbie
Activity: 3
Merit: 0
Thanks lib1337. Can I use cable similar to https://www.amazon.es/gp/product/B01NGTXASZ/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 to connect the cable 4 pin to Raspberry Pi ?

The 3 pins to connect or soldier are the https://32414320wji53mwwch1u68ce-wpengine.netdna-ssl.com/wp-content/uploads/2013/01/Raspberry-Pi-GPIO-Layout-Re.gif?

Thanks Thanks & Thanks
newbie
Activity: 3
Merit: 0
You only need to solder 3 pins as I wrote above. Just google Raspberry Pi I2C bus. When looking at the plug on your miner, the 1st pin is GND the 2nd pin is SCL, the 3rd pin SDA and the 4th pin is also GND. You only need to connect one of the GND pins to pin 39 on the Pi.
newbie
Activity: 3
Merit: 0
Thanks  lib1337 for your answer, can you tell me step by step how to do solder the I2C bus on the Pi itself directly to the connectors/AUC plug on one of your miners?

Thanks and sorry for my English.
newbie
Activity: 3
Merit: 0
I had the same problem with the AUC to USB cable being impossible to source.

The solution:

Use a Raspberry Pi 3 Model B and solder the I2C bus on the Pi itself directly to the connectors/AUC plug on one of your miners. You should solder pins 3/5 for SDA and SDL on the Pi, no pullup resistors required. And also GND (Pin 39 on Pi) to one of the GND pins on the AUC connector on the miner. (1 or 4).

You need to start cgminer with "--avalon4-iic-detect" for this to work.

I added this parameter to /etc/init.d/cgminer like this :

   if [ "$_pool1url" != "" -a "$_pool1user" != "" -a "$_pool1pw" != "" ]; then
       POOL1="-o $_pool1url -O $_pool1user:$_pool1pw --avalon4-iic-detect"
   fi




newbie
Activity: 3
Merit: 0
Hello, I have a problem, I can´t buy the AUC2 adapter because it´s impossible.

I buy this adapter https://www.amazon.es/gp/product/B01GRLZPKK/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1

But I don´t use correctly this adapter.

I can use it? Do I have to install something? How do I configure it to work? can anybody help me?

Thank you, sorry for my english
newbie
Activity: 8
Merit: 0
elduderino,

Did you ever get this working? I have the Avalon6 and a Raspberry Pi. I bought this (https://www.amazon.com/gp/product/B000IV6S9S/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1), but still can't get everything working. Not sure if it's the lack of that AUC2 or something else.

Thanks.
full member
Activity: 143
Merit: 100
Using some expensive heaters
full member
Activity: 143
Merit: 100
Using some expensive heaters
How many AUC adapters are you looking for?

I might know a guy.

Well, I guess it kind of depends on how much they're charging, but I was thinking at least 2, possibly 4.

The only thing is, if they're the AUC from Avalon, I believe the Avalon 6 needs a different AUC (AUC2) from the Avalon 7(AUC3).
But, if you do have those or know someone who does, I'm definitely interested in at least a couple.

Maybe more, but it depends on what I end up with, you know?
hero member
Activity: 756
Merit: 560
How many AUC adapters are you looking for?

I might know a guy.
Pages:
Jump to: