Bitcoin Forum
May 08, 2024, 09:55:37 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 ... 108 »
  Print  
Author Topic: Official FutureBit Moonlander 2 Driver and Support Thread  (Read 71413 times)
dvsrk
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
December 14, 2017, 07:57:47 PM
 #441

New driver release is out, sorry for the delay and thanks for being patient. I added some last minute debugging code to better help people with issue and rule out any hardware problems. The compile binaries include the big restart fix, so these should technically hash forever without needing any manual restarts (as long as the power supply is semi-stable and you haven't really screwed up the voltages).

Let me know if the binaries run fine on respective systems...might have mis-compiled something while trying to keep track of every architecture  Undecided

https://github.com/jstefanop/bfgminer/releases/tag/bfgminer-5.4.2-futurebit2-beta2

Perfect, It was doing awesome on windows-10 x86 ....  Cheesy

https://imgur.com/a/Pdzek
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715162137
Hero Member
*
Offline Offline

Posts: 1715162137

View Profile Personal Message (Offline)

Ignore
1715162137
Reply with quote  #2

1715162137
Report to moderator
RdStrcklnd
Jr. Member
*
Offline Offline

Activity: 70
Merit: 1


View Profile
December 14, 2017, 08:14:04 PM
 #442

New driver release is out, sorry for the delay and thanks for being patient. I added some last minute debugging code to better help people with issue and rule out any hardware problems. The compile binaries include the big restart fix, so these should technically hash forever without needing any manual restarts (as long as the power supply is semi-stable and you haven't really screwed up the voltages).

Let me know if the binaries run fine on respective systems...might have mis-compiled something while trying to keep track of every architecture  Undecided

https://github.com/jstefanop/bfgminer/releases/tag/bfgminer-5.4.2-futurebit2-beta2

Ok Astrali, how do I replace the old driver with this new one?  Grin
wavelengthsf
Full Member
***
Offline Offline

Activity: 658
Merit: 118


View Profile
December 14, 2017, 08:20:37 PM
 #443

New driver working well on Win10

thebosz
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
December 14, 2017, 08:22:23 PM
 #444

Just stuck the new driver on my Rasp Pi 2 and it's working fine!

If you're seeing a lot of "restarting" messages, your settings aren't quite working. I did more adjusting to the voltages ans now have it running at a steady 5.3 Mh/s. I'm not sure about temps but when I touch it, it doesn't immediately burn me.

I should probably get a thermometer...

Anyway, thanks jstefanop for your awesome work and dedication!
wavelengthsf
Full Member
***
Offline Offline

Activity: 658
Merit: 118


View Profile
December 14, 2017, 08:49:56 PM
 #445

So this is a noob question, but I'm pretty new to mining with BFGMiner.

BS is Best Share, right? If it says 21, but the log reports an accepted for 71m/27m, shouldn't best share be 71?

Or does the m mean something other than "mega" like it would in cgminer?
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
December 14, 2017, 08:54:59 PM
Last edit: December 14, 2017, 11:21:57 PM by sunk818
 #446

So this is a noob question, but I'm pretty new to mining with BFGMiner.

BS is Best Share, right? If it says 21, but the log reports an accepted for 71m/27m, shouldn't best share be 71?

Or does the m mean something other than "mega" like it would in cgminer?

Yeah, I confused scrypt with cgminer SHA256 values.

71m is the same as 0.071. So, 21 is a greater value than .071. m means milli (1/1000th).

wavelengthsf
Full Member
***
Offline Offline

Activity: 658
Merit: 118


View Profile
December 14, 2017, 08:58:44 PM
 #447

So this is a noob question, but I'm pretty new to mining with BFGMiner.

BS is Best Share, right? If it says 21, but the log reports an accepted for 71m/27m, shouldn't best share be 71?

Or does the m mean something other than "mega" like it would in cgminer?

Yeah, I confused scrypt with cgminer SHA256 values.

27m is the same as .027 if you're converting it to SHA256. So, 21 is a greater value than .027. m means milli (1/1000th).

Big M like 3.03M I think means million (as in network difficulty of LiteCoin).

Thanks! That helps a lot. Would be awesome if I was getting 126M shares instead of 126m shares Smiley
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2095
Merit: 1396


View Profile
December 14, 2017, 09:00:09 PM
 #448

So this is a noob question, but I'm pretty new to mining with BFGMiner.

BS is Best Share, right? If it says 21, but the log reports an accepted for 71m/27m, shouldn't best share be 71?

Or does the m mean something other than "mega" like it would in cgminer?

No its 21 SHA256 shares which are 2^16 larger than scrypt shares. bfgminer was coded for bitcoin originally so this was never updated. I should probably update bfgminer's front end to differentiate between scrypt and SHA256 shares visual wise, but thats something for when I have spare time...which I have zero of these days :/

71m/27m is "milli" shares i.e. .0071/.0027 * 2^16 ~ 465/177 scrypt shares

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
wavelengthsf
Full Member
***
Offline Offline

Activity: 658
Merit: 118


View Profile
December 14, 2017, 09:02:36 PM
 #449


No its 21 SHA256 shares which are 2^16 larger than scrypt shares. bfgminer was coded for bitcoin originally so this was never updated. I should probably update bfgminer's front end to differentiate between scrypt and SHA256 shares visual wise, but thats something for when I have spare time...which I have zero of these days :/

71m/27m is "milli" shares i.e. .0071/.0027 * 2^16 ~ 465/177 scrypt shares

I remember cgminer used to say the same thing when mining with my GPUs back in 2014, so I knew there was a difference in it. Thanks again!
hercthx
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
December 14, 2017, 09:04:51 PM
 #450

First Impressions..VERY nice!, I like that [attempting restart] if the MLD doesn't init correctly on first run! Kicked 2 of my MLDs into gear where before I know I would have had to do a re-init!
Freight
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 14, 2017, 11:07:21 PM
 #451

New beta version is working great! Thanks jstefanop.  Grin
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
December 14, 2017, 11:20:29 PM
Last edit: December 15, 2017, 02:27:35 AM by sunk818
 #452

So this is a noob question, but I'm pretty new to mining with BFGMiner.

BS is Best Share, right? If it says 21, but the log reports an accepted for 71m/27m, shouldn't best share be 71?

Or does the m mean something other than "mega" like it would in cgminer?

No its 21 SHA256 shares which are 2^16 larger than scrypt shares. bfgminer was coded for bitcoin originally so this was never updated. I should probably update bfgminer's front end to differentiate between scrypt and SHA256 shares visual wise, but thats something for when I have spare time...which I have zero of these days :/

71m/27m is "milli" shares i.e. .0071/.0027 * 2^16 ~ 465/177 scrypt shares

I thought milli meant 1000? Wouldn't 71m mean the value is 0.071? 71 / 1000? 4653 scrypt shares? Maybe my math and understanding is off?

Dischg
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 14, 2017, 11:42:29 PM
 #453

So what is the sweet spot in temp that people are encountering? Speed vs. errors and lock ups?

You might want to get an Antminer L3+ if you want to generate more heat (and noise). These aren't going to warm up your room. I have ten ML2 running and they barely generate a swarm breeze @ 832Mhz.

True! Very true. I have an S9 on the way (eventually), but I can't have that much noise in my office. Too many phone calls. It's not that I was expecting these dinky little things to warm my room. My office is the last radiator on the system so heat just trickles in here. I was hoping that if I ran a bunch of the ASICs day and night, it would give just a little more heat and then my toes will be happy.
MrDogecoin
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 14, 2017, 11:44:46 PM
 #454


Still bfgminer is stuck with 99% CPU workload on XP SP3 32bit.... Sad


EDIT: OMG OMG OMG OMG OMG OMG

It´s working!!!!!

I set both exe + bat to Windows 2000 compatibility mode and voila it´s running..... Smiley Smiley Smiley

Maybe that helps you to find the cause?

************************************

I managed to install Bodhi Linux but I´m completely overchallenged in installing... anything?

It would be so, so, so, so..... cool being able to use my Windows XP device.... Is there any hope you might take a look at least? Smiley
wavelengthsf
Full Member
***
Offline Offline

Activity: 658
Merit: 118


View Profile
December 14, 2017, 11:45:49 PM
 #455


Still bfgminer is stuck with 99% CPU workload on XP SP3 32bit.... Sad

I managed to install Bodhi Linux but I´m completely overchallenged in installing... anything?

It would be so, so, so, so..... cool being able to use my Windows XP device.... Is there any hope you might take a look at least? Smiley

Could you try to install Ubuntu? I know Ubuntu runs on lots of older hardware..
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2095
Merit: 1396


View Profile
December 14, 2017, 11:55:55 PM
 #456


Still bfgminer is stuck with 99% CPU workload on XP SP3 32bit.... Sad

I managed to install Bodhi Linux but I´m completely overchallenged in installing... anything?

It would be so, so, so, so..... cool being able to use my Windows XP device.... Is there any hope you might take a look at least? Smiley

Windows XP is nearing 2 decades old, and even Microsoft stopped supporting it years ago...you can't expect a new miner in 2017 to support it, I have no way of testing it even if I wanted to (which I don't...I hate windows Tongue).

Like others have said, install Ubuntu on the old hardware, its one of the easiest to use linux distro's  (has a modern GUI). All you have to do is just download the linux binary after you install it and it should work out of the box.

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
racebyu
Sr. Member
****
Offline Offline

Activity: 346
Merit: 260


View Profile
December 15, 2017, 12:30:55 AM
 #457

Does this new software just address the restart issue?
I have no problem running the older version when a higher current supply is used on the hub.
I do have some issues with Stale submissions that comes and goes between blocks?
Getting around 5Mh per x 5 and running at 876 in BFG miner bat file, extra usb fan for cooling.
pwkad
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
December 15, 2017, 12:48:30 AM
 #458

Hi I'm on OSX 10.12.6 is there any way to tell if it suffers the same issues as 10.13?  The script is not finding the plugged in miner for me, I'll try going through the readme again to see if I missed a step somewhere but wanted to see if there was a place to check to see if the right driver was used or w/e.

Thanks again for this project!
MrDogecoin
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 15, 2017, 01:02:06 AM
 #459


Windows XP is nearing 2 decades old, and even Microsoft stopped supporting it years ago...you can't expect a new miner in 2017 to support it, I have no way of testing it even if I wanted to (which I don't...I hate windows Tongue).

