Bitcoin Forum
June 23, 2024, 07:56:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 27, 2014, 09:49:18 PM
from time to time my PI hang upwith CG 4.0.0?

Hanging Pi?  Try adding the slub_debug=FP boot argument as described here:

http://projectklondike.org/how-to-run#rpi-freeze
This don't helped me. I have random freeze Sad
I have 3.10.25+ firmware and CG 4.0.0
2  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 24, 2014, 01:16:57 PM
Without extra fan?
3  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 24, 2014, 01:07:11 PM
Code:
pi@raspberrypi $ git clone https://github.com/ckolivas/cgminer
pi@raspberrypi $ cd cgminer
pi@raspberrypi $ ./autogen.sh
pi@raspberrypi $ CFLAGS="-O2 -Wall -march=native"
pi@raspberrypi $ ./configure --enable-icarus
pi@raspberrypi $ make
pi@raspberrypi $ sudo ./cgminer -o "socks5:127.0.0.1:9151|http://p2pool.org:9332" -u <mywalletid> -p xxx --anu-freq 200
Worked. Thanks Smiley
4  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 24, 2014, 12:23:23 PM
Quote from: ckolivas
Then you have not compiled with icarus support from the latest official cgminer code. There is only one official place to download cgminer.
I cloned it from git at https://github.com/ckolivas/cgminer. With http://ck.kolivas.org/apps/cgminer/3.9/cgminer-3.9.0-1.tar.bz2 same issue:
Code:
./cgminer: --anu-freq: unrecognized option
5  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 24, 2014, 09:28:00 AM
Code:
pi@raspberryp$ sudo ./cgminer --anu-freq 200
Gives me:
Code:
pi@raspberryp$ ./cgminer: --anu-freq: unrecognized option
Instead this works:
Code:
pi@raspberryp$ sudo ./cgminer -o http://p2pool.org:9332 -u <mywalletid> -p xxx
6  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.0.0 on: February 24, 2014, 08:56:09 AM
Hi guys. I need help (I read a lot of topic but I can't find a solution) with a Raspberry pi (raspbian distro) an a Antminer U1.
I compiled CGMINER:
Code:
pi@raspberrypi$: ./configure --enable-bmsc
I launched it with:
Code:
pi@raspberrypi$: sudo ./cgminer --bmsc-options 115200:20 -o http://p2pool.org:9332 -u <mywalletid> -p xxx --bmsc-freq 0781 -D
I have:
Code:
...
AMU0: GetResults (amt=0 err=-7 ern=110)
Send freq getstatus ok
AMU0: GetResults (amt=0 err=-7 ern=110)
AMU0: Read freq Comms timeout (rerr=-7 relen=0)
AMU0: GetResults (amt=0 err=-7 ern=110)
AMU0: Read freq Comms timeout (rerr=-7 relen=0)
Send freq getstatus 84000400
AMU0: GetResults (amt=0 err=-7 ern=110)
Send freq getstatus ok
Read data(5):800f00011d
...
So I tried:
Code:
pi@raspberrypi $ sudo ./cgminer -n
And this is the result:
Code:
USB all: found 10 devices - listing known devices
.USB dev 0: Bus 1 Device 15 ID: 10c4:ea60
  Manufacturer: 'Silicon Labs'
  Product: 'CP2102 USB to UART Bridge Controller'
 1 known USB devices

I have a powered USB hub (DLINK 7 ports 2A). What's wrong?
Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!