Bitcoin Forum
May 06, 2024, 05:39:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192942 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
August 30, 2013, 04:28:48 PM
 #641

This is my libmicrohttpd:
Code:
# dpkg --get-selections | grep http
apt-transport-https install
libmicrohttpd-dev install
libmicrohttpd5 install
python-httplib2 install

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
1714973997
Hero Member
*
Offline Offline

Posts: 1714973997

View Profile Personal Message (Offline)

Ignore
1714973997
Reply with quote  #2

1714973997
Report to moderator
1714973997
Hero Member
*
Offline Offline

Posts: 1714973997

View Profile Personal Message (Offline)

Ignore
1714973997
Reply with quote  #2

1714973997
Report to moderator
1714973997
Hero Member
*
Offline Offline

Posts: 1714973997

View Profile Personal Message (Offline)

Ignore
1714973997
Reply with quote  #2

1714973997
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
August 30, 2013, 04:37:56 PM
 #642

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.
...

Will try sources from github now...

Does not compile either... maybe a problem with libmicrohttpd version?

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
August 30, 2013, 04:40:42 PM
 #643

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.
...

Will try sources from github now...

Does not compile either... maybe a problem with libmicrohttpd version?

Code:
--without-libmicrohttpd
helps, but I want the builtin getwork server Tongue

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 30, 2013, 04:49:44 PM
 #644

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.
...

Does not compile Sad

My system: x86/Ubuntu/Linaro
./configure: all disabled except bitforce and ztex.

I'm using the source from the tgz in the first post.

First error:
Code:
  CC       bfgminer-httpsrv.o
In file included from httpsrv.c:16:0:
/usr/include/microhttpd.h:893:55: error: unknown type name ‘va_list’
make[2]: *** [bfgminer-httpsrv.o] Error 1

An #include <stdarg.h> is missing. Fixing this, I get the next error:
Code:
  CC       bfgminer-driver-getwork.o
driver-getwork.c: In function ‘getwork_gen_error’:
driver-getwork.c:109:9: warning: implicit declaration of function ‘MHD_create_response_from_buffer’ [-Wimplicit-function-declaration]
driver-getwork.c:109:85: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
driver-getwork.c:109:85: note: each undeclared identifier is reported only once for each function it appears in
driver-getwork.c: In function ‘handle_getwork’:
driver-getwork.c:169:2: warning: implicit declaration of function ‘MHD_basic_auth_get_username_password’ [-Wimplicit-function-declaration]
driver-getwork.c:169:7: warning: assignment makes pointer from integer without a cast [enabled by default]
driver-getwork.c:173:3: warning: implicit declaration of function ‘MHD_queue_basic_auth_fail_response’ [-Wimplicit-function-declaration]
driver-getwork.c:252:58: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
make[2]: *** [bfgminer-driver-getwork.o] Error 1
Looks like a very old (pre-2011) libmicrohttpd.
Can you confirm the version?
Code:
grep Version $(pkg-config --variable=pcfiledir libmicrohttpd)/libmicrohttpd.pc

Code:
--without-libmicrohttpd
helps, but I want the builtin getwork server Tongue
I believe the oldest supported version is 0.9.5, released January 2011.

This should be fixed.

Is there a way to get the current share difficulty from the API?  Would be useful for some monitoring tools.
The "pools" method has this info per-pool.
I guess someone should add a way to determine which pool(s) are actively in use?

Cool.

"Last Share Difficulty" would give me that info, right?
Sortof. It won't work until a share is found at the difficulty.
Also, keep in mind that it's possible for devices to be hashing different difficulty works, around changes.

To find out which pool is connected, I'd have to walk the list from priority 0-N and check which one is alive.
The one with the lowest priority and alive status is the one that is being connected to?
Only in Failover mode.

Epoch
Legendary
*
Offline Offline

Activity: 922
Merit: 1003



View Profile
August 30, 2013, 06:06:45 PM
 #645

