Bitcoin Forum
April 24, 2024, 01:37:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 »
  Print  
Author Topic: Official FutureBit Moonlander 2 Driver and Support Thread  (Read 71393 times)
doroboNeko
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 07, 2018, 03:52:26 AM
 #1541

Hi. I have downloaded the software specific to the miner and it run fine on a Debian machine. Then i moved the miner to another machine that has Gentoo and bfgminer ran fine for like a day or two and then does segmentation fault. It has happened very consistently so i ran it through dbg to get log. I don't know if there is another place where i can put this or if there is other way to get more debugging info.
Code:
Starting program: /home/user/bfgminer_5.4.2-futurebit2_linux_x86_64/bfgminer --scrypt -o stratum+tcp://hub.miningpoolhub.com:20523/\#skipcbcheck -u userName.minerName -p p -d 128 -S ALL --set MLD:clock=796
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff4ae2700 (LWP 2349)]
[New Thread 0x7ffff42e1700 (LWP 2350)]
[New Thread 0x7ffff3ae0700 (LWP 2351)]
[Thread 0x7ffff42e1700 (LWP 2350) exited]
[New Thread 0x7ffff32df700 (LWP 2352)]
[Thread 0x7ffff3ae0700 (LWP 2351) exited]
[New Thread 0x7ffff2ade700 (LWP 2353)]
[Thread 0x7ffff32df700 (LWP 2352) exited]
[New Thread 0x7ffff22dd700 (LWP 2354)]
[Thread 0x7ffff2ade700 (LWP 2353) exited]
[New Thread 0x7ffff1adc700 (LWP 2355)]
[Thread 0x7ffff22dd700 (LWP 2354) exited]
[New Thread 0x7ffff12db700 (LWP 2356)]
[Thread 0x7ffff1adc700 (LWP 2355) exited]
[New Thread 0x7ffff0ada700 (LWP 2357)]
[Thread 0x7ffff12db700 (LWP 2356) exited]
[Thread 0x7ffff0ada700 (LWP 2357) exited]
[New Thread 0x7ffff0ada700 (LWP 2360)]
[New Thread 0x7ffff12db700 (LWP 2361)]
[Thread 0x7ffff12db700 (LWP 2361) exited]
[New Thread 0x7ffff12db700 (LWP 2362)]
[Thread 0x7ffff0ada700 (LWP 2360) exited]
[New Thread 0x7ffff1adc700 (LWP 2364)]
[New Thread 0x7ffff22dd700 (LWP 2365)]
[New Thread 0x7ffff3cb8700 (LWP 2366)]
[New Thread 0x7ffff34b7700 (LWP 2367)]
[New Thread 0x7ffff2cb6700 (LWP 2368)]
[New Thread 0x7fffe3fff700 (LWP 2369)]
[Thread 0x7ffff2cb6700 (LWP 2368) exited]
[New Thread 0x7ffff2cb6700 (LWP 2370)]
[New Thread 0x7fffe37fe700 (LWP 9331)]
[Thread 0x7fffe37fe700 (LWP 9331) exited]

