Search content
Sort by

Showing 20 of 65 results by netfun2000
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.4.0
by
netfun2000
on 19/06/2014, 00:16:37 UTC
I've compiled the newest cgminer 4.4.0 with following Options on a Raspian PI Debian Wheezy:
Code:
sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev
wget http://ck.kolivas.org/apps/cgminer/cgminer-4.4.0.tar.bz2
tar xvf cgminer-4.4.0.tar.bz2
cd cgminer-4.4.0
./configure --enable-icarus
make

Done several times before with previous cgminer Versions, but with this Version I'm not able to mining. Cgminer declares that no USB Devices has been found, when I started it with following Option:
Code:
sudo ./cgminer -o stratum+tcp://stratum.examplepool:port -u xyz -p zyx --anu-freq 250


But if I'm using a previous Version of Cgminer all U1 / U2 Ants were be found, so I think that there is something going wrong with cgminer 4.4.0 ?
I wonder if it's related to the rbox code going into the icarus driver. It doesn't seem to interfere on PC linux or windows, so I'm not sure why the pi would be different but anything's possible. Does it work with 4.3.5?

RBox,cgminer 4.3.5 works,but 4.4.0 not.
Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0
by
netfun2000
on 09/01/2014, 12:00:28 UTC
Raspberry PI Make Error:
make  all-recursive
make[1]: Entering directory `/home/minepeon/cgminer'
Making all in lib
make[2]: Entering directory `/home/minepeon/cgminer/lib'
  GEN      arg-nonnull.h
  GEN      c++defs.h
  GEN      warn-on-use.h
  GEN      signal.h
  GEN      stdint.h
  GEN      string.h
make  all-recursive
make[3]: Entering directory `/home/minepeon/cgminer/lib'
make[4]: Entering directory `/home/minepeon/cgminer/lib'
  CC       dummy.o
  AR       libgnu.a