Do people still use load balancing mode?  When?  Unreliable pools/connections?
I never understood the benefit of running in load balancing mode.
If you are on non-PPS payout, what is the benefit of load balancing if you are connected to reliable/fast pools.
I fail to see any.
The 'benefit' of load balancing is less short term variance; you are spreading work across a much larger hashrate base.

If I spread my hashrate among 3 pools each with 30Thps, that would be the equivalent of mining at a single 90Thps pool ... which provides 1/3 the variance of pointing all my hashrate at a single 30Thps pool. Same expected payout in either case, just less variance when load-balancing.

I put 'benefit' in quotes because not everyone will agree that less variance is a 'benefit'. Most would; otherwise they'd be solo mining.
gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
August 30, 2013, 07:28:16 PM
 #646

NEW VERSION 3.2.0, AUGUST 30 2013

This release is the first of a new stable-focused 3.2.x branch. Many new improvements have been added, plus a merge from cgminer 3.4.0. BFGMiner 3.1.x is now discontinued, but bugfixes have been backported to 3.0.7 and 2.10.13.
...

Does not compile Sad

My system: x86/Ubuntu/Linaro
./configure: all disabled except bitforce and ztex.

I'm using the source from the tgz in the first post.

First error:
Code:
  CC       bfgminer-httpsrv.o
In file included from httpsrv.c:16:0:
/usr/include/microhttpd.h:893:55: error: unknown type name ‘va_list’
make[2]: *** [bfgminer-httpsrv.o] Error 1

An #include <stdarg.h> is missing. Fixing this, I get the next error:
Code:
  CC       bfgminer-driver-getwork.o
driver-getwork.c: In function ‘getwork_gen_error’:
driver-getwork.c:109:9: warning: implicit declaration of function ‘MHD_create_response_from_buffer’ [-Wimplicit-function-declaration]
driver-getwork.c:109:85: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
driver-getwork.c:109:85: note: each undeclared identifier is reported only once for each function it appears in
driver-getwork.c: In function ‘handle_getwork’:
driver-getwork.c:169:2: warning: implicit declaration of function ‘MHD_basic_auth_get_username_password’ [-Wimplicit-function-declaration]
driver-getwork.c:169:7: warning: assignment makes pointer from integer without a cast [enabled by default]
driver-getwork.c:173:3: warning: implicit declaration of function ‘MHD_queue_basic_auth_fail_response’ [-Wimplicit-function-declaration]
driver-getwork.c:252:58: error: ‘MHD_RESPMEM_MUST_FREE’ undeclared (first use in this function)
make[2]: *** [bfgminer-driver-getwork.o] Error 1
Looks like a very old (pre-2011) libmicrohttpd.
Can you confirm the version?
Code:
grep Version $(pkg-config --variable=pcfiledir libmicrohttpd)/libmicrohttpd.pc


It's Version: 0.4.6

So you are right, it's a very old version, but you get it with apt-get. Tomorrow I will try the latest one.

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
OtaconEmmerich
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
August 31, 2013, 02:55:07 AM
 #647

Just wanted to say the upgrade is great Luke, my HW% is now floating around .50-.70% now. It was around ~1% before.

Sent you a Bitcent donation as Thanks Grin
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 31, 2013, 10:08:47 AM
 #648

Hi peeps,

I`ve been using BFG for a while and love it, and just found out about the request diff function so I thought I`d enter it into my bat file.

Thing is, BFG doesn`t seem to recognise this and carries on as before?

My code atm is:

bfgminer -o https://us2.eclipsemc.com:3333 -u me -p 123  -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 --request-diff 3

Does that look ok to you or have I missed out something?


Thanks Smiley
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
August 31, 2013, 11:08:11 AM
 #649

Can you even have 3 as a difficulty?  I thought it was 1,2,4,8,16....
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 31, 2013, 11:09:35 AM
 #650

Can you even have 3 as a difficulty?  I thought it was 1,2,4,8,16....

Well that might be why it won`t accept it!!!!

