demogorgonz / RaspberryPi-CPUMiner

CPUMiner for RaspberryPi Zero, Pi 3, Pi 2, B+, A+
87 stars 29 forks source link

what to do? #8

Closed kotlkickback closed 5 years ago

kotlkickback commented 5 years ago

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

what to do?

kotlkickback commented 5 years ago

OK, I decided to do something else. But how to solve it?

[2019-06-28 17:30:26] Binding thread 0 to cpu 0 [2019-06-28 17:30:26] 4 miner threads started, using 'scrypt' algorithm. [2019-06-28 17:30:26] Binding thread 3 to cpu 3 [2019-06-28 17:30:26] Binding thread 1 to cpu 1 [2019-06-28 17:30:26] Binding thread 2 to cpu 2 [2019-06-28 17:30:26] JSON-RPC call failed: { "code": 20, "message": "Procedure not found." } [2019-06-28 17:30:26] ...retry after 30 seconds

demogorgonz commented 5 years ago

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

what to do?

You could install libcurl by issuing :

apt install libcurl3 libcurl-openssl1.0-dev

Regarding 2nd comment, what have you run ? Will need more info to be able to help you 😄. Seems like RPC server of the server is unreachable, maybe try different mining pool ?