Hmm, I will get 3 Singles which I will hook up to the RPi.
Now just only 1 single is mine and I wanted to have each Single have his own worker.
But I guess then each device needs his own instance of bfgminer to realise this right? And Minepeon is only running one now.
Neil can you help me out here?
So:
Rpi 1 ---- Single 1 -> Worker 1
Rpi 1 ---- Single 2 -> Worker 2
Rpi 1 ---- Single 3 -> Worker 3
That would require 3 instances of cgminer running, each using a seperate comm port. I can't find the details now in cgminer readme because it changed to "Cgminer should automatically find all of your Avalon ASIC, BFL ASIC, BitForce
FPGAs, Icarus bitstream FPGAs, ASICMINER usb block erupters, ModMiner FPGAs,
or Ztex FPGAs" but I think the command was something like this:
first instance (note, this isn't exactly right for linux, I only know this from my windows machine. COM1 is a little different for linux (edit: /dev/ttyUSBn) but I have no idea what to put it as):
cgminer.exe -o pool -u username -p password -S COM1
2nd:
cgminer.exe -o pool -u username -p password -S COM2
3rd:
cgminer.exe -o pool -u username -p password -S COM3
I have no idea how to set this up in minepeon, but it will give you a little bit of an idea where to get started. IMO it would be easier to submit all to 1 worker then divide total by 3 when you pay out
Edit: looked at an older version of cgminer. not sure if scan-serial still works on newer ones or not, but it's not in the readme anymore
--scan-serial|-S
Serial port to probe for FPGA mining device
This option is only for BitForce and/or Icarus FPGAs
By default, cgminer will scan for autodetected FPGAs unless at least one
-S is specified for that driver. If you specify -S and still want cgminer
to scan, you must also use "-S auto". If you want to prevent cgminer from
scanning without specifying a device, you can use "-S noauto". Note that
presently, autodetection only works on Linux, and might only detect one
device depending on the version of udev being used.
On linux is usually of the format /dev/ttyUSBn
On windows is usually of the format \\.\COMn