The correct start command seems to be '/opt/minepeon/bin/bfgminer'
Tried to start bfgminer manually with parameter '-S all' & '-S erupter:all' but i always receive 'All devices disabled, cannot mine'
With cgminer minpeon 0.2.3a works perfectly.
minepeon@minepeon ~ $opt/minepeon/bin/bfgminer -S all -copt/minepeon/etc/miner.conf
All devices disabled, cannot mine!
minepeon@minepeon ~

$opt/minepeon/bin/bfgminer -S erupter:all -copt/minepeon/etc/miner.conf
All devices disabled, cannot mine!
miner.conf
Icarus settings manually added.
{
"algo": "c",
"api-listen": true,
"api-port": "4028",
"expiry": "120",
"icarus-options": "115200:1:1",
"icarus-timing": "3.0=100",
"hotplug": "5",
"log": "5",
"no-pool-disable": true,
"queue": "1",
"scan-time": "60",
"shares": "0",
"kernel-path": "\/opt\/minepeon\/bin",
"api-allow": "W:0\/0",
"pools": [
{
"url": "asc.coinmine.pl:6110",
"user": "xxxxxxxxx",
"pass": "yyyyyyyyy"
}
]
}
Pretty sure you shouldn't have the icarus-options & icarus-timing in there for CGMiner 3.4.0 or above (someone correct me on that if I'm wrong) also you definitely didn't need them in there for BFGMiner. Also, both my Pi's running BFG have the double slash, they've been stable for about a week now.
minepeon@stablePi ~ $ catusr/lib/systemd/system/bfgminer.service
[Unit]
Description=bfgminer
After=network.target openntpd.service
[Service]
Type=forking
User=minepeon
ExecStart=/usr/bin/screen -dmS bfgmineropt/minepeon/bin//bfgminer/bfgminer -S erupter:all -copt/minepeon/etc/miner.conf
ExecStop=/usr/bin/screen -S bfgminer -X quit
Restart=always
[Install]
WantedBy=multi-user.target
Edit:
I have recompiled BFGMiner with the latest + libmicrohttpd on both these miners as well as completing a full system update (sudo pacman -Syu).