Questions tagged [cgminer]

8 questions
1
vote
1 answer

Gminer Verified on CPU

I am new to gminer, can anyone tell me why it is verifying on CPU instead of GPU?
1
vote
2 answers

I've installed libcurl 7.51, but autogen could not recognize it

I'm trying to install cgminer. using the instructions: # git clone https://github.com/ckolivas/cgminer # cd cgminer && git checkout v3.1.1 # cd ADL_SDK && wget http://www.lurkmore.com/mining/ADL_SDK.zip && unzip -j ADL_SDK.zip 'include/adl_*.h' #…
Ricardo Brandao
  • 141
  • 1
  • 3
  • 14
1
vote
0 answers

Socket not closed with Cgminer and P2pool

I have some issues with cgminer client (https://github.com/dmaxl/cgminer) and the last p2pool release. The cgminer open sockets with p2pool until cgminer crashes after 3 to 4 hours. I have to restart my cgminer automatically to clean the sockets…
0
votes
1 answer

cgminer configure script can't find libusb, which is installed

I'm trying to build cgminer on a RISC-V 64 system. I had compiled it fine on aarch64 (Raspberry pi). After installing libusb-dev and libusb1.1-1.dev, and running ldconfig, I still get this error from the configure script: checking whether NULL…
s_question
  • 21
  • 2
0
votes
1 answer

Python requests.get() getting error invalid msg

I am trying to make simple script in Python to request API GET responses from Bitcoin mining machines. I need to request a certain JSON key and value {"command":"summary"}. I will extract data from the JSON payload obtained with this to monitor some…
Javi Hache
  • 11
  • 3
0
votes
1 answer

cminer service not autostarting

I'm trying to set up cgminer as a service and make it autostart after boot. The service run fine if I start it myself, but won't autostart after reboot. I'm using Armbian Ubuntu 18.03 Orange Pi Pc. The start-mine script looks as…
0
votes
2 answers

Issue with running cgminer as a cron job - Ubuntu

I have installed cgminer in my machine and could able to start it without any issues when running ./cgminer in terminal. But for a specific feature, i am trying to invoke the cgminer from using shell script via a cron job. 1) The cgminer command…
balanv
  • 10,686
  • 27
  • 91
  • 137
-1
votes
1 answer

Ruby socket not returning data on second read

I have an asic computer in my house that I don't really have control over, but I can talk to its API over TCP (CGminer OS). I'm trying to record data from it: socket = TCPSocket.open(address, port) loop do sleep 1 socket.write(command) …
NoobException
  • 616
  • 9
  • 20