Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Better logs for debugging #11

Closed
littlebenlittle opened this issue Apr 7, 2018 · 3 comments
Closed

Feature Request: Better logs for debugging #11

littlebenlittle opened this issue Apr 7, 2018 · 3 comments

Comments

@littlebenlittle
Copy link

I've been unable to get the miner to work in my test environment and the log messages aren't particularly useful. There should be some sort of documentation for what these mean and what might be causing them.

[2018-Apr-07 11:05:16] [MINER] Using pool: btg.suprnova.cc
[2018-Apr-07 11:05:16] [MINER] Starting miner
[2018-Apr-07 11:05:16] [MINER] Connecting to stratum server btg.suprnova.cc:8816
[2018-Apr-07 11:05:22] [MINER] unknown protocol
[2018-Apr-07 11:05:22] [MINER] Reconnecting in 3 seconds...
[2018-Apr-07 11:05:25] [MINER] read_until: unknown protocol
[2018-Apr-07 11:05:25] [MINER] Reconnecting in 3 seconds...
[2018-Apr-07 11:05:28] [MINER] Connecting to stratum server btg.suprnova.cc:8816
[2018-Apr-07 11:05:36] [TOTAL (15 sec)] 0 I/s, 0 Sols/s, 0 Accepted, 0 Rejected
[2018-Apr-07 11:05:46] [TOTAL (15 sec)] 0 I/s, 0 Sols/s, 0 Accepted, 0 Rejected

@funakoshi2718
Copy link
Owner

funakoshi2718 commented Apr 7, 2018

Connection to pool is refused. Funakoshi-Miner requires ssl port of pool.

It seems that for btg.suprnova.cc no ssl port is specified. If so
you can't mine with Funakoshi-Miner there. You can mine at
zen.suprnova.cc:3621 or zec.suprnova.cc:2242 or zcl.suprnova.cc:4142

@funakoshi2718
Copy link
Owner

I have notified suprnova about it.

@funakoshi2718
Copy link
Owner

I am happy to inform you that btg.suprnova.cc added ssl port 8817 to their btg pool.
You are welcome to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants