demogorgonz/RaspberryPi-CPUMiner

Help pls

Closed this issue · 2 comments

how can i fix this

_pi@raspberrypi:~/Desktop/RaspberryPi-CPUMiner/cpuminer-source $ ./minerd -o stratum+tcp://beyondcoinpool.com:3433 -u bynd1qran6vwkkruen4w7z4xqvxt5jre4yzuevvwjeq6 -p c=BYND -a scrypt
[2020-07-05 20:42:12] Starting Stratum on stratum+tcp://beyondcoinpool.com:3433
[2020-07-05 20:42:12] 4 miner threads started, using 'scrypt' algorithm.
[2020-07-05 20:42:12] Binding thread 0 to cpu 0
[2020-07-05 20:42:12] Binding thread 1 to cpu 1
[2020-07-05 20:42:12] Binding thread 2 to cpu 2
[2020-07-05 20:42:12] Binding thread 3 to cpu 3
[2020-07-05 20:42:12] stratum_recv_line failed
[2020-07-05 20:42:12] ...retry after 30 seconds
[2020-07-05 20:42:43] stratum_recv_line failed
[2020-07-05 20:42:43] ...retry after 30 seconds
^C

its not a problem with the pool becouse it doesent work with another pool i tried_

i am getting a new error how do i fix this now

./minerd: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./minerd)

@IdotMaster1 try :

sudo apt-get remove --auto-remove libcurl4-openssl-dev - in case you have installed libcurl4

Then install libcurl v3
sudo apt-get install libcurl3 -y

Will close issue, if you still have problems feel free to reply.