Thread 13 "stratum0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff12db700 (LWP 2362)]
0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7ffff2cb6700 (LWP 2370)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x00007ffff6eecaaf in _nc_wgetch () from /usr/lib64/libncurses.so.5
#2  0x00007ffff6eed426 in wgetch () from /usr/lib64/libncurses.so.5
#3  0x00000000004117f3 in __real_getch () at ./miner.h:206
#4  my_cancellable_getch () at miner.c:3787
#5  0x00000000004328f5 in input_thread (userdata=<optimized out>) at miner.c:8895
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7fffe3fff700 (LWP 2369)):
#0  0x00007ffff64cd2a3 in epoll_wait () from /lib64/libc.so.6
#1  0x00000000004172f9 in hotplug_thread (p=<optimized out>) at miner.c:13087
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 17 (Thread 0x7ffff34b7700 (LWP 2367)):
#0  0x00007ffff6497c6d in nanosleep () from /lib64/libc.so.6
#1  0x00007ffff6497baa in sleep () from /lib64/libc.so.6
#2  0x0000000000422bb2 in watchdog_thread (userdata=<optimized out>) at miner.c:11609
#3  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#4  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7ffff3cb8700 (LWP 2366)):
#0  0x00007ffff712019d in nanosleep () from /lib64/libpthread.so.0
#1  0x0000000000435f75 in _cgsleep_us_r_nanosleep (tv_start=<optimized out>, us=<optimized out>) at util.c:1474
#2  0x0000000000439cf3 in cgsleep_ms_r (ms=30000, tv_start=0x7ffff3cb6ea0) at util.c:1457
#3  cgsleep_ms (ms=ms@entry=30000) at util.c:1483
#4  0x000000000042b8c5 in watchpool_thread (userdata=<optimized out>) at miner.c:11461
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7ffff22dd700 (LWP 2365)):
#0  0x00007ffff64c3f63 in select () from /lib64/libc.so.6
#1  0x000000000042780a in submit_work_thread (userdata=<optimized out>) at miner.c:6976
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7ffff1adc700 (LWP 2364)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x0000000000451d8c in read (__nbytes=8, __buf=0x7ffff1ad9dd0, __fd=13) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
#2  _serial_read (fd=fd@entry=13, buf=buf@entry=0x7ffff1ad9dd0 "<\020\377\032\t'V\024`\f", bufsiz=bufsiz@entry=8,
    eol=eol@entry=0x0) at lowl-vcom.c:1239
#3  0x0000000000455042 in futurebit_scanhash (thr=0x6bbc10, work=0x6bb330, max_nonce=<optimized out>) at driver-futurebit.c:650
#4  0x0000000000433d3f in minerloop_scanhash (mythr=0x6bbc10) at deviceapi.c:274
#5  0x0000000000434eb2 in miner_thread (userdata=0x6bbc10) at deviceapi.c:772
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7ffff12db700 (LWP 2362)):
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7ffff4ae2700 (LWP 2349)):
#0  0x00007ffff64c18fd in poll () from /lib64/libc.so.6
#1  0x00007ffff7fb5fc1 in ?? () from /lib64/libusb-1.0.so.0
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7ffff7f9ab40 (LWP 2345)):
#0  0x00007ffff711b7f6 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000408a4e in main (argc=1, argv=<optimized out>) at miner.c:13859

1713965833
Hero Member
*
Offline Offline

Posts: 1713965833

View Profile Personal Message (Offline)

Ignore
1713965833
Reply with quote  #2

1713965833
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713965833
Hero Member
*
Offline Offline

Posts: 1713965833

View Profile Personal Message (Offline)

Ignore
1713965833
Reply with quote  #2

1713965833
Report to moderator
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2088
Merit: 1393


View Profile
May 08, 2018, 12:22:05 AM
 #1542