Like others have said, install Ubuntu on the old hardware, its one of the easiest to use linux distro's  (has a modern GUI). All you have to do is just download the linux binary after you install it and it should work out of the box.

Well, the thing is that it´s working now flawlessly!!

I just activated Windows 2000 compatibility mode for both exe and bat files.
Now it´s perfect and I´m happy.
lennyNO
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
December 15, 2017, 01:18:43 AM
 #460

>> Does this new software just address the restart issue?

From the release notes: "This update fixes a few bugs and adds better support for multiple sticks on a hub. The update is recommended for everyone since it adds much needed low level restart logic."

>> I have no problem running the older version when a higher current supply is used on the hub.

Me neither, until the odd moment one MLD stops, or, for some reason, they all stop. Which has happened to me once every few days. I cannot babysit these units all the time, so being able to run them unsupervised for a long time without is very very useful.

>> Getting around 5Mh per x 5 and running at 876 in BFG miner bat file, extra usb fan for cooling.

Same here. Note that hashrate = 5.66 x clockfrequency, so 876x5.66= 5Mh/s (if all cores are working). I had to trim the core voltage a bit more compared to my previous 832Mhz. I tried first 856, then I got a bit more HW errors, then 876 and a lot more HW errors (>> 1%), that gave me an idea how much to change the core voltage pot. Now it is steady at just below 1% error rate. I have got two small but powerfull USB fans blowing on them, keeps them cool. I have 6 units, and 5 more on their way (thanks to jstefanop for finding time last monday to ship them over!!!).

With ~11 MLD2's one reaches (imho) the limit of what makes sense before it is time to move up the big step to an Antminer L3+, these are about 3x more costefficient (MH/unit_cost). With the expected increases in hashing power over the next 6mo, returns will fade fast (unless the price of LTC goes to the sky).

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 ... 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!