Hi!
I am trying to mine dogecoin at a Ubuntu server and I the server is currently unable to connect to aikapool as follows:
x@ubuntu:~/cpuminer-2.5.0$ minerd -a scrypt -t 1 -s 4 -o stratum+tcp://stratum.aikapool.com:7915 -u rab.1 -p x -D
[2017-07-20 20:38:07] I go faster as root.
[2017-07-20 20:38:07] Using JSON-RPC 2.0
[2017-07-20 20:38:07] 1 miner threads started, using 'cryptonight' algorithm.
[2017-07-20 20:38:07] Starting Stratum on stratum+tcp://stratum.aikapool.com:7915
[2017-07-20 20:38:10] Stratum authentication failed
[2017-07-20 20:38:10] ...retry after 10 seconds
Hi! I am trying to mine dogecoin at a Ubuntu server and I the server is currently unable to connect to aikapool as follows: x@ubuntu:~/cpuminer-2.5.0$ minerd -a scrypt -t 1 -s 4 -o stratum+tcp://stratum.aikapool.com:7915 -u rab.1 -p x -D [2017-07-20 20:38:07] I go faster as root. [2017-07-20 20:38:07] Using JSON-RPC 2.0 [2017-07-20 20:38:07] 1 miner threads started, using 'cryptonight' algorithm. [2017-07-20 20:38:07] Starting Stratum on stratum+tcp://stratum.aikapool.com:7915 [2017-07-20 20:38:10] Stratum authentication failed [2017-07-20 20:38:10] ...retry after 10 seconds
I did follow the install procedure from https://bitcointalk.org/index.php?topic=55038.msg654850#msg654850 as: $ wget https://github.com/pooler/cpuminer/releases/download/v2.5.0/pooler-cpuminer-2.5.0.tar.gz $ tar xzf pooler-cpuminer-.tar.gz $ cd cpuminer- $ ./configure CFLAGS="-O3" $ make
I already tested with another pools and find the same issue. If someone could shine a light on this issue I would be thankful.
Best regards, Rafael