Hi. I have downloaded the software specific to the miner and it run fine on a Debian machine. Then i moved the miner to another machine that has Gentoo and bfgminer ran fine for like a day or two and then does segmentation fault. It has happened very consistently so i ran it through dbg to get log. I don't know if there is another place where i can put this or if there is other way to get more debugging info.
Code:
Starting program: /home/user/bfgminer_5.4.2-futurebit2_linux_x86_64/bfgminer --scrypt -o stratum+tcp://hub.miningpoolhub.com:20523/\#skipcbcheck -u userName.minerName -p p -d 128 -S ALL --set MLD:clock=796
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff4ae2700 (LWP 2349)]
[New Thread 0x7ffff42e1700 (LWP 2350)]
[New Thread 0x7ffff3ae0700 (LWP 2351)]
[Thread 0x7ffff42e1700 (LWP 2350) exited]
[New Thread 0x7ffff32df700 (LWP 2352)]
[Thread 0x7ffff3ae0700 (LWP 2351) exited]
[New Thread 0x7ffff2ade700 (LWP 2353)]
[Thread 0x7ffff32df700 (LWP 2352) exited]
[New Thread 0x7ffff22dd700 (LWP 2354)]
[Thread 0x7ffff2ade700 (LWP 2353) exited]
[New Thread 0x7ffff1adc700 (LWP 2355)]
[Thread 0x7ffff22dd700 (LWP 2354) exited]
[New Thread 0x7ffff12db700 (LWP 2356)]
[Thread 0x7ffff1adc700 (LWP 2355) exited]
[New Thread 0x7ffff0ada700 (LWP 2357)]
[Thread 0x7ffff12db700 (LWP 2356) exited]
[Thread 0x7ffff0ada700 (LWP 2357) exited]
[New Thread 0x7ffff0ada700 (LWP 2360)]
[New Thread 0x7ffff12db700 (LWP 2361)]
[Thread 0x7ffff12db700 (LWP 2361) exited]
[New Thread 0x7ffff12db700 (LWP 2362)]
[Thread 0x7ffff0ada700 (LWP 2360) exited]
[New Thread 0x7ffff1adc700 (LWP 2364)]
[New Thread 0x7ffff22dd700 (LWP 2365)]
[New Thread 0x7ffff3cb8700 (LWP 2366)]
[New Thread 0x7ffff34b7700 (LWP 2367)]
[New Thread 0x7ffff2cb6700 (LWP 2368)]
[New Thread 0x7fffe3fff700 (LWP 2369)]
[Thread 0x7ffff2cb6700 (LWP 2368) exited]
[New Thread 0x7ffff2cb6700 (LWP 2370)]
[New Thread 0x7fffe37fe700 (LWP 9331)]
[Thread 0x7fffe37fe700 (LWP 9331) exited]

Thread 13 "stratum0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff12db700 (LWP 2362)]
0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7ffff2cb6700 (LWP 2370)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x00007ffff6eecaaf in _nc_wgetch () from /usr/lib64/libncurses.so.5
#2  0x00007ffff6eed426 in wgetch () from /usr/lib64/libncurses.so.5
#3  0x00000000004117f3 in __real_getch () at ./miner.h:206
#4  my_cancellable_getch () at miner.c:3787
#5  0x00000000004328f5 in input_thread (userdata=<optimized out>) at miner.c:8895
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7fffe3fff700 (LWP 2369)):
#0  0x00007ffff64cd2a3 in epoll_wait () from /lib64/libc.so.6
#1  0x00000000004172f9 in hotplug_thread (p=<optimized out>) at miner.c:13087
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 17 (Thread 0x7ffff34b7700 (LWP 2367)):
#0  0x00007ffff6497c6d in nanosleep () from /lib64/libc.so.6
#1  0x00007ffff6497baa in sleep () from /lib64/libc.so.6
#2  0x0000000000422bb2 in watchdog_thread (userdata=<optimized out>) at miner.c:11609
#3  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#4  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7ffff3cb8700 (LWP 2366)):
#0  0x00007ffff712019d in nanosleep () from /lib64/libpthread.so.0
#1  0x0000000000435f75 in _cgsleep_us_r_nanosleep (tv_start=<optimized out>, us=<optimized out>) at util.c:1474
#2  0x0000000000439cf3 in cgsleep_ms_r (ms=30000, tv_start=0x7ffff3cb6ea0) at util.c:1457
#3  cgsleep_ms (ms=ms@entry=30000) at util.c:1483
#4  0x000000000042b8c5 in watchpool_thread (userdata=<optimized out>) at miner.c:11461
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7ffff22dd700 (LWP 2365)):
#0  0x00007ffff64c3f63 in select () from /lib64/libc.so.6
#1  0x000000000042780a in submit_work_thread (userdata=<optimized out>) at miner.c:6976
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7ffff1adc700 (LWP 2364)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x0000000000451d8c in read (__nbytes=8, __buf=0x7ffff1ad9dd0, __fd=13) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
#2  _serial_read (fd=fd@entry=13, buf=buf@entry=0x7ffff1ad9dd0 "<\020\377\032\t'V\024`\f", bufsiz=bufsiz@entry=8,
    eol=eol@entry=0x0) at lowl-vcom.c:1239
