Author

Topic: cgminer with pi again (Read 892 times)

newbie
Activity: 35
Merit: 0
July 18, 2013, 03:51:26 AM
#4
Looks like you are not using screen, or cgminer 3.3.1
What distro are you using?
tlr
member
Activity: 86
Merit: 10
July 11, 2013, 12:13:43 PM
#3
pi@raspberrypi ~ $ ps aux | grep cgminer
root      2583  0.0  0.3   5116  1608 pts/0    S    12:01   0:00 sudo nohup ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
root      2584  0.0  1.0 722176  4832 pts/0    Sl   12:01   0:01 ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
pi        2867  0.0  0.1   3544   872 pts/0    S+   13:26   0:00 grep --color=auto cgminer
pi@raspberrypi ~ $


Does this mean cgminer is running? If so how can I see what exactly what it is doing? like with its own window so I can see the hash reates etc

If you want to see the output you can start cgminer without the "nohup" at the beginning and "> /dev/null" stuff at the end, but it may exit when you close your terminal (unless you use "screen" like Zanatos666 suggested)
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
July 08, 2013, 11:38:33 AM
#2
have you tried bringing up the cgminer mining screen?

sudo screen -r

If it tells you that there are no screens to connect to (or something of that variation), then no, cgminer isnt mining. If it does pop up, it should show all of your statuses and your accepted and rejected shares coming in/going out.
legendary
Activity: 1372
Merit: 1000
July 06, 2013, 09:29:06 AM
#1
pi@raspberrypi ~ $ ps aux | grep cgminer
root      2583  0.0  0.3   5116  1608 pts/0    S    12:01   0:00 sudo nohup ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
root      2584  0.0  1.0 722176  4832 pts/0    Sl   12:01   0:01 ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
pi        2867  0.0  0.1   3544   872 pts/0    S+   13:26   0:00 grep --color=auto cgminer
pi@raspberrypi ~ $


Does this mean cgminer is running? If so how can I see what exactly what it is doing? like with its own window so I can see the hash reates etc
Jump to: