Pages:
Author

Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread - page 64. (Read 177300 times)

newbie
Activity: 7
Merit: 0
I'm trying to configure the 2pac on a raspberry pi but after I finish entering the code, the readout says there are no gekko devices enabled.  What am I missing here?
Do you use cgminer?
Did you compile it yourself exactly like described in post #1?
What operating system do you use?

I got the 2pac configured but when i go to run "./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32"
I get an error saying that cgminer command wasnt found

try this to make sure you are in the right directory-
cd git/vthoang/cgminer
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u YOURWALLETID -p x --suggest-diff 32

I'm assuming of course you set everything as per page 1. If so, that should do the trick I would think. If you give the command to run cgminer without being in the correct directory, it won't work.

I guess it was just a syntax error, your suggested code worked but im getting a new error saying there is no work coming from the servers.  I signed up with slushpool and registered a worker.. not sure what else I need to do here.
sr. member
Activity: 358
Merit: 255
I rebuilt the controller for my 2Pac's and now a strange issue I've never had before. This is really probably more an Ubuntu 14.04 question.

Does anyone know why a screen session would show active in "ps -aux",  but not be listed with "screen -ls" (sudo and su don't work either)? The miners are connected to the pool and running but I can't connect to the screen session.
If I run the same startup script after boot manually everything works as expected. I use the same boot process on all my miners and have never seen this issue before, but is has been a while since I rebuilt one.

root      2133  0.0  0.0   2680  1016 ?        Ss   14:25   0:00 SCREEN -dmS vtg ./loadvtgkk.sh
root      2138  0.0  0.0   1388   456 pts/0    Ss+  14:25   0:00 /bin/sh ./loadvtgkk.sh
root      2139  4.9  0.2 248036  5164 pts/0    Sroot      2151  0.0  0.0   1388   512 ?        S    14:25   0:00 /bin/sh /etc/init.d/ondemand background
root      2157  0.0  0.0   1328   396 ?        S    14:25   0:00 sleep 60
root      2161  0.0  0.0   1804   696 tty1     Ss+  14:25   0:00 /sbin/getty -8 38400 tty1
root      2202  0.2  0.0      0     0 ?        S    14:25   0:00 [kworker/0:3]
root      2210  1.2  0.1   9704  3008 ?        Ss   14:26   0:00 sshd: miner [priv]
miner     2260  0.2  0.0   9704  1516 ?        S    14:26   0:00 sshd: miner@pts/2
miner     2263  0.2  0.0   2524  1528 pts/2    Ss   14:26   0:00 -bash
miner     2274  0.0  0.0   2344   856 pts/2    R+   14:26   0:00 ps -aux
miner@odroid-server:~$ sudo screen -ls
[sudo] password for miner:
No Sockets found in /var/run/screen/S-root.

Use su root to access the screen. It's running as the root user. (sudo will launch the command as the current user with super user privileges, but screen is running as a totally different user.)

If your screen launches as part of your startup, you need to launch it as your miner user, not the root user. (su miner -c '