#3  0x0000000000455042 in futurebit_scanhash (thr=0x6bbc10, work=0x6bb330, max_nonce=<optimized out>) at driver-futurebit.c:650
#4  0x0000000000433d3f in minerloop_scanhash (mythr=0x6bbc10) at deviceapi.c:274
#5  0x0000000000434eb2 in miner_thread (userdata=0x6bbc10) at deviceapi.c:772
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7ffff12db700 (LWP 2362)):
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7ffff4ae2700 (LWP 2349)):
#0  0x00007ffff64c18fd in poll () from /lib64/libc.so.6
#1  0x00007ffff7fb5fc1 in ?? () from /lib64/libusb-1.0.so.0
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7ffff7f9ab40 (LWP 2345)):
#0  0x00007ffff711b7f6 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000408a4e in main (argc=1, argv=<optimized out>) at miner.c:13859


Could be an issue with gentoo specific libraries that bfgminer relies on. Since this is a linux machine its easy to build the binaries...I would just do a custom compile on your system and see if that resolves the issue.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
doroboNeko
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 08, 2018, 07:25:00 PM
 #1543

Hi. I have downloaded the software specific to the miner and it run fine on a Debian machine. Then i moved the miner to another machine that has Gentoo and bfgminer ran fine for like a day or two and then does segmentation fault. It has happened very consistently so i ran it through dbg to get log. I don't know if there is another place where i can put this or if there is other way to get more debugging info.
Code:
Starting program: /home/user/bfgminer_5.4.2-futurebit2_linux_x86_64/bfgminer --scrypt -o stratum+tcp://hub.miningpoolhub.com:20523/\#skipcbcheck -u userName.minerName -p p -d 128 -S ALL --set MLD:clock=796
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff4ae2700 (LWP 2349)]
[New Thread 0x7ffff42e1700 (LWP 2350)]
[New Thread 0x7ffff3ae0700 (LWP 2351)]
[Thread 0x7ffff42e1700 (LWP 2350) exited]
[New Thread 0x7ffff32df700 (LWP 2352)]
[Thread 0x7ffff3ae0700 (LWP 2351) exited]
[New Thread 0x7ffff2ade700 (LWP 2353)]
[Thread 0x7ffff32df700 (LWP 2352) exited]
[New Thread 0x7ffff22dd700 (LWP 2354)]
[Thread 0x7ffff2ade700 (LWP 2353) exited]
[New Thread 0x7ffff1adc700 (LWP 2355)]
[Thread 0x7ffff22dd700 (LWP 2354) exited]
[New Thread 0x7ffff12db700 (LWP 2356)]
[Thread 0x7ffff1adc700 (LWP 2355) exited]
[New Thread 0x7ffff0ada700 (LWP 2357)]
[Thread 0x7ffff12db700 (LWP 2356) exited]
[Thread 0x7ffff0ada700 (LWP 2357) exited]
[New Thread 0x7ffff0ada700 (LWP 2360)]
[New Thread 0x7ffff12db700 (LWP 2361)]
[Thread 0x7ffff12db700 (LWP 2361) exited]
[New Thread 0x7ffff12db700 (LWP 2362)]
[Thread 0x7ffff0ada700 (LWP 2360) exited]
[New Thread 0x7ffff1adc700 (LWP 2364)]
[New Thread 0x7ffff22dd700 (LWP 2365)]
[New Thread 0x7ffff3cb8700 (LWP 2366)]
[New Thread 0x7ffff34b7700 (LWP 2367)]
[New Thread 0x7ffff2cb6700 (LWP 2368)]
[New Thread 0x7fffe3fff700 (LWP 2369)]
[Thread 0x7ffff2cb6700 (LWP 2368) exited]
[New Thread 0x7ffff2cb6700 (LWP 2370)]
[New Thread 0x7fffe37fe700 (LWP 9331)]
[Thread 0x7fffe37fe700 (LWP 9331) exited]

