Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
July 23, 2013, 06:01:57 AM |
|
bfgminer: can't load library 'libcrypto.so.1.0.0' TP-Link MR3020, AR71xx Attitude Adjustment? Yes 12.09 Did you force BFGMiner to install without dependencies somehow? Or did the install fail (out of flash space)? libcrypto.so.1.0.0 is provided by libopenssl, which is depended on (and used) by libcurl, which bfgminer itself depends on...
|
|
|
|
Xer0
|
|
July 24, 2013, 10:03:10 AM |
|
bfgminer: can't load library 'libcrypto.so.1.0.0' TP-Link MR3020, AR71xx Attitude Adjustment? Yes 12.09 Did you force BFGMiner to install without dependencies somehow? Or did the install fail (out of flash space)? libcrypto.so.1.0.0 is provided by libopenssl, which is depended on (and used) by libcurl, which bfgminer itself depends on... It ran out of space while installing but still finished and keeped all files. Now it installs into ram on every boot which works very fine so far...
|
|
|
|
Foss
|
|
July 24, 2013, 11:09:02 AM |
|
Luke-Jr Hi, why diff show 0 when scrypt mining? In cgminer show 32 or 64, depending of pool
|
BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
July 24, 2013, 06:43:36 PM |
|
Hi, why diff show 0 when scrypt mining? In cgminer show 32 or 64, depending of pool cgminer is showing Ldiff (Litecoin difficulty). BFGMiner is showing pdiff (pool difficulty).
|
|
|
|
Foss
|
|
July 24, 2013, 07:34:04 PM |
|
Hi, why diff show 0 when scrypt mining? In cgminer show 32 or 64, depending of pool cgminer is showing Ldiff (Litecoin difficulty). BFGMiner is showing pdiff (pool difficulty). Exactly pool difficulty in BFGMiner is 0, and Ldiff is 894. in cgminer pool difficulty is 32, and Ldiff is 58.6M. Here my settings: @echo off setx GPU_MAX_ALLOC_PERCENT 100 bfgminer.exe --scrypt -o stratum+tcp://mining.eu.hypernova.pw:3333 -u user -p password -d 0,1 -I 20,19 -w 256 -v 1 -g 1 --lookup-gap 2 --thread-concurrency 21772,16192 --queue 0 -s 1, whats wrong?
|
BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
|
|
|
xyzzy099
Legendary
Offline
Activity: 1066
Merit: 1098
|
|
July 24, 2013, 07:46:40 PM |
|
Hi, why diff show 0 when scrypt mining? In cgminer show 32 or 64, depending of pool cgminer is showing Ldiff (Litecoin difficulty). BFGMiner is showing pdiff (pool difficulty). Exactly pool difficulty in BFGMiner is 0, and Ldiff is 894. in cgminer pool difficulty is 32, and Ldiff is 58.6M. Here my settings: @echo off setx GPU_MAX_ALLOC_PERCENT 100 bfgminer.exe --scrypt -o stratum+tcp://mining.eu.hypernova.pw:3333 -u user -p password -d 0,1 -I 20,19 -w 256 -v 1 -g 1 --lookup-gap 2 --thread-concurrency 21772,16192 --queue 0 -s 1, whats wrong? From the cgminer README/FAQ: Q: Why do the scrypt diffs not match with the current difficulty target? A: The current scrypt block difficulty is expressed in terms of how many multiples of the BTC difficulty it currently is (eg 28) whereas the shares of "difficulty 1" are actually 65536 times smaller than the BTC ones. The diff expressed by cgminer is as multiples of difficulty 1 shares.
It looks like BFGMiner does not do the same re-calculation that CGMiner does.
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
July 24, 2013, 08:52:07 PM |
|
Hi, why diff show 0 when scrypt mining? In cgminer show 32 or 64, depending of pool cgminer is showing Ldiff (Litecoin difficulty). BFGMiner is showing pdiff (pool difficulty). Exactly pool difficulty in BFGMiner is 0, and Ldiff is 894. in cgminer pool difficulty is 32, and Ldiff is 58.6M. Here my settings: @echo off setx GPU_MAX_ALLOC_PERCENT 100 bfgminer.exe --scrypt -o stratum+tcp://mining.eu.hypernova.pw:3333 -u user -p password -d 0,1 -I 20,19 -w 256 -v 1 -g 1 --lookup-gap 2 --thread-concurrency 21772,16192 --queue 0 -s 1, whats wrong? You're confusing Litecoin's network difficulty with Litecoin-difficulty-unit. Target | pdiff | bdiff | Ldiff | BC network (today) | 31.3M | 31.3M | 2T | LTC network (today) | 894.212 | 894.198 | 58.6M | pdiff 1 | 1 | 0.999985 | 65536 | bdiff 1 | 1.000015 | 1 | 65537 | Ldiff 1 | 0.000015 | 0.000015 | 1 |
|
|
|
|
Foss
|
|
July 25, 2013, 07:59:05 AM |
|
Luke-JrI mean this: will you improve it?
|
BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
July 25, 2013, 08:43:26 AM |
|
Luke-JrI mean this: will you improve it? BFGMiner is the improvement already. It is not difficulty 64, it is difficulty 0.001.
|
|
|
|
viriat0
|
|
July 26, 2013, 09:43:09 PM |
|
hello folks,
is normal this happen?
[2013-07-26 22:41:40] Stratum from pool 0 requested work update [2013-07-26 22:41:41] Accepted 05f4ca86 ICA 1 Diff 42/2 [2013-07-26 22:42:00] Stratum from pool 0 requested work update [2013-07-26 22:42:06] Stratum from pool 0 requested work update [2013-07-26 22:42:13] Stratum from pool 0 requested work update [2013-07-26 22:42:18] Stratum from pool 0 requested work update [2013-07-26 22:42:25] Stratum from pool 0 requested work update
Conected on 50BTC.
cheers
|
|
|
|
Taugeran
|
|
July 26, 2013, 10:25:42 PM |
|
hello folks,
is normal this happen?
[2013-07-26 22:41:40] Stratum from pool 0 requested work update [2013-07-26 22:41:41] Accepted 05f4ca86 ICA 1 Diff 42/2 [2013-07-26 22:42:00] Stratum from pool 0 requested work update [2013-07-26 22:42:06] Stratum from pool 0 requested work update [2013-07-26 22:42:13] Stratum from pool 0 requested work update [2013-07-26 22:42:18] Stratum from pool 0 requested work update [2013-07-26 22:42:25] Stratum from pool 0 requested work update
Conected on 50BTC.
cheers
What is your total hashrate in bfgminer?
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
viriat0
|
|
July 26, 2013, 10:33:06 PM |
|
hello folks,
is normal this happen?
[2013-07-26 22:41:40] Stratum from pool 0 requested work update [2013-07-26 22:41:41] Accepted 05f4ca86 ICA 1 Diff 42/2 [2013-07-26 22:42:00] Stratum from pool 0 requested work update [2013-07-26 22:42:06] Stratum from pool 0 requested work update [2013-07-26 22:42:13] Stratum from pool 0 requested work update [2013-07-26 22:42:18] Stratum from pool 0 requested work update [2013-07-26 22:42:25] Stratum from pool 0 requested work update
Conected on 50BTC.
cheers
What is your total hashrate in bfgminer? 1000MH/S 3 USB Asicminer Use: /bfgminer# ./bfgminer -o pool.50btc.com:8332 -u username -p 123 -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 thanks
|
|
|
|
Taugeran
|
|
July 26, 2013, 10:42:27 PM |
|
hello folks,
is normal this happen?
[2013-07-26 22:41:40] Stratum from pool 0 requested work update [2013-07-26 22:41:41] Accepted 05f4ca86 ICA 1 Diff 42/2 [2013-07-26 22:42:00] Stratum from pool 0 requested work update [2013-07-26 22:42:06] Stratum from pool 0 requested work update [2013-07-26 22:42:13] Stratum from pool 0 requested work update [2013-07-26 22:42:18] Stratum from pool 0 requested work update [2013-07-26 22:42:25] Stratum from pool 0 requested work update
Conected on 50BTC.
cheers
What is your total hashrate in bfgminer? 1000MH/S 3 USB Asicminer Use: /bfgminer# ./bfgminer -o pool.50btc.com:8332 -u username -p 123 -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 thanks Does it have large strings of the stratum request events frequently or just every once in a while. With a 1Ghash/sec rig you should see results far outstrip requests.
|
Bitfury HW & Habañero : 1.625Th/s tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1 Come join Coinbase
|
|
|
vpereira
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 27, 2013, 11:32:47 AM |
|
what is the best way to bootstrap a x6500? I have one, with fan and heatsink that after some minutes, it get SICK and DEAD. bfgminer, compiled yesterday from github. Im running it together with 3 usb erupter..
|
|
|
|
Zeronic
Member
Offline
Activity: 243
Merit: 10
|
|
July 27, 2013, 04:59:12 PM |
|
what is the best way to bootstrap a x6500? I have one, with fan and heatsink that after some minutes, it get SICK and DEAD. bfgminer, compiled yesterday from github. Im running it together with 3 usb erupter..
Even with the zadig_v2.0.1.160 driver, I can't get BFGminer to see any of my X6500.
|
|
|
|
vpereira
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 27, 2013, 10:12:01 PM |
|
for me, i have a cluster with 12 fpgas running on raspberrypi. I isolated one x6500 and I'm trying to run it, together with the pi and it simply get sick and die anybody running a x6500 + bfgminer? which cmline params do you use?
|
|
|
|
jml
|
|
July 28, 2013, 02:11:38 PM |
|
Hello,
I have been running a pi (I have two pi's; R1 and R2) with a ZTEX 1.15x and 2 CM1 FPGA boards running BFGMiner 3.0.2. I recently upgraded to version 3.1.2 and acquired 7 USB Block Erupters plugged into a DLINK 7 port hub which maximum amperage is 3A.
The CM1 and ZTEX do not have significant problems in running but upon installing the new BE, it only takes about one hour until the pi crashes and needs to be restarted. I have tried both hardware revisions and I can confirm that it still crashes on both.
I reduced the load on the USB device from 7 to 5 (5 * 0.51 = 2.5amps) and it still makes the pi crash to the point of needing a hard restart. I am now testing with 4 USB BE plugged into the hub.
The arguments used when executing BFGMiner is "-S all".
I am not sure if this is a problem with power draw which I am trying to eliminate or a software problem that is causing the pi to crash.
Any help is greatly appreciated.
|
"Everything is a matter of degree"
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
July 28, 2013, 03:07:59 PM |
|
Hello,
I have been running a pi (I have two pi's; R1 and R2) with a ZTEX 1.15x and 2 CM1 FPGA boards running BFGMiner 3.0.2. I recently upgraded to version 3.1.2 and acquired 7 USB Block Erupters plugged into a DLINK 7 port hub which maximum amperage is 3A.
The CM1 and ZTEX do not have significant problems in running but upon installing the new BE, it only takes about one hour until the pi crashes and needs to be restarted. I have tried both hardware revisions and I can confirm that it still crashes on both.
I reduced the load on the USB device from 7 to 5 (5 * 0.51 = 2.5amps) and it still makes the pi crash to the point of needing a hard restart. I am now testing with 4 USB BE plugged into the hub.
The arguments used when executing BFGMiner is "-S all".
I am not sure if this is a problem with power draw which I am trying to eliminate or a software problem that is causing the pi to crash.
Any help is greatly appreciated.
A backtrace may be useful. Rebuild with make clean && ./configure CFLAGS='-O0 -ggdb' && make Note that -O0 is OH ZERO. Then start bfgminer with gdb --args ./bfgminer YOUR OPTIONS ETC -S all When it crashes, run ... and post the output from this (it will be many pages).
|
|
|
|
jml
|
|
July 28, 2013, 04:27:40 PM |
|
Hello,
I have been running a pi (I have two pi's; R1 and R2) with a ZTEX 1.15x and 2 CM1 FPGA boards running BFGMiner 3.0.2. I recently upgraded to version 3.1.2 and acquired 7 USB Block Erupters plugged into a DLINK 7 port hub which maximum amperage is 3A.
The CM1 and ZTEX do not have significant problems in running but upon installing the new BE, it only takes about one hour until the pi crashes and needs to be restarted. I have tried both hardware revisions and I can confirm that it still crashes on both.
I reduced the load on the USB device from 7 to 5 (5 * 0.51 = 2.5amps) and it still makes the pi crash to the point of needing a hard restart. I am now testing with 4 USB BE plugged into the hub.
The arguments used when executing BFGMiner is "-S all".
I am not sure if this is a problem with power draw which I am trying to eliminate or a software problem that is causing the pi to crash.
Any help is greatly appreciated.
A backtrace may be useful. Rebuild with make clean && ./configure CFLAGS='-O0 -ggdb' && make Note that -O0 is OH ZERO. Then start bfgminer with gdb --args ./bfgminer YOUR OPTIONS ETC -S all When it crashes, run ... and post the output from this (it will be many pages). Thanks for the reply, I have done that and I am now waiting for it to fail.
|
"Everything is a matter of degree"
|
|
|
jml
|
|
July 28, 2013, 04:44:56 PM |
|
Hello,
I have been running a pi (I have two pi's; R1 and R2) with a ZTEX 1.15x and 2 CM1 FPGA boards running BFGMiner 3.0.2. I recently upgraded to version 3.1.2 and acquired 7 USB Block Erupters plugged into a DLINK 7 port hub which maximum amperage is 3A.
The CM1 and ZTEX do not have significant problems in running but upon installing the new BE, it only takes about one hour until the pi crashes and needs to be restarted. I have tried both hardware revisions and I can confirm that it still crashes on both.
I reduced the load on the USB device from 7 to 5 (5 * 0.51 = 2.5amps) and it still makes the pi crash to the point of needing a hard restart. I am now testing with 4 USB BE plugged into the hub.
The arguments used when executing BFGMiner is "-S all".
I am not sure if this is a problem with power draw which I am trying to eliminate or a software problem that is causing the pi to crash.
Any help is greatly appreciated.
A backtrace may be useful. Rebuild with make clean && ./configure CFLAGS='-O0 -ggdb' && make Note that -O0 is OH ZERO. Then start bfgminer with gdb --args ./bfgminer YOUR OPTIONS ETC -S all When it crashes, run ... and post the output from this (it will be many pages). Thanks for the reply, I have done that and I am now waiting for it to fail. Luke, I get the following screen: GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/sudo...(no debugging symbols found)...done. (gdb)
I have executed the following: gdb --args sudo ./bfgminer -S all Do I need to do anything else?
|
"Everything is a matter of degree"
|
|
|
|