I`ll give it a go.

D`OH!
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 31, 2013, 11:13:44 AM
 #651

So as HellDiverUK suggested I changed it to 4 difficulty on my code line, however BFG still only lets me up to diff 2.

hmm
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 31, 2013, 12:43:55 PM
 #652

I`ve been using BFG for a while and love it, and just found out about the request diff function so I thought I`d enter it into my bat file.

Thing is, BFG doesn`t seem to recognise this and carries on as before?
If it didn't recognise it, it'd give you an error and exit.

But it's inevitably just a request. The pool can choose to ignore it or honour it.

Can you even have 3 as a difficulty?  I thought it was 1,2,4,8,16....
It's possible, sure. It doesn't even need the be a whole number.
Powers of two are just easier to deal with. Smiley

Icon
Hero Member
*****
Offline Offline

Activity: 821
Merit: 503



View Profile
August 31, 2013, 02:15:12 PM
 #653

Not sure if it something i have done (no swap file ) or new version of BFG miner but i have had over 5 crashes since upgrading to 3.2.0. Before i upgraded 3.1.4 ran stable no crashes for 6 days straight. Now all my miners lights come up and when i remote to computer the dos box is closed.. nothing.

Anyone else have problems with 3.2.0?
minimalB
Donator
Hero Member
*
Offline Offline

Activity: 674
Merit: 522


View Profile
August 31, 2013, 04:19:59 PM
 #654

Not sure if it something i have done (no swap file ) or new version of BFG miner but i have had over 5 crashes since upgrading to 3.2.0. Before i upgraded 3.1.4 ran stable no crashes for 6 days straight. Now all my miners lights come up and when i remote to computer the dos box is closed.. nothing.

Anyone else have problems with 3.2.0?


I have the same problem. v3.2.0. crashes several times a day. v3.1.4. did crash occasionally in a period of 2-3 days.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
August 31, 2013, 04:50:02 PM
 #655

Anyone care to provide me with a debug log (or backtrace) of these crashes? It's been rock solid for me :/

hanti
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
August 31, 2013, 06:11:41 PM
Last edit: August 31, 2013, 06:21:43 PM by hanti
 #656

i had crash too after like 3hours

dmesg says

stratum0[10991]: segfault at d59321dc ip 08065935 sp b5932190 error 7 in bfgminer[8048000+5a000]

running on debian 7 terminal hp t5710 1.2Ghz 512MB ram

im running two instances one with blades with diferent -u -p and one with usb erupters
that one with blades still working fine with noproblem
only bfgminer with usb erupters crashed

Epoch
Legendary
*
Offline Offline

Activity: 922
Merit: 1003



View Profile
August 31, 2013, 06:46:06 PM
 #657

I've been running 3.2.0 (32-bit)  now for 40 hours on 3 separate PCs (all Win7). None has yet crashed, and all are hashing at full speed (according to both BFGMiner and my pool). All BFL SC Singles.
Icon
Hero Member
*****
Offline Offline

Activity: 821
Merit: 503



View Profile
August 31, 2013, 07:20:35 PM
 #658

Yea all mine are usb eruptors, that might be the cause.. just guessing at this point, went back to 3.1.4 for now. everything seems to be back to 100% Smiley
OtaconEmmerich
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
August 31, 2013, 10:30:40 PM
 #659

I've been on 3.2.0(64-bit) for 1 day and 4 hours, Zero problems with two instances with 5 BE's. This is on Windows 7 64-bit.
HolyScott
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
September 01, 2013, 04:10:46 AM
 #660

Sorry I don't have any log details, but I do have 3.2.0 crashing from 8-24 hours running on ubuntu with 4x fpga and 2x little singles, no gpus. Just dropped dead to command prompt, computer was not locked up or anything. Has happened 2-3 times already since release, glad I am not the only one having problems with newest version.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 165 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!