Thread 13 "stratum0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff12db700 (LWP 2362)]
0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7ffff2cb6700 (LWP 2370)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x00007ffff6eecaaf in _nc_wgetch () from /usr/lib64/libncurses.so.5
#2  0x00007ffff6eed426 in wgetch () from /usr/lib64/libncurses.so.5
#3  0x00000000004117f3 in __real_getch () at ./miner.h:206
#4  my_cancellable_getch () at miner.c:3787
#5  0x00000000004328f5 in input_thread (userdata=<optimized out>) at miner.c:8895
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7fffe3fff700 (LWP 2369)):
#0  0x00007ffff64cd2a3 in epoll_wait () from /lib64/libc.so.6
#1  0x00000000004172f9 in hotplug_thread (p=<optimized out>) at miner.c:13087
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 17 (Thread 0x7ffff34b7700 (LWP 2367)):
#0  0x00007ffff6497c6d in nanosleep () from /lib64/libc.so.6
#1  0x00007ffff6497baa in sleep () from /lib64/libc.so.6
#2  0x0000000000422bb2 in watchdog_thread (userdata=<optimized out>) at miner.c:11609
#3  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#4  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7ffff3cb8700 (LWP 2366)):
#0  0x00007ffff712019d in nanosleep () from /lib64/libpthread.so.0
#1  0x0000000000435f75 in _cgsleep_us_r_nanosleep (tv_start=<optimized out>, us=<optimized out>) at util.c:1474
#2  0x0000000000439cf3 in cgsleep_ms_r (ms=30000, tv_start=0x7ffff3cb6ea0) at util.c:1457
#3  cgsleep_ms (ms=ms@entry=30000) at util.c:1483
#4  0x000000000042b8c5 in watchpool_thread (userdata=<optimized out>) at miner.c:11461
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7ffff22dd700 (LWP 2365)):
#0  0x00007ffff64c3f63 in select () from /lib64/libc.so.6
#1  0x000000000042780a in submit_work_thread (userdata=<optimized out>) at miner.c:6976
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7ffff1adc700 (LWP 2364)):
#0  0x00007ffff711facd in read () from /lib64/libpthread.so.0
#1  0x0000000000451d8c in read (__nbytes=8, __buf=0x7ffff1ad9dd0, __fd=13) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
#2  _serial_read (fd=fd@entry=13, buf=buf@entry=0x7ffff1ad9dd0 "<\020\377\032\t'V\024`\f", bufsiz=bufsiz@entry=8,
    eol=eol@entry=0x0) at lowl-vcom.c:1239
#3  0x0000000000455042 in futurebit_scanhash (thr=0x6bbc10, work=0x6bb330, max_nonce=<optimized out>) at driver-futurebit.c:650
#4  0x0000000000433d3f in minerloop_scanhash (mythr=0x6bbc10) at deviceapi.c:274
#5  0x0000000000434eb2 in miner_thread (userdata=0x6bbc10) at deviceapi.c:772
#6  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7ffff12db700 (LWP 2362)):
#0  0x00007ffff757ddc0 in ?? () from /usr/lib64/libcurl-gnutls.so.4
#1  0x00007ffff757319c in curl_easy_recv () from /usr/lib64/libcurl-gnutls.so.4
#2  0x0000000000437acb in clear_sock (pool=pool@entry=0x6971e0) at util.c:1837
#3  0x000000000043c7c0 in recv_line (pool=pool@entry=0x6971e0) at util.c:1937
#4  0x000000000042ce13 in stratum_thread (userdata=0x6971e0) at miner.c:9657
#5  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7ffff4ae2700 (LWP 2349)):
#0  0x00007ffff64c18fd in poll () from /lib64/libc.so.6
#1  0x00007ffff7fb5fc1 in ?? () from /lib64/libusb-1.0.so.0
#2  0x00007ffff71148f7 in start_thread () from /lib64/libpthread.so.0
#3  0x00007ffff64ccc7f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7ffff7f9ab40 (LWP 2345)):
#0  0x00007ffff711b7f6 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000408a4e in main (argc=1, argv=<optimized out>) at miner.c:13859


Could be an issue with gentoo specific libraries that bfgminer relies on. Since this is a linux machine its easy to build the binaries...I would just do a custom compile on your system and see if that resolves the issue.

Do i need to build with a specific config or do just clone your git and build with all options?
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2088
Merit: 1393


View Profile
May 08, 2018, 07:36:51 PM
 #1544

