Bitcoin Forum
April 26, 2024, 06:49:19 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 »  All
  Print  
Author Topic: Modular Python Bitcoin Miner - Official Thread  (Read 73923 times)
ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 09, 2012, 04:10:29 PM
 #41

i must say, it works and have a very high efficiency.

but the form is a bit strange on my machine. Embarrassed



python 2.7.2 and curses 2.2  (AMD64)  Huh
1714114159
Hero Member
*
Offline Offline

Posts: 1714114159

View Profile Personal Message (Offline)

Ignore
1714114159
Reply with quote  #2

1714114159
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714114159
Hero Member
*
Offline Offline

Posts: 1714114159

View Profile Personal Message (Offline)

Ignore
1714114159
Reply with quote  #2

1714114159
Report to moderator
1714114159
Hero Member
*
Offline Offline

Posts: 1714114159

View Profile Personal Message (Offline)

Ignore
1714114159
Reply with quote  #2

1714114159
Report to moderator
1714114159
Hero Member
*
Offline Offline

Posts: 1714114159

View Profile Personal Message (Offline)

Ignore
1714114159
Reply with quote  #2

1714114159
Report to moderator
freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 09, 2012, 04:25:29 PM
 #42

So does the hotplug not work with multiple x6500s? Or am I doing something wrong? I have 5, it seems like they all connect, but they never start hashing and I keep getting lots of Errno 19 where they disconnect.


freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 09, 2012, 04:30:59 PM
 #43

Yeah, weird. When I specify them each by serial # it works perfectly.

thirdlight
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250



View Profile
February 09, 2012, 04:31:55 PM
 #44

So does the hotplug not work with multiple x6500s?
I have it working with multiple X6500s - on windows, though.

freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 09, 2012, 04:34:51 PM
 #45

So does the hotplug not work with multiple x6500s?
I have it working with multiple X6500s - on windows, though.

Yeah, maybe it's my Mac? Also, specifying the serial # in the config does nothing. When using the single x6500 miner, it automatically connects to device 0.

TheSeven (OP)
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 09, 2012, 05:50:30 PM
 #46

Are you sure that there's a bitstream running on the FPGAs? If they just get validation job timeouts after 3 minutes that might just be an FPGA that wasn't booted. MPBM won't upload bitstreams unless you instruct it to in the config file.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 09, 2012, 06:59:29 PM
 #47

Very sure. I programmed them using the x6500 software. I have all 5 up and running using 5 instances of your software with single x6500....but the hotplug won't work for whatever reason. Any suggestions?

coblee
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
February 09, 2012, 07:01:18 PM
 #48

Very sure. I programmed them using the x6500 software. I have all 5 up and running using 5 instances of your software with single x6500....but the hotplug won't work for whatever reason. Any suggestions?

I never got the hotplug working on my Mac either. I got the same error message. So I gave up and just specified the serial and that's been working fine.

TheSeven (OP)
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 09, 2012, 08:13:09 PM
 #49

Very sure. I programmed them using the x6500 software. I have all 5 up and running using 5 instances of your software with single x6500....but the hotplug won't work for whatever reason. Any suggestions?
No idea how hotplug cannot work if single workers do, that's really weird. They both enumerate all devices on the bus, just that the single worker skips everything where the serial doesn't match, and that hotplug spawns a single worker for every serial that it finds on the bus.
But you should be able to just copy the worker definition in the config file for all 5 boards instead of running 5 MPBM instances. That's basically what hotplug would do anyway.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
coblee
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
February 09, 2012, 08:17:59 PM
 #50

Very sure. I programmed them using the x6500 software. I have all 5 up and running using 5 instances of your software with single x6500....but the hotplug won't work for whatever reason. Any suggestions?
No idea how hotplug cannot work if single workers do, that's really weird. They both enumerate all devices on the bus, just that the single worker skips everything where the serial doesn't match, and that hotplug spawns a single worker for every serial that it finds on the bus.
But you should be able to just copy the worker definition in the config file for all 5 boards instead of running 5 MPBM instances. That's basically what hotplug would do anyway.

I have 2 x6500 workers in a single instance of MPBM on my Mac.

freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 09, 2012, 09:02:36 PM
 #51

Weird, specifying them by serial # doesn't seem to work on my Mac. No matter what serial # I put, it seems to connect to device #0 first. The second instance then connects to device #1, and so on.

