YPool Mining Wiki
Advertisement

Troubleshooting Guide.

One example on using --netdebug[]

Using windows plus putty to connect to your linux server:

 

Download and install WinSCP to copy files back and forth

Use same credentials to log into your server with PuTTY

Go to the screen where your miner is running.

If you select text in PuTTY it is copying to clipboard automatically

Example of command: ./linux64-corei7sse4-256M/jhprotominer -o mining.ypool.net -u user.worker -p password -t 24 -F 25 --netdebug >./netlog.txt

Detach from screen Ctrl+A D

Go to the folder with jhprotominer

now enter ls –la 

If there is no netlog.txt then cd .. and ls -la once more
Ex: -bash-4.1# ls -la
total 52
drwxr-xr-x. 8 root root 4096 Dec 7 13:11 .
drwxrwxr-x. 21 root root 4096 Dec 7 01:47 ..
-rwxr-xr-x. 1 root root 3676 Dec 6 22:14 finetuning.txt
drwxr-xr-x. 2 root root 4096 Dec 6 22:14 linux64-corei7sse4-1024M
drwxr-xr-x. 2 root root 4096 Dec 6 22:13 linux64-corei7sse4-128M
drwxr-xr-x. 2 root root 4096 Dec 6 22:14 linux64-corei7sse4-2048M
drwxr-xr-x. 2 root root 4096 Dec 6 22:14 linux64-corei7sse4-256M
drwxr-xr-x. 2 root root 4096 Dec 6 22:14 linux64-corei7sse4-512M
drwxr-xr-x. 2 root root 4096 Dec 6 22:13 linux64-corei7sse4-64M
-rw-r--r--. 1 root root 0 Dec 7 08:28 lofgfile.txt
-rw-r--r--. 1 root root 8192 Dec 7 13:14 netlog.txt
-rwxr-xr-x. 1 root root 7029 Dec 6 22:14 readme.txt

tail -f netlog.txt

It may update with delays

Ex:

collisions/min: 307.9167, warmup; Shares found: 5, submitted 5, accepted 5; fine tuning: COMPLETE, AV=25, LRT=13055
NETDEBUG: client->server heartbeat
NETDEBUG: client->server sent
NETDEBUG: 4 bytes received
NETDEBUG: 12 bytes received
NETDEBUG: Prepare for packet processing
NETDEBUG: Received command 8
NETDEBUG: client2serverPing response
NETDEBUG: Reply from server time=243ms
collisions/min: 305.6757, warmup; Shares found: 5, submitted 5, accepted 5; fine tuning: COMPLETE, AV=25, LRT=13495
NETDEBUG: client->server heartbeat
NETDEBUG: client->server sent
NETDEBUG: 4 bytes received
NETDEBUG: 12 bytes received
NETDEBUG: Prepare for packet processing
NETDEBUG: Received command 8
NETDEBUG: client2serverPing response
NETDEBUG: Reply

 

So you are getting your logfile collected now

Now use WinSCP to copy that file top your machine

You shall be able to do so even when program is running

No need to stop miner

Open the file in some plain text viewer to ensure you can get to to your Windows mach, try notepad++ http://notepad-plus-plus.org/download/v6.5.1.html to open

Keep the log and talk with yvg1900 or with pool admins.

 



Section heading[]

Write the second section of your page here.

Advertisement