git clone https://github.com/jstefanop/bfgminer.git ./futurebit
cd futurebit
git checkout futurebit2_driver
./autogen.sh
./configure --disable-other-drivers --enable-scrypt --enable-futurebit
make


should do it if you have all the right dependencies installed(check the readme for those).

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
doroboNeko
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 08, 2018, 08:49:01 PM
 #1545

git clone https://github.com/jstefanop/bfgminer.git ./futurebit
cd futurebit
git checkout futurebit2_driver
./autogen.sh
./configure --disable-other-drivers --enable-scrypt --enable-futurebit
make


should do it if you have all the right dependencies installed(check the readme for those).

okay. just built and is running now although it got lots of warnings when building. i'll let you know if i have a problem in a day or two. Thanks for the help  Smiley
nuanicaj
Member
**
Offline Offline

Activity: 178
Merit: 12


View Profile
May 08, 2018, 09:16:00 PM
 #1546



You should see 5.4.2-38 at the top if your running the latest version.
[/quote]


I got 25 units running.. 

LXGUz...GMxGD
Pool
145M / 0.000%
105M / 0.000%
97.7M / 0.071%
87.9M / 0.193%
73.3M / 0.268%
34535.96202
Hendrikclaasen
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 11, 2018, 02:24:09 PM
 #1547

@jstefanop 2 of my lander's fans are turning very slowly and the miners slowed down in speed.
Where can I get stock of those little fans?
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2088
Merit: 1393


View Profile
May 11, 2018, 04:17:29 PM
 #1548

@jstefanop 2 of my lander's fans are turning very slowly and the miners slowed down in speed.
Where can I get stock of those little fans?

You should be able to find them online, they are just 25mm fans. If your in NA, I will be launching my site soon that will have replacement fans. Otherwise talk to your local distributor they should have some extra.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
fvineyard
Member
**
Offline Offline

Activity: 135
Merit: 11


View Profile
May 11, 2018, 05:27:41 PM
 #1549

I ordered some fans from Mouser electronics. $8 bucks each. I am pretty sure these will work, but I have not tried yet. They arrive today and I will install over the weekend.

Here is the link:

https://www.mouser.com/ProductDetail/sunon/mc25100v2-000u-a99/?qs=fnpEE5GccuNlCWM765T%252b%252bw%3d%3d&countrycode=US&currencycode=USD
doroboNeko
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 11, 2018, 05:53:53 PM
 #1550



You should see 5.4.2-38 at the top if your running the latest version.


It crashed again with segmentation fault although it was not running that specific version. It was running 5.2.0-243. How would i go about rebuilding for latest version?
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2088
Merit: 1393


View Profile
May 12, 2018, 08:01:11 PM
 #1551



You should see 5.4.2-38 at the top if your running the latest version.


It crashed again with segmentation fault although it was not running that specific version. It was running 5.2.0-243. How would i go about rebuilding for latest version?

That is the latest version...my fork is just stuck on 5.2 because thats when I forked it...should probably update that. How many units are you running, and what kind of system.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
doroboNeko
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 12, 2018, 09:09:42 PM
 #1552



You should see 5.4.2-38 at the top if your running the latest version.


It crashed again with segmentation fault although it was not running that specific version. It was running 5.2.0-243. How would i go about rebuilding for latest version?

That is the latest version...my fork is just stuck on 5.2 because thats when I forked it...should probably update that. How many units are you running, and what kind of system.

Just on unit on Gentoo.
Weekendshooter
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 13, 2018, 05:21:34 PM
 #1553