Coblee can I see what your config file looks like? Would love to only have 1 instance running.

Thanks for all the help Smiley

coblee
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
February 09, 2012, 11:31:20 PM
 #52

Here's the relevant part:

Code:
  # Single X6500 worker
  { \
    "type": worker.fpgamining.x6500.X6500Worker, \
    "deviceid": "AH00WOWD", \
    "firmware": "worker/fpgamining/firmware/ztexmerge_200mhz.bit", \
    "takeover": True, \
#    "uploadfirmware": True, \
  }, \

  # Single X6500 worker
  { \
    "type": worker.fpgamining.x6500.X6500Worker, \
    "deviceid": "AH00WI18", \
    "firmware": "worker/fpgamining/firmware/ztexmerge_200mhz.bit", \
    "takeover": True, \
#    "uploadfirmware": True, \
  }, \

coblee
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
February 09, 2012, 11:33:14 PM
 #53

When using the icarus worker, if I stop the miner and restart it, the icarus worker will fail to start with this message:

Code:
Icarus board on /dev/tty.usbserial: Timeout waiting for validation job to finish 

It seems like I have to disconnect and reconnect them in order for it to work again. Any ideas?

freshzive
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
February 10, 2012, 06:06:02 AM
 #54

So what's the proper way to specifiy a backup pool? I set my primary pool to a priority of '1000' and the backup to '1', yet my backup pool seems to be getting lots of shares still for some reason...

Thanks for the help coblee, got it running successfully with all 5 x6500s in one instance Smiley

finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
February 10, 2012, 07:56:09 AM
 #55

Mark.

TheSeven (OP)
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 10, 2012, 08:55:55 AM
 #56

So what's the proper way to specifiy a backup pool? I set my primary pool to a priority of '1000' and the backup to '1', yet my backup pool seems to be getting lots of shares still for some reason...

Thanks for the help coblee, got it running successfully with all 5 x6500s in one instance Smiley
If your main pool behaves normally this should only happen shortly after starting the miner (or if the backup pool is incredibly lucky).
I might have to adjust some of the bias values in the default configuration to improve the startup behavior, in order to not confuse people...

You might want to try something like these:
Code:
getworkbias = -3000
longpollkillbias = 3000
getworkfailbias = -5000
jobstartbias = 0
jobfinishbias = 3000
sharebias = 1000
uploadfailbias = 0
stalebias = -10000
biasdecay = 0.9995
That should make the hashrate distribution more predictable and less pool luck dependent. Use that with priority 10-20 for the main and 1 for the backup pool.

If you want it to just distribute hashrate accordingly to the priority/hashrate settings and completely ignore the pool's behavior, use this:
Code:
getworkbias = -3000
longpollkillbias = 3000
getworkfailbias = 3000
jobstartbias = 0
jobfinishbias = 3000
sharebias = 0
uploadfailbias = 0
stalebias = 0
biasdecay = 0.9995
This will make it flood the primary pool with requests though if it's down and might end up not being able to fetch work quick enough in that situation, so this should only be used with multiple load-balanced pools at similar priority levels.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
nbtcminer
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
February 10, 2012, 01:55:00 PM
 #57

For those with Win x64, where are you getting libusb from?
 I'm basically stuck at the x6500 driver; no backend available
TheSeven (OP)
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 10, 2012, 02:04:06 PM
 #58

For those with Win x64, where are you getting libusb from?
 I'm basically stuck at the x6500 driver; no backend available
In theory, building a WinUSB driver for the FTDI should work, libusb can nowadays use WinUSB as a backend.
I haven't got around to building such a driver yet though.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 10, 2012, 03:49:29 PM
 #59

Wohoo..got it working. Just a note for those on Win 7 x64. First download and install curses mython module from here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses


On a different note, what percent stale shares are you folks seeing?

Edit: Whoops, replied to wrong thread. But still relevant. I meant to reply to the Icarus thread.

allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 10, 2012, 04:00:34 PM
 #60

In regards to this:

 "priority": 30, \

I take it the higher the number the higher the priority. And if so what is a recommended priority setting. I'm testing with BTC Guild for example, and I just kept the stock config's 30 level priority. This might be too high?? Could this explain failed job requests?



Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »  All
  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!