androidcoin-project / a5a-cpuminer

Other
2 stars 3 forks source link

a5a cpuminer not connecting with pool #1

Closed goodthebest closed 6 years ago

goodthebest commented 6 years ago

Hi @androidcoin-project I have setup Andcoin on Yiimp and it is successfully connected with daemon.

I tried to mine using a5a-cpuminer but it's giving error, probably this miner is only for solo mining not for pool? I've pasted debug below

command line:

./minerd -o stratum+tcp://domain.com:8633 -u username -p c=AND -D

[2018-03-02 20:29:38] Starting Stratum on stratum+tcp://domain.com:8633 [2018-03-02 20:29:38] Binding thread 2 to cpu 2 [2018-03-02 20:29:38] Binding thread 4 to cpu 4 [2018-03-02 20:29:38] Binding thread 3 to cpu 3 [2018-03-02 20:29:38] Binding thread 0 to cpu 0 [2018-03-02 20:29:38] 8 miner threads started, using 'a5ahash' algorithm. [2018-03-02 20:29:38] Binding thread 7 to cpu 7 [2018-03-02 20:29:38] Binding thread 6 to cpu 6 [2018-03-02 20:29:38] Binding thread 1 to cpu 1 [2018-03-02 20:29:38] Binding thread 5 to cpu 5 [2018-03-02 20:30:08] Stratum connection failed: Connection timed out after 30000 milliseconds [2018-03-02 20:30:08] ...retry after 30 seconds [2018-03-02 20:31:08] Stratum connection failed: Connection timed out after 30000 milliseconds [2018-03-02 20:31:08] ...retry after 30 seconds [2018-03-02 20:32:08] Stratum connection failed: Connection timed out after 30000 milliseconds [2018-03-02 20:32:08] ...retry after 30 seconds [2018-03-02 20:33:08] Stratum connection failed: Connection timed out after 30000 milliseconds [2018-03-02 20:33:08] ...retry after 30 seconds

Here's stratum debug

19:51:41: 2018-03-02 starting stratum for a5a on domain.com:8633 19:51:41: connecting to coind AND 19:55:34: disconnecting from coind AND 19:56:58: connecting to coind AND

goodthebest commented 6 years ago

Fixed, stratum port was behind a firewall.