[
THIS IS THE SUPPORT THREAD: Keep this thread on topic!
<snip>

My four ML2 have been happily mining for months until this morning's April W10 update. Go figure...

bfg miner display:

------------------------------------------------------------------------------------------------------------------------
NO DEVICES FOUND: Press 'M' and '+' to add
------------------------------------------------------------------------------------------------------------------------
 [2018-05-13 10:17:37] Waiting for devices; press 'M+' to add, or 'Q' to quit



Physical:   2 x{2 ML2/Anker 9 port hub} -> USB 2.0 --> mobo{BIOSTAR TB250-BTC PRO LGA 1151 Intel B250}

Mobo is happy mining Claymore and Equihash on GPUs -> Problem isolated to ML2 path

I was able to mount & access usb drives when plugging into 9 port hub.    I can also ear ML2's being recognized when plugged into same up.  Just can't see them with the BFG 5.4.2 from the Github from this thread.

Software:  BFG 5.4.2, from jstefanop's github, on this thread, been fine for months.   
- Google found a couple threads where BFG won't detect devices, not sure how they relate here.

UART VPC Driver: Obtained from this thread, been working fine from the get go.

I'm physically away from the rig, will have a short window on the rig tomorrow, and wanted to get my thoughts in order before tackling...

I'm reckoning since this coincided with this morning's W10 update, I may not be alone.

Much obliged!
jarvisparvis
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 13, 2018, 08:46:12 PM
 #1554

I had that problem i just rolled back to the previous windows update vers. and it works fine. Its the usb drivers Silicon Labs will probably issue updates. But until then im sticking to the previous version of windows. Apparantly alot of folks with Intel SSD drives had issues too...
Weekendshooter
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 14, 2018, 09:46:45 PM
 #1555

Yup....   Exactly....

Hoping any USB driver update avoids the need for a BFG update....

Fingers crossed.

Thanks!
Hoiberg
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 15, 2018, 12:31:27 AM
 #1556

Hi guys,

I am pretty noob on the MLD, I've got two sticks mining LTC in litecoinpool using Plugable 60W 7 port USB 3 hub.
It is working.

But my issue is low average hashspeed. My 24H average 5880 KH/s. Especially one of the miners seems to be dropping to 2.3 Mh/s.
If I restart the BFG it goes up and then drops again. It often also stops hashing and then restarts automatically.

I think I mistakenly adjusted the memory voltage pot too much/too little. I am not sure what its current memory voltage is.
So I need to know where I can find its current memory voltage.  Core voltage is running around .725 so that should not be the issue.
Also I do not know how to adjust clock rate. Can anyone share a command.

By the way I am running this on a raspi 0 through IOS.

Anyone can help?

Cheers and thanks a lot!
scoobysportD
Jr. Member
*
Offline Offline

Activity: 105
Merit: 1


View Profile
May 15, 2018, 01:17:46 PM
 #1557

Also had the problem with the win update. Was not able to find the miners after the update, the usb ports gave errors.

Furthermore, was unable to reinstall the silicon labs driver package for usb as per openingtopic instructions.

After a rollback everything immediately worked again so i'm guessing there's a kink in the new windows update Sad
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2088
Merit: 1393


View Profile
May 15, 2018, 01:50:51 PM
 #1558

Also had the problem with the win update. Was not able to find the miners after the update, the usb ports gave errors.

Furthermore, was unable to reinstall the silicon labs driver package for usb as per openingtopic instructions.

After a rollback everything immediately worked again so i'm guessing there's a kink in the new windows update Sad

Yea last windows update screwed up drivers pretty bad. Lots of other devices not working either.  I’m sure silicon labs will issue driver update to fix soon.


BTW if anyone from here is at consensus in NYC I’m there so come say hi!

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
Buddy_hell
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 16, 2018, 10:22:55 AM
 #1559

HI

trying to run new update on RP3. Managed to get and compile, but being an idiot i cant see the bfgminer start command. I have a screen start scrypt but it does not execute giving me a "screen not found" error.

any pointers woudl be great. Currently runing v34 which needs restarting periodically.

andy

** idiot indeed - now running the screen install package! Can you add this to instruciton set as not sure this dependency is in the v34 on page 1.
pyroandy
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
May 16, 2018, 07:14:20 PM
 #1560

HI

trying to run new update on RP3. Managed to get and compile, but being an idiot i cant see the bfgminer start command. I have a screen start scrypt but it does not execute giving me a "screen not found" error.

any pointers woudl be great. Currently runing v34 which needs restarting periodically.

andy

** idiot indeed - now running the screen install package! Can you add this to instruciton set as not sure this dependency is in the v34 on page 1.

Also, I have found you need to restart the pi after getting the library files otherwise they will not be found. This should be added to the instructions as well.
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 »
  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!