make[4]: Leaving directory `/home/minepeon/cgminer/lib'
make[3]: Leaving directory `/home/minepeon/cgminer/lib'
make[2]: Leaving directory `/home/minepeon/cgminer/lib'
Making all in compat
make[2]: Entering directory `/home/minepeon/cgminer/compat'
Making all in jansson-2.5
make[3]: Entering directory `/home/minepeon/cgminer/compat/jansson-2.5'
make  all-recursive
make[4]: Entering directory `/home/minepeon/cgminer/compat/jansson-2.5'
Making all in src
make[5]: Entering directory `/home/minepeon/cgminer/compat/jansson-2.5/src'
  CC       dump.lo
  CC       error.lo
  CC       hashtable.lo
  CC       load.lo
  CC       memory.lo
  CC       pack_unpack.lo
  CC       strbuffer.lo
  CC       strconv.lo
  CC       utf.lo
  CC       value.lo
  CCLD     libjansson.la
make[5]: Leaving directory `/home/minepeon/cgminer/compat/jansson-2.5/src'
make[5]: Entering directory `/home/minepeon/cgminer/compat/jansson-2.5'
make[5]: Leaving directory `/home/minepeon/cgminer/compat/jansson-2.5'
make[4]: Leaving directory `/home/minepeon/cgminer/compat/jansson-2.5'
make[3]: Leaving directory `/home/minepeon/cgminer/compat/jansson-2.5'
Making all in libusb-1.0
make[3]: Entering directory `/home/minepeon/cgminer/compat/libusb-1.0'
make  all-recursive
make[4]: Entering directory `/home/minepeon/cgminer/compat/libusb-1.0'
Making all in libusb
make[5]: Entering directory `/home/minepeon/cgminer/compat/libusb-1.0/libusb'
  CC       libusb_1_0_la-core.lo
  CC       libusb_1_0_la-descriptor.lo
  CC       libusb_1_0_la-io.lo
  CC       libusb_1_0_la-sync.lo
  CC       os/libusb_1_0_la-linux_usbfs.lo
  CC       os/libusb_1_0_la-linux_udev.lo
  CC       libusb_1_0_la-hotplug.lo
  CC       os/libusb_1_0_la-threads_posix.lo
  CCLD     libusb-1.0.la
make[5]: Leaving directory `/home/minepeon/cgminer/compat/libusb-1.0/libusb'
make[5]: Entering directory `/home/minepeon/cgminer/compat/libusb-1.0'
make[5]: Leaving directory `/home/minepeon/cgminer/compat/libusb-1.0'
make[4]: Leaving directory `/home/minepeon/cgminer/compat/libusb-1.0'
make[3]: Leaving directory `/home/minepeon/cgminer/compat/libusb-1.0'
make[3]: Entering directory `/home/minepeon/cgminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/minepeon/cgminer/compat'
make[2]: Leaving directory `/home/minepeon/cgminer/compat'
Making all in ccan
make[2]: Entering directory `/home/minepeon/cgminer/ccan'
  CC       opt/libccan_a-helpers.o
  CC       opt/libccan_a-opt.o
  CC       opt/libccan_a-parse.o
  CC       opt/libccan_a-usage.o
  AR       libccan.a
make[2]: Leaving directory `/home/minepeon/cgminer/ccan'
make[2]: Entering directory `/home/minepeon/cgminer'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
  CC       cgminer-sha2.o
  CC       cgminer-api.o
  CC       cgminer-logging.o
  CC       cgminer-usbutils.o
  CC       cgminer-libbitfury.o
  CC       cgminer-driver-icarus.o
  CCLD     cgminer

cgminer-libbitfury.o: In function `spi_reset':
/home/minepeon/cgminer/libbitfury.c:226: undefined reference to `mcp2210_set_gpio_settings'
/home/minepeon/cgminer/libbitfury.c:233: undefined reference to `mcp2210_spi_transfer'
/home/minepeon/cgminer/libbitfury.c:239: undefined reference to `mcp2210_set_gpio_settings'
cgminer-libbitfury.o: In function `spi_txrx':
/home/minepeon/cgminer/libbitfury.c:255: undefined reference to `mcp2210_spi_transfer'
/home/minepeon/cgminer/libbitfury.c:265: undefined reference to `mcp2210_spi_transfer'
collect2: error: ld returned 1 exit status
make[2]: *** [cgminer] Error 1
make[2]: Leaving directory `/home/minepeon/cgminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/minepeon/cgminer'
make: *** [all] Error 2
Post
Topic
Board 中文 (Chinese)
Re: 降价后的USB烤猫现在买有赚吗?
by
netfun2000
on 14/09/2013, 06:40:27 UTC
坑太大,水太深。
Post
Topic
Board 中文 (Chinese)
Re: 骗子交易平台【www.btc008.com】附上报警回执
by
netfun2000
on 03/09/2013, 08:06:43 UTC
天朝辫子多。你懂得。
这个不会喝茶吧。

Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 24/08/2013, 09:50:14 UTC
going back to windows.
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 20/08/2013, 09:16:33 UTC
testing 0.2.3,about 15mins,got errors:
[2013-08-20 01:09:42] Stratum from pool 0 detected new block
 [2013-08-20 01:38:21] BLT19: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:21] BLT12: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:21] BLT16: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU2: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU1: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU0: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:25] BLT21: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:29] Accepted 1094395b Diff 15/2 BLT 19 pool 0

minepeon died.


here too.

lots of these errors. with 0.2.2 and cgminer 3.3.4 this wasn't happening...

Yes,Back to Minepeon 0.2.2 and cgminer 3.3.4
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 20/08/2013, 00:49:21 UTC
testing 0.2.3,about 15mins,got errors:
[2013-08-20 01:09:42] Stratum from pool 0 detected new block
 [2013-08-20 01:38:21] BLT19: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:21] BLT12: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:21] BLT16: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU2: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU1: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:22] AMU0: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:25] BLT21: Comms error (werr=-7 amt=0)
 [2013-08-20 01:38:29] Accepted 1094395b Diff 15/2 BLT 19 pool 0

minepeon died.
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 19/08/2013, 09:42:00 UTC
no "sudo screen -r" ?


I've not tested the new release yet, but my understanding is that you have to run 'screen -r' as user minepeon, so try it without the sudo if you are logged in as minepeon.




 

thanks.

run 'screen -r' as user minepeon
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 19/08/2013, 08:06:46 UTC
no "sudo screen -r" ?
Post
Topic
Board Mining support
Re: Rasberry PI Minepeon(How many days mining uninterrupted)
by
netfun2000
on 09/08/2013, 06:19:22 UTC
≤60 hours.
Post
Topic
Board 中文 (Chinese)
Re: 南瓜的坑爹气质大讨论
by
netfun2000
on 08/08/2013, 02:37:03 UTC
坑人。
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 08/08/2013, 02:34:32 UTC
..............................
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 05/08/2013, 01:22:35 UTC
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 03/08/2013, 09:48:07 UTC
I think we still don't understand your problem.

Was the Pi with all things attached running without problems for 2 months? Now it doesn't run for more than 2 days? What does it do after 2 days? Restart? Freeze? Starts smoking?

Are your hubs and power supplies working?

In 2 months,i notic that the pi runing not more 2 days,fpgas must reboot(power down then power on),it may be not pi's issue.



Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 03/08/2013, 09:17:01 UTC
My pi runing not more than 2 days.

What problems are you facing. Not much help can be given with little information.
What fix have you tried what do you think is wrong?


10x FPGAs ,1 USB  Eruptor.
I have tested 2 months,i don't find what's wrong with units or pi.
in < 2 days,units and pi , ok.

MinePeon v0.2.2
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 03/08/2013, 07:06:32 UTC
My pi runing not more than 2 days.
Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
netfun2000
on 02/08/2013, 13:16:52 UTC
Neil,http://mineforeman.com/ "Error establishing a database connection"
Post
Topic
Board 跳蚤市场
Re: 出售现货110G全新矿机一台
by
netfun2000
on 02/08/2013, 12:26:46 UTC
贵的离谱。
Post
Topic
Board 中文 (Chinese)
Re: 烤猫的好日子快到头了。有股票的赶紧套现吧。
by
netfun2000
on 02/08/2013, 12:25:15 UTC
是不是快挖完了。
Post
Topic
Board 中文 (Chinese)
Re: 有没有在NAS上保存钱包的?
by
netfun2000
on 02/08/2013, 02:00:03 UTC
我的意思是在NAS(运行Linux)上运行Bitcoin-Qt,然后有个WEB界面进行操作。
而不是简单的保存钱包。