i've never used ssh before. how hard is that to setup?
good question.
with SSH you go into command line interface of router, so you can edit the file yourself.
I know that cause I use same router and image by xiangfu as host to my icarus. avalon may be quite the same.
this script is called cgminer and resides in /etc/init.d/
#!/bin/sh /etc/rc.common
START=99
POOL1="-o http://stratum.ozco.in:80 -O user:password"
POOL2="-o http://us.ozco.in:80 -O user:password"
POOLS="$POOL1 $POOL2 $POOL3"
start() {
DEVS=`find /dev/ -type c -name "ttyUSB*" | sed 's/^/-S/' | sed ':a;N;$
cgminer -q -T --api-network --api-listen $POOLS $DEVS &
}
stop() {
killall -s 9 cgminer
There's a web interface where you can just fill out the form, or so I'm told. No ssh needed.
true. its all there.
but isn't ssh used to allow remote management in case you want to check on things or restart if frozen?
you can use both remotely, login as root via ssh gives you more power though