Bitcoin Forum
April 18, 2024, 12:35:36 AM *
News: Latest Bitcoin Core release: 26.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 73922 times)
O_Shovah
Sr. Member
****
Offline Offline

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
February 12, 2012, 02:08:05 PM
 #81

Has anybody suceded in running a Icarus board and a x6500 in parallel ?

It seems im missing something in the config.
It only recognices and starts the x6500.
The Icarus remains unseen.

1713400536
Hero Member
*
Offline Offline

Posts: 1713400536

View Profile Personal Message (Offline)

Ignore
1713400536
Reply with quote  #2

1713400536
Report to moderator
1713400536
Hero Member
*
Offline Offline

Posts: 1713400536

View Profile Personal Message (Offline)

Ignore
1713400536
Reply with quote  #2

1713400536
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 12, 2012, 03:10:23 PM
 #82

Has anybody suceded in running a Icarus board and a x6500 in parallel ?

It seems im missing something in the config.
It only recognices and starts the x6500.
The Icarus remains unseen.

Do you have this in the list of modules to be loaded section:

import worker.theseven.icarus

and then in the list of workers section, this:

# Icarus worker
  { \
    # Worker module
    "type": worker.theseven.icarus.IcarusWorker, \
    # Worker module parameters, in this case serial port name (default: /dev/ttyS0)
    "port": "COM3", \
  }, \



Just remember to change the port variable to your particular one (ie COMx, or /dev/ttyUSBx)

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

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 12, 2012, 03:27:07 PM
Last edit: February 12, 2012, 05:18:52 PM by TheSeven
 #83

I have 2 Icarus boards and after mining for a while, the stats start to look weird:

Code:
              Worker               │Accepted│Accepted│Stale shares│Invalid shares│Current│ Average │Temperature│Effi- │   Current                                            
                name                │  jobs  │ shares │ (rejected) │ (K not zero) │MHash/s│ MHash/s │(degrees C)│ciency│     pool  
Icarus board on /dev/tty.usbserial  │    4389│    2195│   23 (1.0%)│      2 (0.1%)│ 379.70│   373.31│  Unknown  │ 94.7%│   Eclipse                                            
Icarus board on /dev/tty.usbserial20│    4459│    2272│   23 (1.0%)│      7 (0.3%)│ 379.36│129609.80│  Unknown  │  0.3%│   Eclipse                                            

The accepted shares are about the same, but the 2nd board is shwoing a wrong average mhash/s and efficiency. In the logs I do notice a that the 2nd board had timed out a few times. TheSeven, any ideas?
Looks like something goes wrong with the total MHash counter for that worker. No idea what though, I've had a quick look at that code and can't spot any obvious reason for this. I also can't reproduce it by deliberately causing communication problems with the board.

Has anybody suceded in running a Icarus board and a x6500 in parallel ?

It seems im missing something in the config.
It only recognices and starts the x6500.
The Icarus remains unseen.
This is a bit tricky because the Icarus board requires the ftdi_sio kernel module, which conflicts with the x6500.
The following might be worth a try:
  • Configure both workers in the MPBM config file
  • rmmod ftdi_sio
  • Start MPBM (Icarus will fail)
  • modprobe ftdi_sio (Icarus should be detected now)

EDIT: It seems like the Icarus board isn't based on FTDI, but on some other USB to serial converter, which means that it doesn't need the ftdi_sio kernel module either (but possibly some other one, which doesn't hurt x6500 though).

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

Activity: 249
Merit: 250


View Profile
February 15, 2012, 09:21:58 PM
 #84

Interesting note:

Found a method for installing Libusb on Windows but haven't had a change to test it yet. It seems like someone make this work around for iPhones but it may work for MPBM purposes:

http://www.limesn0w.org/how-to-install-libusb-on-windows-7-vista-64-bit/

I'll give it a try tomorrow and let y'all know how it goes.



Cheers,
nbtcminer
coblee
Donator
Legendary
*
Offline Offline

Activity: 1653
Merit: 1286


Creator of Litecoin. Cryptocurrency enthusiast.


View Profile
February 15, 2012, 09:26:58 PM
 #85

I have 2 Icarus boards and after mining for a while, the stats start to look weird:

Code:
              Worker               │Accepted│Accepted│Stale shares│Invalid shares│Current│ Average │Temperature│Effi- │   Current                                            
                name                │  jobs  │ shares │ (rejected) │ (K not zero) │MHash/s│ MHash/s │(degrees C)│ciency│     pool  
Icarus board on /dev/tty.usbserial  │    4389│    2195│   23 (1.0%)│      2 (0.1%)│ 379.70│   373.31│  Unknown  │ 94.7%│   Eclipse                                            
Icarus board on /dev/tty.usbserial20│    4459│    2272│   23 (1.0%)│      7 (0.3%)│ 379.36│129609.80│  Unknown  │  0.3%│   Eclipse                                            

The accepted shares are about the same, but the 2nd board is shwoing a wrong average mhash/s and efficiency. In the logs I do notice a that the 2nd board had timed out a few times. TheSeven, any ideas?
Looks like something goes wrong with the total MHash counter for that worker. No idea what though, I've had a quick look at that code and can't spot any obvious reason for this. I also can't reproduce it by deliberately causing communication problems with the board.

This keeps happening to me. Let me know how I can help you fix this. I am running the latest code.

allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 16, 2012, 11:30:21 PM
 #86

Hmm, maybe this can be addressed in the next version of the miner, but it seems after connection/get work issues the miner reports ridiculous hash rates and low efficiency levels. Right now it says my average is 4244 MHs with 9.0% efficiency - I wish!! (I'm running a single Icarus board)

Maybe it should reset it's average/stats after a series of connection problems?

allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 17, 2012, 08:25:05 AM
 #87

wtf..how come efficiency is showing as being negative!! looool. I'm pushing an average of -3716 MHs.

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

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 19, 2012, 12:16:43 PM
 #88

wtf..how come efficiency is showing as being negative!! looool. I'm pushing an average of -3716 MHs.


I bet this is a race condition of some kind in the Icarus worker module. However I fail to spot/reproduce it. Tongue
Feel free to have a look at the code yourself, it isn't all that complex. An additional pair of eyes can't hurt Smiley
Anyway, I'm preparing for a new major version which will overhaul a lot of things (so it might take a while until it's finished), but as this module will probably completely rewritten during the process, I hope that this bug will just be gone afterwards...

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1080



View Profile WWW
February 19, 2012, 02:04:03 PM
 #89

wtf..how come efficiency is showing as being negative!! looool. I'm pushing an average of -3716 MHs.


I bet this is a race condition of some kind in the Icarus worker module. However I fail to spot/reproduce it. Tongue
Feel free to have a look at the code yourself, it isn't all that complex. An additional pair of eyes can't hurt Smiley
Anyway, I'm preparing for a new major version which will overhaul a lot of things (so it might take a while until it's finished), but as this module will probably completely rewritten during the process, I hope that this bug will just be gone afterwards...

As far as I can tell it only happens when the pool I'm mining on has major connection issues or is down. Either it's not really that big of a deal - a quick restart of the miner fixes it. But I'm glad to hear you're rewriting the module/miner.

thirdlight
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250



View Profile
February 19, 2012, 02:15:15 PM
 #90

I'm preparing for a new major version
Can you add uptime to the top line? So stable, like to see the weeks ticking by!

ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 19, 2012, 05:41:14 PM
 #91

Code:
                                        Modular Python Bitcoin Miner v0.0.4alpha
────────────────────────────────────────────────────────────
Total speed: 2277.0 MH/s - Buffer: 36/37 (49.27 seconds)

    Pool   │Long          │  Job   │   Failed   │Accepted│Rejected│Accepted│Ses│s│Share upload│Average│Effi-
rrentame   │poll│Difficulty│requests│job requests│  jobs  │  jobs res │ (rejected) │  retries   │MHash/s│cienc
bias it.net Yes n│   9999800│  574│  196 3.30%.0%)│525    0│30     0269     5 (1.8%)0 (0.0%)│     383.75│17.13.04
22707ol.co  Yes n│   9999800│ 2577    65 (2.5%).0%) 2326    0 149     1151     50│ 4  0 (0.0%)│    1743.52│1008%%22
31089
        Worker       │Accepted│Accepted│Stale shares│Invalid shares│Cu│Average│Temperature│Effi-Current rurrent
         name        │  jobs  │ shares │ (rejected) │ (K not zero) │MH│MHash/s│(degrees C)│ciencc pool
Icarus board on COM6 │    4670│   226 0│    0 (0.0%)│      0 (0.0380.06│ 39.030│  Unknown  91.19.ABCPool.co .
Icarus board on COM7 │    4780│   250│    2 0.80%0%)│      0 (0. 377.64│ 32.115│  Unknown  99.98.ABCPool.co .
Icarus board on COM10│    4800│   250│    1 0.40%0%)│      0 (0. 378.29│ 36.363│  Unknown   7.27.ABCPool.co .
Icarus board on COM15│    4850│   252 0│    0 (0.0%)│      0 (0. 380.94│ 35.595│  Unknown   4.72.ABCPool.co .
Icarus board on COM16│    4580│   203     3 (1.5%)0      2 (1.0%).0380.12│ 37.256│  Unknown   2.23.ABCPool.co .
Icarus board on COM17      483      239     4 (1.6%))│      0 (0.0% 380.00│ 26.947│  Unknown   3.02.ABCPool.co .
────────────────────────────────────────────────────────────
2012-02-20 01:40:37.869000: Mining ABCPool.co:cc9e828c095bd3f5a3d9ee6ae27b7b6856b73b4ceaebcf6962d3938f26b2ef5a:1dd183124
2012-02-20 01:40:38.758000: Mining ABCPool.co:b1355f70b6ff98c5173e60020a023a765aa0b8be9fd30a0f997cbfbea2ba2e5e:3b7a44224
2012-02-20 01:40:38.820000: ABCPool.co accepted share 32c9758a (difficulty 1.33552)
2012-02-20 01:40:39.335000: Icarus board on COM17 found share: ABCPool.co:b1355f70b6ff98c5173e60020a023a765aa0b8be9fd30a
2012-02-20 01:40:39.397000: Mining ABCPool.co:798d60f1abee1f9a065035be22a4915ae1d89d218300f4fe9140025fc022c5a3:9e8a76e14
2012-02-20 01:40:40.021000: ABCPool.co accepted share f6658d86 (difficulty 1.83261)
2012-02-20 01:40:42.689000: Icarus board on COM16 found share: ABCPool.co:cc9e828c095bd3f5a3d9ee6ae27b7b6856b73b4ceaebcf
2012-02-20 01:40:42.751000: Mining ABCPool.co:42dfd20b1ef26f4035be9187743ef131b29b8d0c96e560472cbd0170421ab011:acb11fe74
2012-02-20 01:40:42.907000: Mining ABCPool.co:3c6e7d82feda19f8af4d62bc1a8494d8d02410d63fe1acea94c91ebe3e666996:63d37f274
2012-02-20 01:40:43.173000: Mining ABCPool.co:9de391c99a6ea9903974dd9312608e7dded3974d0ce20529fc0529b9c4c7e806:263345134
2012-02-20 01:40:43.438000: ABCPool.co long poll failed: ''
2012-02-20 01:40:43.719000: ABCPool.co accepted share 56619936 (difficulty 1.86586)
2012-02-20 01:40:43.890000: Mining ABCPool.co:51b605b9dca67c187b894217f4312f6c9aff5f0c5d5bf74445a2227c23060ef2:1e74f8204
2012-02-20 01:40:44.452000: Icarus board on COM17 found share: ABCPool.co:798d60f1abee1f9a065035be22a4915ae1d89d218300f4
2012-02-20 01:40:44.467000: Mining ABCPool.co:4cd8471800d3777a727eeedeed6ab98ffe47b6b298f6fb7c9586434af68a401f:897d52e04
2012-02-20 01:40:44.592000: Icarus board on COM10 found share: ABCPool.co:3c6e7d82feda19f8af4d62bc1a8494d8d02410d63fe1ac
2012-02-20 01:40:44.608000: Mining ABCPool.co:dd9ef771b4c1f1981170150bbae961fc2062757342c585b5260897d475f38c69:8b0893b44
2012-02-20 01:40:45.450000: ABCPool.co accepted share cd3d3e39 (difficulty 1.45851)
2012-02-20 01:40:45.575000: ABCPool.co accepted share b91efe92 (difficulty 1.69001)
2012-02-20 01:40:46.074000: Mining ABCPool.co:8cd84d3d3a2840351be3d13c51ab278a5ab570f354c944cde891a064aa5c0da7:17b466b64
2012-02-20 01:40:47.665000: Icarus board on COM15 found share: ABCPool.co:8cd84d3d3a2840351be3d13c51ab278a5ab570f354c944
2012-02-20 01:40:47.712000: Mining ABCPool.co:da141d2f51aa6bd9b5f7b41eb0af39b7c1845ae9679a82b46f5ee4583b214365:4b04517e4
2012-02-20 01:40:47.884000: Icarus board on COM6 found share: ABCPool.co:9de391c99a6ea9903974dd9312608e7dded3974d0ce2052
2012-02-20 01:40:47.931000: Mining ABCPool.co:e43970301d29b08e0f5bafac066d6fb8e5db9ce4600cd244987a5844d2938dfb:203859b04
2012-02-20 01:40:48.523000: ABCPool.co accepted share 6d0a5b35 (difficulty 1.21961)
2012-02-20 01:40:48.695000: ABCPool.co accepted share 2c010f12 (difficulty 1.78641)
2012-02-20 01:40:51.035000: Mining ABCPool.co:b39d9f7c89fbb434c36f4d713ec8c5b07c82c7a4f1962b60482051c8037e901d:3b2391d04


running 6 boards.
O_Shovah
Sr. Member
****
Offline Offline

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
February 19, 2012, 09:36:11 PM
 #92

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.

Afther some dirty kernel hacking i got the modules to appear finally.

I will measure the power and create "How to" for Gumstix boards this week.

Manys thanks to TheSeven for his tips and patience on me and my ARM problems.

ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 20, 2012, 06:38:30 PM
 #93

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.

Afther some dirty kernel hacking i got the modules to appear finally.

I will measure the power and create "How to" for Gumstix boards this week.

Manys thanks to TheSeven for his tips and patience on me and my ARM problems.

hi, i think you need a free icarus. please PM me your address.


Code:
                                                            Modular Python Bitcoin Miner v0.0.4alpha
────────────────────────────────────────────────────────────────────────────────
Total speed: 6714.2 MH/s - Buffer: 103/110 (46.81 seconds)

    Pool   │Long          │  Job   │   Failed   │Accepted│Rejected│Accepted│Ses│s│Share upload│AveragEffi- │Current
    name   │poll│Difficulty│requests│job requests│  jobs  │  jobs res │ (rejected) │  retries   │MHashciency│  bias
deepbit.net Yes n│   9999800│  121│    1 0.80%.0%)│ 23    0│       0 10      0│    0 (0.0%)│    0556.25│24.05│035763
ABCPool.co  Yes n│   9999800│  179 97│    0 (0.0%)│166    0│       0 69      0│    0 (0.0%)│    5616.09│ 4.71% 2641747

        Worker       │Accepted│Accepted│Stale shares│Invalid shares│Current│Average│TempeEffi- │ Current urrent
         name        │  jobs  │ shares │ (rejected) │ (K not zero) │MHash/s│MHash/s│(degrciency│c  pool
Icarus board on COM6 │     100│     3 0│    0 (0.0%)│      0 (0.0%83.0088340.48  0.00│  Unkn60.8%  ABCPool.co
Icarus board on COM7 │      80│     1 0│    0 (0.0%)│      0 (0.0%)0.2388329.10  0.00│  Unkn21.0%  ABCPool.co
Icarus board on COM10│     120│     9 0│    0 (0.0%)│      0 (0.0%79.7963328.67  0.00│  Unk188.8%  ABCPool.co
Icarus board on COM15│     110│     5 0│    0 (0.0%)│      0 (0.0%80.1963324.28  0.00│  Unk106.3%  ABCPool.co
Icarus board on COM16│     100│     5 0│    0 (0.0%)│      0 (0.0%76.8063345.66  0.00│  Unk 99.8%  ABCPool.co
Icarus board on COM17│     120│     5 0│    0 (0.0%)│      0 (0.0%79.9663369.77  0.00│  Unk 93.3%│deepbit.ne
Icarus board on COM18│      90│     5 0│    0 (0.0%)│      0 (0.0%80.0663330.80  0.00│  Unk104.2%  ABCPool.co nown
Icarus board on COM19│     110│     3 0│    0 (0.0%)│      0 (0.0%77.8388362.95  0.00│  Unk 57.0% deepbit.net
Icarus board on COM20│      90│     4 0│    0 (0.0%)│      0 (0.0%79.7988325.46  0.00│  Unk 84.8%  ABCPool.co
Icarus board on COM21│     130│     7 0│    0 (0.0%)│      0 (0.0%80.4863362.83  0.00│  Unk133.1% deepbit.net
Icarus board on COM22│     110│     4 0│    0 (0.0%)│      0 (0.0%81.1988329.84  0.00│  Unk 83.6%  ABCPool.co
Icarus board on COM23│     100│     4 0│    0 (0.0%)│      0 (0.0%79.0163313.29  0.00│  Unk 88.1%  ABCPool.co
Icarus board on COM24│     100│     3 0│    0 (0.0%)│      0 (0.0%79.2488362.98  0.00│  Unk 57.0%  ABCPool.co
Icarus board on COM25│     120│     3 0│    0 (0.0%)│      0 (0.0256.7363367.14  0.00│  Unk 56.4% deepbit.net
Icarus board on COM26│     100│     4 0│    0 (0.0%)│      0 (0.0%79.2888363.76  0.00│  Unk 75.8%│deepbit.ne
Icarus board on COM27│     100│     6 0│    0 (0.0%)│      0 (0.0%80.8063338.64  0.00│  Unk122.2%  ABCPool.co
Icarus board on COM28│     130│     7 0│    0 (0.0%)│      0 (0.0%80.4088345.38  0.00│  Unk139.8%  ABCPool.co
Icarus board on COM29│      80│     1 0│    0 (0.0%)│      0 (0.0%79.4063332.55   Unknown    20.7%  ABCPool.co
────────────────────────────────────────────────────────────────────────────────
2012-02-21 02:37:31.156000: ABCPool.co accepted share 6ad8235a (difficulty 1.25493)
2012-02-21 02:37:31.234000: Mining ABCPool.co:bd493bdc18c03cbce19cfc5b0fa765eeffed5a5269df3a459559221abcd7182c:50c7abd94f4292d31a0c309c on Icarus board on COM1
2012-02-21 02:37:31.422000: ABCPool.co accepted share e88ab92e (difficulty 28.64714)
2012-02-21 02:37:31.702000: ABCPool.co accepted share 67b8fed8 (difficulty 1.14714)
2012-02-21 02:37:31.952000: ABCPool.co accepted share ed7f309c (difficulty 1.67040)
2012-02-21 02:37:31.983000: ABCPool.co accepted share ee6713a9 (difficulty 1.12833)
2012-02-21 02:37:32.061000: Mining ABCPool.co:c930882db32c99251c430a311ad6f77ddb6f094f2b59c55915c8227869ec301a:881adb0f4f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:32.217000: Mining ABCPool.co:5c2fb51d1d14a084d053f1e39e53396e839d0f44f55d0fde8c41a9fadeef16df:ce4c6a4b4f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:32.342000: Mining ABCPool.co:f754f28724b18d093cbc7509a2d1db2bab71afd6da52d9122fec8577b93bea7b:c53aad1c4f4292d31a0c309c on Icarus board on COM7
2012-02-21 02:37:32.482000: Icarus board on COM10 found share: ABCPool.co:eef89fa0481fedb1c067322985b09a9d956273d959c92d38c3dd5ab3aef6d295:c67372f74f4292d31a0c
2012-02-21 02:37:32.529000: Mining ABCPool.co:d02c6a6a1bfc7f581fa13d2038242eed5f2f1231b0f7c11c1ea6528fce3b7ec0:437d35c74f4292d31a0c309c on Icarus board on COM1
2012-02-21 02:37:32.529000: Icarus board on COM28 found share: ABCPool.co:c930882db32c99251c430a311ad6f77ddb6f094f2b59c55915c8227869ec301a:881adb0f4f4292d31a0c
2012-02-21 02:37:32.529000: Icarus board on COM28 found share: ABCPool.co:c930882db32c99251c430a311ad6f77ddb6f094f2b59c55915c8227869ec301a:881adb0f4f4292d31a0c
2012-02-21 02:37:32.576000: Mining ABCPool.co:ef08880b785631b92f8ca8acd65bad81724d27213b1b15735bc15de16b575d5e:8390db6c4f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:32.607000: Mining ABCPool.co:5db0e7bda8ecf944f67cda1bf911eafbec3865361b9fc4f3617980b2b6b5e767:e1ce485a4f4292d31a0c309c on Icarus board on COM1
2012-02-21 02:37:33.325000: Mining ABCPool.co:c0980c142acd5e150fdf5a799789522868a417c47bdaa020174f4a0dfba555e9:996f97f84f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:33.356000: Icarus board on COM22 found share: ABCPool.co:96d25b46cedcfa3452fc3593e869c32baaf131289762444a74733bfb02cf886b:2992ccfb4f4292d31a0c
2012-02-21 02:37:33.434000: Mining ABCPool.co:66530ee458dc6c61c6dec776e6ce465386f595bb3d1718283423aa89892eefb4:0ef644534f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:33.434000: ABCPool.co accepted share c33a05b6 (difficulty 1.01786)
2012-02-21 02:37:33.481000: ABCPool.co accepted share f1a95385 (difficulty 1.12404)
2012-02-21 02:37:33.840000: Mining ABCPool.co:b711e7429ff5cc3ff2250611855af1bef21c15954cc5e796d5c371572e261d34:0e2eaa1e4f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:33.949000: Icarus board on COM25 found share: ABCPool.co:b711e7429ff5cc3ff2250611855af1bef21c15954cc5e796d5c371572e261d34:0e2eaa1e4f4292d31a0c
2012-02-21 02:37:33.980000: Mining ABCPool.co:538b1914eeb5e172cf25a474c14a089e29e319bce08ff43ca2b5b0ca1c4f40ba:1cdace8c4f4292d31a0c309c on Icarus board on COM2
2012-02-21 02:37:34.027000: Icarus board on COM17 found share: ABCPool.co:40bf90c90c25593b1520d4e8fceeac6bc1590bc3e87261d1c40da7a9ade3ddb9:b07eb4fd4f4292d31a0c
2012-02-21 02:37:34.074000: Mining ABCPool.co:40047f1e38030d17230c244a38e5741ece898550320f0fa65210df641c420291:c85389d24f4292d31a0c309c on Icarus board on COM1
2012-02-21 02:37:34.167000: Icarus board on COM17 found share: ABCPool.co:40047f1e38030d17230c244a38e5741ece898550320f0fa65210df641c420291:c85389d24f4292d31a0c
2012-02-21 02:37:34.214000: Mining ABCPool.co:453f2775edc5759e3a44792af2c252fb0e7e6e3eed5ffaec0faa474d1a9e216d:c469a5824f4292d31a0c309c on Icarus board on COM1
2012-02-21 02:37:34.230000: Mining ABCPool.co:48ae70fb9f3ba56c71b92aa071da3bf89b18fd380893c24b57a0e0407b973bdb:85d7850c4f4292d31a0c309c on Icarus board on COM6
2012-02-21 02:37:34.245000: Icarus board on COM27 found share: ABCPool.co:649061e0aee626498efdab28c94c4fc0cd44b312900bbcb0f132b976bb5d61bc:2598ae164f4292d31a0c
2012-02-21 02:37:34.323000: Mining ABCPool.co:65157a37c83ab9eb8b169271ddb450623aeb9b6e9c29008438a9dd52220d3259:ed514a644f4292d31a0c309c on Icarus board on COM2
O_Shovah
Sr. Member
****
Offline Offline

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
February 20, 2012, 07:38:18 PM
 #94

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.

Afther some dirty kernel hacking i got the modules to appear finally.

I will measure the power and create "How to" for Gumstix boards this week.

Manys thanks to TheSeven for his tips and patience on me and my ARM problems.

hi, i think you need a free icarus. please PM me your address.

Did you mean TheSeven or me  Huh *confused*

I will post a guide to your thread too.
It gives a host computer with a almost full flavoured Linux using only 4 W. Smiley

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

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 20, 2012, 09:44:16 PM
 #95

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.
Afther some dirty kernel hacking i got the modules to appear finally.
I will measure the power and create "How to" for Gumstix boards this week.
Manys thanks to TheSeven for his tips and patience on me and my ARM problems.
Sorry about not being able to help you during the weekend, I was kinda busy with non-bitcoin stuff. Seems like you managed to get it running nevertheless?
Which distro did you base this on? I know Ubuntu on the Pandaboard works like a charm (I'm using that over here), but I'm not sure about Gumstix.

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

Activity: 410
Merit: 252


Watercooling the world of mining


View Profile
February 20, 2012, 10:19:53 PM
 #96

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.
Afther some dirty kernel hacking i got the modules to appear finally.
I will measure the power and create "How to" for Gumstix boards this week.
Manys thanks to TheSeven for his tips and patience on me and my ARM problems.
Sorry about not being able to help you during the weekend, I was kinda busy with non-bitcoin stuff. Seems like you managed to get it running nevertheless?
Which distro did you base this on? I know Ubuntu on the Pandaboard works like a charm (I'm using that over here), but I'm not sure about Gumstix.

Its a Ubuntu distru. A 10.04 "natty" to be precise.

Its the same i tried using your client eralier.The charm was to compile a customised modified kernel for the board wich now seems to feature all modules intended for a regular ubuntu.
I found a book (540pages) " The linux kernel " Cheesy  That helped a lot.

I may hand it to you if i'm sure it works properly.

ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 21, 2012, 02:10:55 AM
 #97

I finally got both the Icarus board and the x6500 board working on my "Gumstix" ARM computer.

Afther some dirty kernel hacking i got the modules to appear finally.

I will measure the power and create "How to" for Gumstix boards this week.

Manys thanks to TheSeven for his tips and patience on me and my ARM problems.

hi, i think you need a free icarus. please PM me your address.

Did you mean TheSeven or me  Huh *confused*

I will post a guide to your thread too.
It gives a host computer with a almost full flavoured Linux using only 4 W. Smiley

ahhhhh, i mean TheSeven. i made a mistake.

 Embarrassed
ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 21, 2012, 03:16:01 PM
 #98

Code:
                                                            Modular Python Bitcoin Miner v0.0.4alpha
───────────────────────────────────────────────────────────────────────────────
Total speed: 9501.1 MH/s - Buffer: 128/148 (43.24 seconds)

    Pool   │Long          │  Job   │   Failed   │Accepted│Rejected│Accepted│Ses│s│Share upload│Average│Effi- │Cur
    name   │poll│Difficulty│requests│job requests│  jobs  │  jobs res │ (rejected) │  retries   │MHash/s│ciency│
deepbit.net Yes n│   9999800│ 5780 14032 24.35%.0%) 4251    0│73     2256     90│ 4  0 (0.9%)│4   4984.66│ 8.50.  22388
ABCPool.co  Yes n│   9999800│ 630411344 (21.3%).0%) 4793    0│72     2605│  121 0.50%0   12 (0.5%) 4942.30 103.02% 692540

        Worker       │Accepted│Accepted│Stale shares│Invalid shaCurrent│Average│Temperature│Effi- │  Currerrent
         name        │  jobs  │ shares │ (rejected) │ (K not zerMHash/s│MHash/s│(degrees C)│ciency  pool
Icarus board on COM20│    3500│   174 0│    0 (0.0%)│      0 (0. 380.45│ 38.403│  Unknown  89.99. ABCPool.co.n
Icarus board on COM22│    3730│   209│    2 0.90%0%)│      0 (0.0378.98│ 38.266│  Unknown   8.07.deepbit.net.n
Icarus board on COM27│    3620│   210 0│ 1  0 50.0%)│      0 (0. 380.39│ 60.204│  Unknown   4.04. ABCPool.co.n
Icarus board on COM28│    3630│   198 0│ 1  0 50.0%)│      0 (0.0380.06│ 38.975│  Unknown   2.12. ABCPool.co.nown
Icarus board on COM29│    3670│   203 0│ 1  0 50.0%)│      0 (0.0379.81│ 38.208│  Unknown   4.94. ABCPool.co.n
Icarus board on COM30│    3740│   211 0│    0 (0.0%)│      0 (0.0382.28│ 38.885│  Unknown  08.98. ABCPool.co.n
Icarus board on COM31│    3590│   192     3 (1.5%)0%)│  1   05(0.0380.44│ 38.977│  Unknown  99.07. ABCPool.co.n
Icarus board on COM32│    3650│   201 0│    0 (0.0%)│      0 (0.0380.06│ 37.979│  Unknown   4.03.deepbit.net.n
Icarus board on COM33│    3560│   193 0│    0 (0.0%)│      0 (0.0379.81│ 39.175│  Unknown  99.59. ABCPool.co.n
Icarus board on COM34│    3560│   179 0│    0 (0.0%)│      0 (0.0379.39│ 38.029│  Unknown  92.6%  ABCPool.co.n
Icarus board on COM35│    3650│   218 0│ 2  0.90.0%)│  1   05(0. 379.38│ 09.197│  Unknown   6.94.deepbit.net.n
Icarus board on COM36│    3580│   186 0│    0 (0.0      1 (0.5%).0380.48│ 38.508│  Unknown  96.1%  ABCPool.co.n
Icarus board on COM37│    3510│   175 0│    0 (0.0%)│      0 (0.0379.78│ 37.803│  Unknown  90.69.deepbit.net.n
Icarus board on COM38│    3850│   216 0│ 1  0 50.0%)│      0 (0.0380.07│ 38.602│  Unknown  11.59. ABCPool.co.n
Icarus board on COM39│    3640│   214 0│ 1  0 50.0%)│      0 (0.0379.74│ 36.784│  Unknown  11.00. ABCPool.co.n
Icarus board on COM40│    3610│   177 0│    0 (0.0%)│  1   06(0.0379.44│ 38.199│  Unknown   1.51. ABCPool.co.n
Icarus board on COM41│    3580│   181 0│ 1  0 50.0%)│      0 (0. 382.96│ 35.759│  Unknown   6.75. ABCPool.co.n
Icarus board on COM42│    3370│   154 0│    0 (0.0%)│      0 (0. 379.39│ 31.686│  Unknown   1.01. ABCPool.co.n
Icarus board on COM43│    3670│   198 0│ 1  0 50.0%)│      0 (0. 382.76│ 36.622│  Unknown 102.81.deepbit.net.n
Icarus board on COM44│    3580│   177 0│    0 (0.0      1 (0.6%).0376.90│ 34.727│  Unknown   2.31.deepbit.net.n
Icarus board on COM45│    3610│   193 0│ 1  0 50.0      1 (0.5%).0379.43│ 37.002│  Unknown 100.11. ABCPool.co.n
Icarus board on COM46│    3490│   182     3 (1.6%)0%)│      0 (0. 379.82│ 34.469│  Unknown  95.1%. ABCPool.co.n
Icarus board on COM47│    3700│   219 0│    0 (0.0%)│      0 (0.0379.28│ 35.368│  Unknown   4.16.deepbit.net.n
Icarus board on COM48│    3660│   203│    2 (1.0%0%)│      0 (0. 380.36│ 34.218│  Unknown   9.09. ABCPool.co.n
Icarus board on COM49│    3690│   198│    1 0.50%0%)│      0 (0.0379.52│ 80.609│  Unknown   1.82. ABCPool.co.n
───────────────────────────────────────────────────────────────────────────────
2012-02-21 23:15:16.919000: ABCPool.co accepted share 18a61c5a (difficulty 4.25345)
2012-02-21 23:15:16.982000: Mining deepbit.net:8dc29feadd3154ac010632c2fce76f9921ea4cf19b44941dffa2aeaa6b6fb355:b50ea4c54f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.028000: Mining deepbit.net:bc37c4813405d1ffde670e32b848b56ee809cbc565f177669ec44794a246b198:a87a9d7f4f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.294000: ABCPool.co accepted share 38fceba2 (difficulty 3.06567)
2012-02-21 23:15:17.574000: ABCPool.co accepted share dffaa428 (difficulty 1.20454)
2012-02-21 23:15:17.652000: Mining ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:17.793000: ABCPool.co accepted share 4f0a8db6 (difficulty 3.36600)
2012-02-21 23:15:17.871000: ABCPool.co accepted share 080d2c4d (difficulty 3.63887)
2012-02-21 23:15:18.479000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.620000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.776000: Mining ABCPool.co:a4c88a9d19a8a2e79010a8b7412e0400b69b0e4241374fb22da4842f1e22d989:354596c34f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:18.947000: Icarus board on COM20 found share: deepbit.net:3493454ea634847a5f7b03b6aba3dca97487c810bc746bc949810bf76d3c2e03:6cba7b524f43b4c71
2012-02-21 23:15:18.978000: Mining ABCPool.co:e9672d547f1963be53109e96d2bd7020b8f614b73395f7b1d3407dc860f871c1:ee8d2bcf4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.025000: Icarus board on COM48 found share: deepbit.net:87a360d5b86f448461ea70febd5db5a6aa718011661dfe184a33c982c72c2979:fedb36cf4f43b4c71
2012-02-21 23:15:19.088000: Mining ABCPool.co:0fb14822cfb72b6c12f69831115fcfe7ae6d13a8d6532eeba67fd67a923f7091:38fe923b4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.524000: Mining ABCPool.co:d56782cfdac639a104dfcc025e6667c2f920d4afe6f245778de14228eae435ef:c39ca4ad4f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:19.727000: Icarus board on COM45 found share: ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a
2012-02-21 23:15:19.790000: Mining ABCPool.co:803cc6a2cb6a05b29f15d1aa40e2266be44df1d35148ef1bdf130f9cc7b9d9fb:8e4959194f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:20.070000: Icarus board on COM31 found share: deepbit.net:419fce1e422248c073f504425561d9ec43edef7232f0671d87aa769c72be774f:54c506ee4f43b4c71
2012-02-21 23:15:20.102000: Mining ABCPool.co:8565198346e55e547c19e8d3ec15e4df5bbca5d5e29a2c89e12e6f726e40f455:bb1afffe4f43b4e01a0c309c on Icarus board on CO
TheSeven (OP)
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
February 21, 2012, 04:12:06 PM
 #99

Code:
                                                            Modular Python Bitcoin Miner v0.0.4alpha
───────────────────────────────────────────────────────────────────────────────
Total speed: 9501.1 MH/s - Buffer: 128/148 (43.24 seconds)

    Pool   │Long          │  Job   │   Failed   │Accepted│Rejected│Accepted│Ses│s│Share upload│Average│Effi- │Cur
    name   │poll│Difficulty│requests│job requests│  jobs  │  jobs res │ (rejected) │  retries   │MHash/s│ciency│
deepbit.net Yes n│   9999800│ 5780 14032 24.35%.0%) 4251    0│73     2256     90│ 4  0 (0.9%)│4   4984.66│ 8.50.  22388
ABCPool.co  Yes n│   9999800│ 630411344 (21.3%).0%) 4793    0│72     2605│  121 0.50%0   12 (0.5%) 4942.30 103.02% 692540

        Worker       │Accepted│Accepted│Stale shares│Invalid shaCurrent│Average│Temperature│Effi- │  Currerrent
         name        │  jobs  │ shares │ (rejected) │ (K not zerMHash/s│MHash/s│(degrees C)│ciency  pool
Icarus board on COM20│    3500│   174 0│    0 (0.0%)│      0 (0. 380.45│ 38.403│  Unknown  89.99. ABCPool.co.n
Icarus board on COM22│    3730│   209│    2 0.90%0%)│      0 (0.0378.98│ 38.266│  Unknown   8.07.deepbit.net.n
Icarus board on COM27│    3620│   210 0│ 1  0 50.0%)│      0 (0. 380.39│ 60.204│  Unknown   4.04. ABCPool.co.n
Icarus board on COM28│    3630│   198 0│ 1  0 50.0%)│      0 (0.0380.06│ 38.975│  Unknown   2.12. ABCPool.co.nown
Icarus board on COM29│    3670│   203 0│ 1  0 50.0%)│      0 (0.0379.81│ 38.208│  Unknown   4.94. ABCPool.co.n
Icarus board on COM30│    3740│   211 0│    0 (0.0%)│      0 (0.0382.28│ 38.885│  Unknown  08.98. ABCPool.co.n
Icarus board on COM31│    3590│   192     3 (1.5%)0%)│  1   05(0.0380.44│ 38.977│  Unknown  99.07. ABCPool.co.n
Icarus board on COM32│    3650│   201 0│    0 (0.0%)│      0 (0.0380.06│ 37.979│  Unknown   4.03.deepbit.net.n
Icarus board on COM33│    3560│   193 0│    0 (0.0%)│      0 (0.0379.81│ 39.175│  Unknown  99.59. ABCPool.co.n
Icarus board on COM34│    3560│   179 0│    0 (0.0%)│      0 (0.0379.39│ 38.029│  Unknown  92.6%  ABCPool.co.n
Icarus board on COM35│    3650│   218 0│ 2  0.90.0%)│  1   05(0. 379.38│ 09.197│  Unknown   6.94.deepbit.net.n
Icarus board on COM36│    3580│   186 0│    0 (0.0      1 (0.5%).0380.48│ 38.508│  Unknown  96.1%  ABCPool.co.n
Icarus board on COM37│    3510│   175 0│    0 (0.0%)│      0 (0.0379.78│ 37.803│  Unknown  90.69.deepbit.net.n
Icarus board on COM38│    3850│   216 0│ 1  0 50.0%)│      0 (0.0380.07│ 38.602│  Unknown  11.59. ABCPool.co.n
Icarus board on COM39│    3640│   214 0│ 1  0 50.0%)│      0 (0.0379.74│ 36.784│  Unknown  11.00. ABCPool.co.n
Icarus board on COM40│    3610│   177 0│    0 (0.0%)│  1   06(0.0379.44│ 38.199│  Unknown   1.51. ABCPool.co.n
Icarus board on COM41│    3580│   181 0│ 1  0 50.0%)│      0 (0. 382.96│ 35.759│  Unknown   6.75. ABCPool.co.n
Icarus board on COM42│    3370│   154 0│    0 (0.0%)│      0 (0. 379.39│ 31.686│  Unknown   1.01. ABCPool.co.n
Icarus board on COM43│    3670│   198 0│ 1  0 50.0%)│      0 (0. 382.76│ 36.622│  Unknown 102.81.deepbit.net.n
Icarus board on COM44│    3580│   177 0│    0 (0.0      1 (0.6%).0376.90│ 34.727│  Unknown   2.31.deepbit.net.n
Icarus board on COM45│    3610│   193 0│ 1  0 50.0      1 (0.5%).0379.43│ 37.002│  Unknown 100.11. ABCPool.co.n
Icarus board on COM46│    3490│   182     3 (1.6%)0%)│      0 (0. 379.82│ 34.469│  Unknown  95.1%. ABCPool.co.n
Icarus board on COM47│    3700│   219 0│    0 (0.0%)│      0 (0.0379.28│ 35.368│  Unknown   4.16.deepbit.net.n
Icarus board on COM48│    3660│   203│    2 (1.0%0%)│      0 (0. 380.36│ 34.218│  Unknown   9.09. ABCPool.co.n
Icarus board on COM49│    3690│   198│    1 0.50%0%)│      0 (0.0379.52│ 80.609│  Unknown   1.82. ABCPool.co.n
───────────────────────────────────────────────────────────────────────────────
2012-02-21 23:15:16.919000: ABCPool.co accepted share 18a61c5a (difficulty 4.25345)
2012-02-21 23:15:16.982000: Mining deepbit.net:8dc29feadd3154ac010632c2fce76f9921ea4cf19b44941dffa2aeaa6b6fb355:b50ea4c54f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.028000: Mining deepbit.net:bc37c4813405d1ffde670e32b848b56ee809cbc565f177669ec44794a246b198:a87a9d7f4f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.294000: ABCPool.co accepted share 38fceba2 (difficulty 3.06567)
2012-02-21 23:15:17.574000: ABCPool.co accepted share dffaa428 (difficulty 1.20454)
2012-02-21 23:15:17.652000: Mining ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:17.793000: ABCPool.co accepted share 4f0a8db6 (difficulty 3.36600)
2012-02-21 23:15:17.871000: ABCPool.co accepted share 080d2c4d (difficulty 3.63887)
2012-02-21 23:15:18.479000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.620000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.776000: Mining ABCPool.co:a4c88a9d19a8a2e79010a8b7412e0400b69b0e4241374fb22da4842f1e22d989:354596c34f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:18.947000: Icarus board on COM20 found share: deepbit.net:3493454ea634847a5f7b03b6aba3dca97487c810bc746bc949810bf76d3c2e03:6cba7b524f43b4c71
2012-02-21 23:15:18.978000: Mining ABCPool.co:e9672d547f1963be53109e96d2bd7020b8f614b73395f7b1d3407dc860f871c1:ee8d2bcf4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.025000: Icarus board on COM48 found share: deepbit.net:87a360d5b86f448461ea70febd5db5a6aa718011661dfe184a33c982c72c2979:fedb36cf4f43b4c71
2012-02-21 23:15:19.088000: Mining ABCPool.co:0fb14822cfb72b6c12f69831115fcfe7ae6d13a8d6532eeba67fd67a923f7091:38fe923b4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.524000: Mining ABCPool.co:d56782cfdac639a104dfcc025e6667c2f920d4afe6f245778de14228eae435ef:c39ca4ad4f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:19.727000: Icarus board on COM45 found share: ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a
2012-02-21 23:15:19.790000: Mining ABCPool.co:803cc6a2cb6a05b29f15d1aa40e2266be44df1d35148ef1bdf130f9cc7b9d9fb:8e4959194f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:20.070000: Icarus board on COM31 found share: deepbit.net:419fce1e422248c073f504425561d9ec43edef7232f0671d87aa769c72be774f:54c506ee4f43b4c71
2012-02-21 23:15:20.102000: Mining ABCPool.co:8565198346e55e547c19e8d3ec15e4df5bbca5d5e29a2c89e12e6f726e40f455:bb1afffe4f43b4e01a0c309c on Icarus board on CO
Woah!
Can it really handle that much hashing power? Seems like the fetchers can keep up with it, but how does that setup behave shortly after long polls?

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
ngzhang
Hero Member
*****
Offline Offline

Activity: 592
Merit: 501


We will stand and fight.


View Profile
February 21, 2012, 06:32:06 PM
Last edit: February 22, 2012, 04:21:37 PM by ngzhang
 #100

Code:
                                                           Modular Python Bitcoin Miner v0.0.4alpha
───────────────────────────────────────────────────────────────────────────────
Total speed: 9501.1 MH/s - Buffer: 128/148 (43.24 seconds)

    Pool   │Long          │  Job   │   Failed   │Accepted│Rejected│Accepted│Ses│s│Share upload│Average│Effi- │Cur
    name   │poll│Difficulty│requests│job requests│  jobs  │  jobs res │ (rejected) │  retries   │MHash/s│ciency│
deepbit.net Yes n│   9999800│ 5780 14032 24.35%.0%) 4251    0│73     2256     90│ 4  0 (0.9%)│4   4984.66│ 8.50.  22388
ABCPool.co  Yes n│   9999800│ 630411344 (21.3%).0%) 4793    0│72     2605│  121 0.50%0   12 (0.5%) 4942.30 103.02% 692540

        Worker       │Accepted│Accepted│Stale shares│Invalid shaCurrent│Average│Temperature│Effi- │  Currerrent
         name        │  jobs  │ shares │ (rejected) │ (K not zerMHash/s│MHash/s│(degrees C)│ciency  pool
Icarus board on COM20│    3500│   174 0│    0 (0.0%)│      0 (0. 380.45│ 38.403│  Unknown  89.99. ABCPool.co.n
Icarus board on COM22│    3730│   209│    2 0.90%0%)│      0 (0.0378.98│ 38.266│  Unknown   8.07.deepbit.net.n
Icarus board on COM27│    3620│   210 0│ 1  0 50.0%)│      0 (0. 380.39│ 60.204│  Unknown   4.04. ABCPool.co.n
Icarus board on COM28│    3630│   198 0│ 1  0 50.0%)│      0 (0.0380.06│ 38.975│  Unknown   2.12. ABCPool.co.nown
Icarus board on COM29│    3670│   203 0│ 1  0 50.0%)│      0 (0.0379.81│ 38.208│  Unknown   4.94. ABCPool.co.n
Icarus board on COM30│    3740│   211 0│    0 (0.0%)│      0 (0.0382.28│ 38.885│  Unknown  08.98. ABCPool.co.n
Icarus board on COM31│    3590│   192     3 (1.5%)0%)│  1   05(0.0380.44│ 38.977│  Unknown  99.07. ABCPool.co.n
Icarus board on COM32│    3650│   201 0│    0 (0.0%)│      0 (0.0380.06│ 37.979│  Unknown   4.03.deepbit.net.n
Icarus board on COM33│    3560│   193 0│    0 (0.0%)│      0 (0.0379.81│ 39.175│  Unknown  99.59. ABCPool.co.n
Icarus board on COM34│    3560│   179 0│    0 (0.0%)│      0 (0.0379.39│ 38.029│  Unknown  92.6%  ABCPool.co.n
Icarus board on COM35│    3650│   218 0│ 2  0.90.0%)│  1   05(0. 379.38│ 09.197│  Unknown   6.94.deepbit.net.n
Icarus board on COM36│    3580│   186 0│    0 (0.0      1 (0.5%).0380.48│ 38.508│  Unknown  96.1%  ABCPool.co.n
Icarus board on COM37│    3510│   175 0│    0 (0.0%)│      0 (0.0379.78│ 37.803│  Unknown  90.69.deepbit.net.n
Icarus board on COM38│    3850│   216 0│ 1  0 50.0%)│      0 (0.0380.07│ 38.602│  Unknown  11.59. ABCPool.co.n
Icarus board on COM39│    3640│   214 0│ 1  0 50.0%)│      0 (0.0379.74│ 36.784│  Unknown  11.00. ABCPool.co.n
Icarus board on COM40│    3610│   177 0│    0 (0.0%)│  1   06(0.0379.44│ 38.199│  Unknown   1.51. ABCPool.co.n
Icarus board on COM41│    3580│   181 0│ 1  0 50.0%)│      0 (0. 382.96│ 35.759│  Unknown   6.75. ABCPool.co.n
Icarus board on COM42│    3370│   154 0│    0 (0.0%)│      0 (0. 379.39│ 31.686│  Unknown   1.01. ABCPool.co.n
Icarus board on COM43│    3670│   198 0│ 1  0 50.0%)│      0 (0. 382.76│ 36.622│  Unknown 102.81.deepbit.net.n
Icarus board on COM44│    3580│   177 0│    0 (0.0      1 (0.6%).0376.90│ 34.727│  Unknown   2.31.deepbit.net.n
Icarus board on COM45│    3610│   193 0│ 1  0 50.0      1 (0.5%).0379.43│ 37.002│  Unknown 100.11. ABCPool.co.n
Icarus board on COM46│    3490│   182     3 (1.6%)0%)│      0 (0. 379.82│ 34.469│  Unknown  95.1%. ABCPool.co.n
Icarus board on COM47│    3700│   219 0│    0 (0.0%)│      0 (0.0379.28│ 35.368│  Unknown   4.16.deepbit.net.n
Icarus board on COM48│    3660│   203│    2 (1.0%0%)│      0 (0. 380.36│ 34.218│  Unknown   9.09. ABCPool.co.n
Icarus board on COM49│    3690│   198│    1 0.50%0%)│      0 (0.0379.52│ 80.609│  Unknown   1.82. ABCPool.co.n
───────────────────────────────────────────────────────────────────────────────
2012-02-21 23:15:16.919000: ABCPool.co accepted share 18a61c5a (difficulty 4.25345)
2012-02-21 23:15:16.982000: Mining deepbit.net:8dc29feadd3154ac010632c2fce76f9921ea4cf19b44941dffa2aeaa6b6fb355:b50ea4c54f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.028000: Mining deepbit.net:bc37c4813405d1ffde670e32b848b56ee809cbc565f177669ec44794a246b198:a87a9d7f4f43b4c91a0c309c on Icarus board on C
2012-02-21 23:15:17.294000: ABCPool.co accepted share 38fceba2 (difficulty 3.06567)
2012-02-21 23:15:17.574000: ABCPool.co accepted share dffaa428 (difficulty 1.20454)
2012-02-21 23:15:17.652000: Mining ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:17.793000: ABCPool.co accepted share 4f0a8db6 (difficulty 3.36600)
2012-02-21 23:15:17.871000: ABCPool.co accepted share 080d2c4d (difficulty 3.63887)
2012-02-21 23:15:18.479000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.620000: Error while requesting job from ABCPool.co: timed out
2012-02-21 23:15:18.776000: Mining ABCPool.co:a4c88a9d19a8a2e79010a8b7412e0400b69b0e4241374fb22da4842f1e22d989:354596c34f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:18.947000: Icarus board on COM20 found share: deepbit.net:3493454ea634847a5f7b03b6aba3dca97487c810bc746bc949810bf76d3c2e03:6cba7b524f43b4c71
2012-02-21 23:15:18.978000: Mining ABCPool.co:e9672d547f1963be53109e96d2bd7020b8f614b73395f7b1d3407dc860f871c1:ee8d2bcf4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.025000: Icarus board on COM48 found share: deepbit.net:87a360d5b86f448461ea70febd5db5a6aa718011661dfe184a33c982c72c2979:fedb36cf4f43b4c71
2012-02-21 23:15:19.088000: Mining ABCPool.co:0fb14822cfb72b6c12f69831115fcfe7ae6d13a8d6532eeba67fd67a923f7091:38fe923b4f43b4df1a0c309c on Icarus board on CO
2012-02-21 23:15:19.524000: Mining ABCPool.co:d56782cfdac639a104dfcc025e6667c2f920d4afe6f245778de14228eae435ef:c39ca4ad4f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:19.727000: Icarus board on COM45 found share: ABCPool.co:09865af1d5af72a6cd31a5484fe2a6e0218f387b49958d679a22066991a184fd:ccafb4ab4f43b4df1a
2012-02-21 23:15:19.790000: Mining ABCPool.co:803cc6a2cb6a05b29f15d1aa40e2266be44df1d35148ef1bdf130f9cc7b9d9fb:8e4959194f43b4e01a0c309c on Icarus board on CO
2012-02-21 23:15:20.070000: Icarus board on COM31 found share: deepbit.net:419fce1e422248c073f504425561d9ec43edef7232f0671d87aa769c72be774f:54c506ee4f43b4c71
2012-02-21 23:15:20.102000: Mining ABCPool.co:8565198346e55e547c19e8d3ec15e4df5bbca5d5e29a2c89e12e6f726e40f455:bb1afffe4f43b4e01a0c309c on Icarus board on CO
Woah!
Can it really handle that much hashing power? Seems like the fetchers can keep up with it, but how does that setup behave shortly after long polls?

i must say, even there are some stales. but the program is very stable.

and here are some data, i think you may be interested in.

Code:
2012-02-22 13:51:25.376000: Mining deepbit.net:c0379cbe273aa46c307ad85e69353eb75f57aa1ab1e2d7b9ff3fc23965235d25:b0c7fb034f44821d1a0c309c on Icarus board on COM39
2012-02-22 13:51:25.470000: Mining deepbit.net:18ef464a258347da200ee3715e694b7ede4c9e900a75b3584434911dff15c3bf:9189843c4f44821e1a0c309c on Icarus board on COM41
2012-02-22 13:51:25.626000: Icarus board on COM34 found share: deepbit.net:296bc25ab467bbaa2dc96da3d9e4369625b71cc168ce9889c74219190bba46fa:e17b50694f44821d1a0c309c:2af89c0a
2012-02-22 13:51:25.641000: Mining deepbit.net:d6e7fbbb379475a71693b094cb624c3663d0d1b9c765f705ad04c8689ea605b4:4c7c97d94f44821e1a0c309c on Icarus board on COM34
2012-02-22 13:51:26.063000: Icarus board on COM46 found share: deepbit.net:39c6971c7fe9a22473e52ee5d10e3eb6ced4b25551eefb71267ccbf098ea1e50:35c364f54f44821d1a0c309c:8ff2238f
2012-02-22 13:51:26.109000: Mining deepbit.net:0144584b0714a639184bbfbaa477da385923aa6d20f96b4cf53e8224e5e1e0ff:274864df4f44821e1a0c309c on Icarus board on COM46
2012-02-22 13:51:26.780000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:26.889000: deepbit.net accepted share 2af89c0a (difficulty 4.41044)
2012-02-22 13:51:27.217000: Mining deepbit.net:b9fa2d2e751a1c48e60255e88c9b0d616c300e98ae6e510af66c0ab6763d8f2d:dd2fdfed4f44821e1a0c309c on Icarus board on COM37
2012-02-22 13:51:27.217000: Mining deepbit.net:63c4b7041c5d837483401b8a611cf1b912938739a1cb30482a7b90fac55166c1:02489b4b4f44821e1a0c309c on Icarus board on COM48
2012-02-22 13:51:27.311000: deepbit.net rejected share 8ff2238f (difficulty 1.21512): Unknown reason
2012-02-22 13:51:27.763000: Mining deepbit.net:91fff46a7edb63f3a1d9a4da92f79536d7255291c57e15040e5b9fd3122a87cb:598070494f44821e1a0c309c on Icarus board on COM20
2012-02-22 13:51:27.950000: Mining deepbit.net:bee73a91f56abaf561adc7fac9e2c8685a141b0b2b26026f347a1c98e1b5fd41:1e0ea4e24f44821e1a0c309c on Icarus board on COM22
2012-02-22 13:51:28.091000: Long polling: deepbit.net indicates that a new block was found
2012-02-22 13:51:28.091000: Mining deepbit.net:4711ac6383552ab94e9b4fbe6614fbcadcd96dc38c509e1438d51530f408bc31:4b61ba674f44824e1a0c309c on Icarus board on COM34
2012-02-22 13:51:28.902000: Icarus board on COM44 found share: deepbit.net:e61671de00e633738c33dd6899a44947d81fe3da359991afd331e213d457cd77:67ed21914f44821c1a0c309c:f24159b5
2012-02-22 13:51:28.933000: Long polling: ABCPool.co indicates that a new block was found
2012-02-22 13:51:29.089000: Icarus board on COM34 found share: deepbit.net:4711ac6383552ab94e9b4fbe6614fbcadcd96dc38c509e1438d51530f408bc31:4b61ba674f44824e1a0c309c:41f32d0b
2012-02-22 13:51:29.307000: Icarus board on COM49 found share: deepbit.net:4165d95c14b454f6b6e92e1d9163183ca5f536dead052949327757c2f99a4d14:b207d2044f44821c1a0c309c:4a5ebd38
2012-02-22 13:51:29.323000: Icarus board on COM27 found share: deepbit.net:22acca157b9527e9baa3bb91e2ba195e3feb6a21c02b59c3c8e31a200f0eb22a:8b57315f4f44821c1a0c309c:157424c1
2012-02-22 13:51:29.463000: Icarus board on COM30 found share: ABCPool.co:1d3ae4396a6266a471bc216efe8cb9d4913741dc753b0d21780f1eaad766b7c1:23475b514f4482351a0c309c:842e425d
2012-02-22 13:51:29.510000: Icarus board on COM38 found share: deepbit.net:ca9b173db5801ee6cec2090b5ebf599b56a2d4edbd42b919565a9851d30ea9c0:a81e17b14f44821d1a0c309c:e38cbeb2
2012-02-22 13:51:29.682000: Mining deepbit.net:2ef81e7bfd8745d6a2d2ea363683f2603f470c65387822a5704e2fd72ee65480:204b430a4f4482501a0c309c on Icarus board on COM22
2012-02-22 13:51:29.682000: Mining deepbit.net:90981c3c8b6d5b169d3224ad99d802f6f32caa793e7da6a944656f89190f9ab4:15d92ac84f4482501a0c309c on Icarus board on COM36
2012-02-22 13:51:29.697000: Mining deepbit.net:f5214341a8b79f983bd875349cee1939a3fd24d8a9870f3df4be21fcdda08c22:b9c03d6b4f4482501a0c309c on Icarus board on COM43
2012-02-22 13:51:29.713000: Mining deepbit.net:09c591a9e704af31d39a92ee2f1aa4218254025a31030860e78ea0bb23233769:dc98aadf4f4482501a0c309c on Icarus board on COM20
2012-02-22 13:51:29.729000: Icarus board on COM39 found share: deepbit.net:c0379cbe273aa46c307ad85e69353eb75f57aa1ab1e2d7b9ff3fc23965235d25:b0c7fb034f44821d1a0c309c:4c3e3ab1
2012-02-22 13:51:29.729000: Mining deepbit.net:e857aad052e7992afd3ab7475675d453195652b3f01932b181355c9a7e8fe4e0:64075f4f4f4482501a0c309c on Icarus board on COM48
2012-02-22 13:51:29.744000: Mining deepbit.net:7da0fa718b8746d0bf6e38c842cb1431f9842e5e9b38644f0eb4c9859dc73235:62d5ee9a4f4482501a0c309c on Icarus board on COM40
2012-02-22 13:51:29.744000: Mining deepbit.net:61f0161e4acc7bbc598b9de11275adc296c3121ca69c48287eac4c025f009608:6af6adc04f4482501a0c309c on Icarus board on COM38
2012-02-22 13:51:29.744000: Mining deepbit.net:fc14e6869da3f5b4827ac331a993e57827d994c7a3148aa189c979455f48a59b:b8102e5e4f4482501a0c309c on Icarus board on COM30
2012-02-22 13:51:29.760000: Mining deepbit.net:e0d6c8c36c1bcd7c0b88886f0f583cabcf92da1e8376601a11235ee3a224b9de:9367106d4f4482501a0c309c on Icarus board on COM41
2012-02-22 13:51:29.760000: Mining deepbit.net:807df547037bc1b15c13e7c97d967230f93add3268383ebe649a828264f31144:d42631d74f4482501a0c309c on Icarus board on COM37
2012-02-22 13:51:29.760000: Mining deepbit.net:894f29a8cc8fcbc37e35f8bb7a8c39ff19f37ab731aa33648a90a1815244cbb7:63f229e04f4482501a0c309c on Icarus board on COM42
2012-02-22 13:51:29.822000: Mining deepbit.net:1d68d4c07563ad96dc66f26f1df2d5da46e693f21cec78cb42e4bfde17e7f4d5:e85a471b4f4482501a0c309c on Icarus board on COM49
2012-02-22 13:51:29.838000: Mining deepbit.net:33bb9b5c97d9313024beef7d563a58658deeccd079985da2970497d537d403b1:88ff26314f4482501a0c309c on Icarus board on COM29
2012-02-22 13:51:29.838000: Mining deepbit.net:a28cfa2345420a5b08ae7abc620e3fa3fdd5b6258efec6614d63b8b1f39b5083:2412b9644f4482501a0c309c on Icarus board on COM46
2012-02-22 13:51:29.853000: Mining deepbit.net:162cc83c992f5123d6836207b1dab4645c424036415a3f536d0af57b117cfda7:e861ea1b4f4482501a0c309c on Icarus board on COM47
2012-02-22 13:51:29.853000: Mining deepbit.net:acb5665365dfdc4dfe815b80996a6d87282c18afa5b41d0c7f170525fe91dd44:5447ad664f4482501a0c309c on Icarus board on COM28
2012-02-22 13:51:29.869000: Mining deepbit.net:3470ad15d5008cac148d5dcf0349904de688e173fea21e4bd4b8e3e09415b0bb:55eef6fb4f4482501a0c309c on Icarus board on COM27
2012-02-22 13:51:29.885000: Mining deepbit.net:c3d03ce952a3d6d1b5efe056fde8c73db24e936493d4a77c4ffed0b1fb8ffc42:86fa4aee4f4482501a0c309c on Icarus board on COM32
2012-02-22 13:51:29.885000: Mining deepbit.net:3f25785f193e1d20e9056e42d4f27bf77ba236c994084ee481bf30f76b08e7a6:23392f864f4482501a0c309c on Icarus board on COM44
2012-02-22 13:51:29.885000: Mining deepbit.net:dadebdeeb7d061a1da37c5a76325f6c28a153bf713ceab9989a8054becd21ba9:918398744f4482501a0c309c on Icarus board on COM45
2012-02-22 13:51:29.900000: Mining deepbit.net:94f5b28592076779085e15fdda8e4beddbef0c58adf263f0a9ecd6d0a77c747b:4aebd7114f4482501a0c309c on Icarus board on COM35
2012-02-22 13:51:29.916000: Mining deepbit.net:ea0a2f7cb2f20df4b32679d4053be6a37e9f93bbd04d2fcf6e4875fc5ee0af96:834ce50a4f4482501a0c309c on Icarus board on COM33
2012-02-22 13:51:29.916000: Mining deepbit.net:7d796c68e5c45528ec97992857ae61aef2de6a0f576a27bafa9bef80be0dae02:1070057e4f4482501a0c309c on Icarus board on COM31
2012-02-22 13:51:29.916000: Mining deepbit.net:17a92cf34d317ca6f324c3f09b0922e53e67e138895e2542198b28de620be5a7:1393f0c24f4482501a0c309c on Icarus board on COM39
2012-02-22 13:51:29.931000: Mining deepbit.net:9e7bd10eaa86d39b203808fbcc5446b86a6e7fe30d53260585183ad0fdde9093:6848faf34f4482501a0c309c on Icarus board on COM34
2012-02-22 13:51:29.963000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:30.321000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:30.571000: deepbit.net accepted share 41f32d0b (difficulty 3.03043)
2012-02-22 13:51:30.571000: ABCPool.co rejected share 842e425d (difficulty 1.14839): Unknown reason
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.602000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.633000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.633000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.633000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.633000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.633000: deepbit.net rejected share 4a5ebd38 (difficulty 4.51469): Unknown reason
2012-02-22 13:51:30.633000: deepbit.net rejected share 157424c1 (difficulty 2.01695): Unknown reason
2012-02-22 13:51:30.649000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.649000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.665000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.680000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.696000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.711000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.727000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.743000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.758000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.774000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.789000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.789000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.789000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:30.789000: Icarus board on COM34 found share: deepbit.net:9e7bd10eaa86d39b203808fbcc5446b86a6e7fe30d53260585183ad0fdde9093:6848faf34f4482501a0c309c:7dd99f09
2012-02-22 13:51:30.789000: deepbit.net rejected share e38cbeb2 (difficulty 2.42597): Unknown reason
2012-02-22 13:51:30.883000: Icarus board on COM27 found share: deepbit.net:3470ad15d5008cac148d5dcf0349904de688e173fea21e4bd4b8e3e09415b0bb:55eef6fb4f4482501a0c309c:bee4530b
2012-02-22 13:51:31.164000: deepbit.net rejected share 4c3e3ab1 (difficulty 1.91738): Unknown reason
2012-02-22 13:51:31.476000: Icarus board on COM47 found share: deepbit.net:162cc83c992f5123d6836207b1dab4645c424036415a3f536d0af57b117cfda7:e861ea1b4f4482501a0c309c:fa875592
2012-02-22 13:51:31.538000: Icarus board on COM29 found share: deepbit.net:33bb9b5c97d9313024beef7d563a58658deeccd079985da2970497d537d403b1:88ff26314f4482501a0c309c:b7123393
2012-02-22 13:51:31.944000: Icarus board on COM45 found share: deepbit.net:dadebdeeb7d061a1da37c5a76325f6c28a153bf713ceab9989a8054becd21ba9:918398744f4482501a0c309c:043c3297
2012-02-22 13:51:32.162000: Icarus board on COM20 found share: deepbit.net:09c591a9e704af31d39a92ee2f1aa4218254025a31030860e78ea0bb23233769:dc98aadf4f4482501a0c309c:b50d889b
2012-02-22 13:51:32.521000: deepbit.net accepted share 7dd99f09 (difficulty 1.24396)
2012-02-22 13:51:32.537000: deepbit.net accepted share bee4530b (difficulty 1.49458)
2012-02-22 13:51:32.552000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:51:32.802000: deepbit.net accepted share fa875592 (difficulty 1.04608)
2012-02-22 13:51:32.802000: deepbit.net accepted share b7123393 (difficulty 2.73578)
2012-02-22 13:51:33.176000: deepbit.net rejected share f24159b5 (difficulty 1.10182): Unknown reason
2012-02-22 13:51:33.207000: deepbit.net accepted share 043c3297 (difficulty 10.17144)
2012-02-22 13:51:33.441000: deepbit.net accepted share b50d889b (difficulty 1.14360)
2012-02-22 13:51:33.441000: Mining deepbit.net:da061791b63bdb7f200a5bb155105edb4869b6c59a4e87dae9d6bcfbfad8e476:36fb059a4f4482501a0c309c on Icarus board on COM34
2012-02-22 13:51:33.441000: Mining deepbit.net:3a7c3cba1c1eb7c710bec525acd537a04dde84e397c3854994d6e217db980a0b:f9ab9a784f4482501a0c309c on Icarus board on COM27
2012-02-22 13:51:33.457000: Mining deepbit.net:b28cbac4fcfd1d8a99a0ae1a9ead8a40c046d420079b30329c3b43c55865dde0:930743574f4482501a0c309c on Icarus board on COM45
2012-02-22 13:51:33.473000: Mining deepbit.net:7473ed5ec12e12631c84df9b915790fe36c5045afd74fa38e5520e87a422537a:53c800e94f4482501a0c309c on Icarus board on COM29
2012-02-22 13:51:33.473000: Mining deepbit.net:065a12bfae5f71a1fadf12c7ff067e774ea5c33c491b893ce438f5b251cd6819:ae0859754f4482501a0c309c on Icarus board on COM20
2012-02-22 13:51:33.488000: Mining deepbit.net:77765f73a1552c972580ac149033b3f282429459a812dadb4bdcbf0b895b2ee2:651ae66b4f4482501a0c309c on Icarus board on COM47
2012-02-22 13:51:33.519000: Icarus board on COM46 found share: deepbit.net:a28cfa2345420a5b08ae7abc620e3fa3fdd5b6258efec6614d63b8b1f39b5083:2412b9644f4482501a0c309c:5c3f9d29
2012-02-22 13:51:33.535000: Mining deepbit.net:e9cf28c64d892c44cf80b00f7ce282cc69a28168b84482add94358805d36e7d7:cd7d15204f4482501a0c309c on Icarus board on COM46
2012-02-22 13:51:34.315000: Icarus board on COM36 found share: deepbit.net:90981c3c8b6d5b169d3224ad99d802f6f32caa793e7da6a944656f89190f9ab4:15d92ac84f4482501a0c309c:15c24c34
2012-02-22 13:51:34.331000: Mining deepbit.net:55bdb61b7bcc5ef30e20496d5fc134bbd8be81f434191848163ae6007dbe09af:f464b0364f4482501a0c309c on Icarus board on COM36
2012-02-22 13:51:34.923000: deepbit.net accepted share 5c3f9d29 (difficulty 3.65263)
2012-02-22 13:51:35.391000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.391000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.391000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.391000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.391000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.407000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.423000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.423000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.423000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.423000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.423000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.438000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.438000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.438000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.438000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.454000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.579000: deepbit.net accepted share 15c24c34 (difficulty 1.99481)
2012-02-22 13:51:35.953000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:35.953000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:36.093000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:51:36.577000: Icarus board on COM34 found share: deepbit.net:da061791b63bdb7f200a5bb155105edb4869b6c59a4e87dae9d6bcfbfad8e476:36fb059a4f4482501a0c309c:4c155d23
2012-02-22 13:51:36.639000: Mining deepbit.net:48fd394b292c4dd57c6cf0db5f011818786d6c5d9e6ee2d56d987551d64d351f:e37148764f4482501a0c309c on Icarus board on COM34
2012-02-22 13:51:36.780000: Icarus board on COM36 found share: deepbit.net:55bdb61b7bcc5ef30e20496d5fc134bbd8be81f434191848163ae6007dbe09af:f464b0364f4482501a0c309c:4ae4c51b
2012-02-22 13:51:36.811000: Icarus board on COM35 found share: deepbit.net:94f5b28592076779085e15fdda8e4beddbef0c58adf263f0a9ecd6d0a77c747b:4aebd7114f4482501a0c309c:c7a420ce
2012-02-22 13:51:36.842000: Mining deepbit.net:68c943d1d83218fbe52f05daba21d50aded760f6b1c736c5eebac7e7eacc74cf:b887f22f4f4482501a0c309c on Icarus board on COM36
2012-02-22 13:51:36.842000: Mining deepbit.net:99401409c63fb9864c6ea2c9b274217079cd9d0534b98833130e6e0902126fba:ec80a4084f4482501a0c309c on Icarus board on COM35
2012-02-22 13:51:37.061000: Icarus board on COM47 found share: deepbit.net:77765f73a1552c972580ac149033b3f282429459a812dadb4bdcbf0b895b2ee2:651ae66b4f4482501a0c309c:388085a8
2012-02-22 13:51:37.123000: Mining deepbit.net:597ece087adc90e14d1a5265f7e67cbdce7a4887ce4f74a3298a9d3163ea79bf:44fc1ee04f4482501a0c309c on Icarus board on COM47
2012-02-22 13:51:37.560000: Mining deepbit.net:044b1a6abcc5cc9f38a87458df61e3db6738275fb34127d8cf7077bd113d0e45:1f7b50d74f4482501a0c309c on Icarus board on COM43
2012-02-22 13:51:37.607000: Mining deepbit.net:c56b23507ffb32f8aadf8721abbe715966a351ba324d2c7b8c09ec0985b0c6c1:ae4331e34f4482501a0c309c on Icarus board on COM40
2012-02-22 13:51:37.607000: Mining deepbit.net:97f918c5c3fc63007f430d5332c794ef7d2e07a2cb00f4ac06c1c3b1f261b35a:a92177fb4f4482501a0c309c on Icarus board on COM38
2012-02-22 13:51:37.607000: Mining deepbit.net:ecc8112670e6b42746b66024519612731ba39a56fb4425fb00eba1023ddbfb61:1e00d92f4f4482501a0c309c on Icarus board on COM30
2012-02-22 13:51:37.622000: Mining deepbit.net:0575ff59f4327e01ca05b81bac514dd1f6fef3f330fb8578021b2a9d5af208ba:b2ff7c4a4f4482501a0c309c on Icarus board on COM41
2012-02-22 13:51:37.685000: Mining deepbit.net:9f80d4d62642f749a3b5c2d13b6819bce8df8da67cdf871ba1c59de4bde0c9d3:54869fb84f4482501a0c309c on Icarus board on COM49
2012-02-22 13:51:37.747000: Mining deepbit.net:48c86e8e3f4a59d41428d961d1e7f4addce621262fa9da53d7aa9fb97b01e938:76dba8024f4482501a0c309c on Icarus board on COM44
2012-02-22 13:51:37.747000: Mining deepbit.net:52ea2b321134416efbb8e1f5b2215636fc295a6f2f5d2d1b291707d6ea44773a:03ca9b374f4482501a0c309c on Icarus board on COM32
2012-02-22 13:51:37.778000: Mining deepbit.net:121d87a4937e3611080105770ef47cb857e27f67ab240dd9c62dcb935f8a23c1:96c8e2684f4482501a0c309c on Icarus board on COM39
2012-02-22 13:51:37.778000: Mining deepbit.net:f23c6c2ee9c80046b0f830067a07683ed8b56759d325a4f7cb21a835c69d7c5a:bbb0bf1d4f4482501a0c309c on Icarus board on COM33
2012-02-22 13:51:37.841000: Icarus board on COM29 found share: deepbit.net:7473ed5ec12e12631c84df9b915790fe36c5045afd74fa38e5520e87a422537a:53c800e94f4482501a0c309c:498f6831
2012-02-22 13:51:37.841000: deepbit.net accepted share 4c155d23 (difficulty 1.26939)


Code:
2012-02-22 13:19:11.144000: ABCPool.co long poll failed: ''
2012-02-22 13:19:11.176000: Long polling: deepbit.net indicates that a new block was found
2012-02-22 13:19:11.176000: Mining deepbit.net:c8cb51777b4b77d91ce1b4b16a16c81c23aa5a02f0500225c22a4c85906bb7c4:38aa60cc4f447abe1a0c309c on Icarus board on COM27
2012-02-22 13:19:11.222000: ABCPool.co accepted share d5434f45 (difficulty 3.70632)
2012-02-22 13:19:11.332000: Error while requesting job from ABCPool.co: timed out
2012-02-22 13:19:11.566000: Icarus board on COM37 found share: deepbit.net:c437ad073e30371d329acdfee32aa35f101eb76e025dc50f63408e755973b6ec:8b3f16df4f447a8b1a0c309c:6b715ac1
2012-02-22 13:19:11.628000: Icarus board on COM34 found share: deepbit.net:074ce41082dc932c0b85c248d62ce1b325141d889a1d6b700fa9e38e01b64d20:c8f538b74f447a8d1a0c309c:1e16d7a8
2012-02-22 13:19:11.690000: Icarus board on COM36 found share: deepbit.net:2252c3beab8160f2764948beeb241859d0ac923196cef1d59672e86e63facded:187013734f447a8f1a0c309c:35250013
2012-02-22 13:19:11.722000: Icarus board on COM20 found share: ABCPool.co:57310bcef8c6979bcef544ab9c095af0163590408601bca0aebc29707a6b43bf:ed2649324f447ace1a0c309c:1cd6a058
2012-02-22 13:19:11.753000: deepbit.net rejected share 07176921 (difficulty 9.75199): Unknown reason
2012-02-22 13:19:11.956000: deepbit.net rejected share 48fe0b86 (difficulty 1.41373): Unknown reason
2012-02-22 13:19:12.096000: Icarus board on COM47 found share: deepbit.net:a162892bf967e513eb5aaec3a0d066c2253623a043bfffdcdc82c4ee41f8a21f:139f13544f447a8b1a0c309c:f2389239
2012-02-22 13:19:12.096000: deepbit.net rejected share 65924e83 (difficulty 1.19153): Unknown reason
2012-02-22 13:19:12.174000: deepbit.net rejected share f4d62ac5 (difficulty 1.13622): Unknown reason
2012-02-22 13:19:12.174000: deepbit.net rejected share 6b2ab50a (difficulty 1.48492): Unknown reason
2012-02-22 13:19:12.346000: Mining deepbit.net:e224b5780d6780674237b0125b5c42b6475e466351281a67831fbfdd3373c6f0:d92469124f447abf1a0c309c on Icarus board on COM38
2012-02-22 13:19:12.392000: Mining deepbit.net:2f4b820a5c2c7364b6e101f4942df46c5fb8cdb4541dfe9d1fb69641f20e45a1:2edb97b34f447abf1a0c309c on Icarus board on COM43
2012-02-22 13:19:12.392000: Mining deepbit.net:caa7195d4f005027ae2a895a2931d7d3ff3462d1e49b38517d9cb66015d763e3:fae9e32a4f447abf1a0c309c on Icarus board on COM31
2012-02-22 13:19:12.408000: Mining deepbit.net:45b26b574fdd4d87d3717c426e48de8cb4f84c5c4cb951b8c1583fb857198782:81e914dc4f447abf1a0c309c on Icarus board on COM37
2012-02-22 13:19:12.408000: Mining deepbit.net:a029c2576927075ee6c973bcf908f62da88e68ec1dac8a4578aae52a5769677e:f494a5124f447abf1a0c309c on Icarus board on COM41
2012-02-22 13:19:12.424000: Mining deepbit.net:537f0811a54cb372e636289c943ef83fb1b9ca7024f75a35629eede012e6fbbb:f4073f134f447abf1a0c309c on Icarus board on COM35
2012-02-22 13:19:12.455000: Mining deepbit.net:8957e344bffffcfac512ed0f649f1a0ffd2db525842f117c1790e3b7674c4652:c7387d524f447abf1a0c309c on Icarus board on COM28
2012-02-22 13:19:12.455000: Mining deepbit.net:b69fa199d4b0d6bf87e3fe4fb4e824feb4d9246bfb120ca35c5e11731fdafc32:b7f552034f447abf1a0c309c on Icarus board on COM29
2012-02-22 13:19:12.470000: Mining deepbit.net:6b0b782323bc74e41b31ef3dff4dacfd7d30b42c1190b2107ee449f9f45f0db2:19dd866d4f447abf1a0c309c on Icarus board on COM44
2012-02-22 13:19:12.470000: Mining deepbit.net:d0834f0220648a4939de9c9e36cd297ac4ae0d4a5afaa99f7ea5b53c919a374a:ae820c074f447abf1a0c309c on Icarus board on COM48
2012-02-22 13:19:12.470000: Mining deepbit.net:1cdd1b4a51fdec459be60e4795f60d61728f912cda87bacf0a2ddbf1cfb9a539:aff15e394f447abf1a0c309c on Icarus board on COM36
2012-02-22 13:19:12.502000: Mining deepbit.net:3d643771b5d62ebea3fffa919db529b0fd1d1cc726a141b26619b3fb98a5037a:a99c5c9e4f447abf1a0c309c on Icarus board on COM39
2012-02-22 13:19:12.517000: Mining deepbit.net:4693aacf6f272ca5855e50058f09618098f0995c4af0943e18b345fd2b831ec6:c77c55fc4f447abf1a0c309c on Icarus board on COM32
2012-02-22 13:19:12.517000: Mining deepbit.net:3711446526c1b01762ca0c6b265c56c3702e9e2902a5e7d3068676d6c9155a65:cee68e994f447abf1a0c309c on Icarus board on COM20
2012-02-22 13:19:12.533000: Mining deepbit.net:529b3329a2d10107ebc59165ce80aa166e2f5450d2af62fdf2e2a98090d06fa1:861891494f447abf1a0c309c on Icarus board on COM47
2012-02-22 13:19:12.533000: Mining deepbit.net:4eaf8a62d8eb1df1573787c2fcefd7f457695dc232b42ae4586c8727420b787f:3c4ad2174f447abf1a0c309c on Icarus board on COM22
2012-02-22 13:19:12.548000: Mining deepbit.net:65f5c4b8334c9528d9cad8195964f4512e33c07293758912171efeb0300a4e11:db3ed0de4f447abf1a0c309c on Icarus board on COM42
2012-02-22 13:19:12.548000: Mining deepbit.net:de579d126c66908baa52ef2d47ba2eeb84c7cac34580c337c1f0fad815905ab4:884a52c04f447abf1a0c309c on Icarus board on COM49
2012-02-22 13:19:12.580000: Mining deepbit.net:fa5f1d05f30d7e5a397777b2ef2149f4b283ec699bde27af1e62a1d9f8ce7b8f:b60d37d14f447abf1a0c309c on Icarus board on COM30
2012-02-22 13:19:12.580000: Mining deepbit.net:c23f3c41437f2d5fc8c7ed8500397d65ed1069775ac900bcb7abc49fa0ed3205:aad3be4c4f447abf1a0c309c on Icarus board on COM45
2012-02-22 13:19:12.595000: Mining deepbit.net:6b2729b5cd75b3a6cff76e6a0b3546d64fb73bde19d928ab2640ff7017736eca:39a0499d4f447abf1a0c309c on Icarus board on COM40
2012-02-22 13:19:12.611000: Mining deepbit.net:f4e362519d368505cd1ccdb0bdf809ff9e633f7f3bf47721e4813b9110002aa7:4425ce774f447abf1a0c309c on Icarus board on COM46
2012-02-22 13:19:12.626000: Mining deepbit.net:97c9bd4f7b031ef61188da7482fed29c018a39162a42cd9ef1b1ae6d2b096003:5d56b0cf4f447abf1a0c309c on Icarus board on COM33
2012-02-22 13:19:12.626000: Mining deepbit.net:022bd7cda4bb4e3a2d04aefd3531750b241fec49e46ec32d480384d3a175d049:7f6e6d314f447abf1a0c309c on Icarus board on COM34
2012-02-22 13:19:12.642000: Icarus board on COM35 found share: deepbit.net:537f0811a54cb372e636289c943ef83fb1b9ca7024f75a35629eede012e6fbbb:f4073f134f447abf1a0c309c:7fae4f02
2012-02-22 13:19:12.704000: Mining deepbit.net:f6fbc8ceca8e9843f02e23c9079203b15f23fec2342af7e9e9676c931a0d144a:f512ea864f447abf1a0c309c on Icarus board on COM35
2012-02-22 13:19:12.736000: ABCPool.co rejected share 1cd6a058 (difficulty 3.21496): Unknown reason
2012-02-22 13:19:12.954000: Icarus board on COM27 found share: deepbit.net:c8cb51777b4b77d91ce1b4b16a16c81c23aa5a02f0500225c22a4c85906bb7c4:38aa60cc4f447abe1a0c309c:f7d30114
2012-02-22 13:19:12.985000: deepbit.net rejected share 6b715ac1 (difficulty 1.57803): Unknown reason
2012-02-22 13:19:13.001000: Mining deepbit.net:04c52aeaa64a87fa80b2582f7d6abcf2a4210e293f42e81c33f286355d1c84be:6ab510e74f447abf1a0c309c on Icarus board on COM27
2012-02-22 13:19:13.001000: deepbit.net rejected share 1e16d7a8 (difficulty 5.51067): Unknown reason
2012-02-22 13:19:13.016000: deepbit.net rejected share 35250013 (difficulty 4.88769): Unknown reason
2012-02-22 13:19:13.562000: deepbit.net rejected share f2389239 (difficulty 1.90245): Unknown reason
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.765000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.781000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.796000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.812000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.828000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.843000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.859000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.874000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.874000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.874000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:13.937000: deepbit.net accepted share 7fae4f02 (difficulty 1.29799)
2012-02-22 13:19:13.968000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:14.077000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:14.108000: Error while requesting job from deepbit.net: timed out
2012-02-22 13:19:14.218000: deepbit.net accepted share f7d30114 (difficulty 15.55292)
2012-02-22 13:19:14.452000: Icarus board on COM34 found share: deepbit.net:022bd7cda4bb4e3a2d04aefd3531750b241fec49e46ec32d480384d3a175d049:7f6e6d314f447abf1a0c309c:60d87514
2012-02-22 13:19:15.778000: deepbit.net accepted share 60d87514 (difficulty 4.00226)


Code:
2012-02-22 08:00:36.322000: Error while uploading share a1541d8f (difficulty 1.76645) to deepbit.net (pit.deepbit.net:8332): timed out
2012-02-22 08:00:36.525000: Icarus board on COM37 found share: deepbit.net:427db771d9269a1337fed110c0011ad216811abd1814918344bb43961ac5cc79:80a602b34f442fdd1a0c309c:5fd9a022
2012-02-22 08:00:36.587000: Icarus board on COM30 found share: deepbit.net:5c6422950094d504b9e58486ac16720978b0e171ffd3330bbb370161961909aa:847a4c424f442fd91a0c309c:4e8014e9
2012-02-22 08:00:36.977000: Error while uploading share 249f7714 (difficulty 1.59669) to deepbit.net (pit.deepbit.net:8332): timed out
2012-02-22 08:00:37.071000: Icarus board on COM33 found share: deepbit.net:d8fb85c874136a996e9f6bfc287f60bb5b07b7976282f9057fab5ca21dd44c62:e5456dca4f442fda1a0c309c:b84536d0
2012-02-22 08:00:37.149000: Icarus board on COM22 found share: deepbit.net:e8416465b97320ea45baa33cd0cdb2cb1e5e421b1f23a1e2b9eb8aa3eed172c8:d9d7c5524f442fda1a0c309c:5d91af59
2012-02-22 08:00:37.289000: Error while uploading share dd6037da (difficulty 1.44503) to deepbit.net (pit.deepbit.net:8332): timed out
2012-02-22 08:00:37.507000: Icarus board on COM27 found share: deepbit.net:205be5410211474704f569e7b1bd671ac1c18ef707f912a274981387722c8d66:e49ad77d4f442fdc1a0c309c:8708f62f
2012-02-22 08:00:37.757000: Icarus board on COM48 found share: deepbit.net:427db771d9269a1337fed110c0011ad216811abd1814918344bb43961ac5cc79:80a602b34f442fdb1a0c309c:5061bfb2
2012-02-22 08:00:42.265000: Icarus board on COM42 found share: deepbit.net:71beb9ec0a51c5eeed351993b8859279e2e3ba70dd988ad79da13c18549d0e75:cd5da6d94f442fdd1a0c309c:d9fac565
2012-02-22 08:00:42.858000: Error while requesting job from ABCPool.co: [Errno 11004] getaddrinfo failed
2012-02-22 08:00:45.151000: Error while requesting job from ABCPool.co: [Errno 11004] getaddrinfo failed
2012-02-22 08:00:47.445000: Error while uploading share 9726a1c9 (difficulty 1.03911) to deepbit.net (pit.deepbit.net:8332): [Errno 11004] getaddrinfo failed
2012-02-22 08:00:49.738000: Error while requesting job from ABCPool.co: [Errno 11004] getaddrinfo failed
2012-02-22 08:00:52.031000: Error while requesting job from ABCPool.co: [Errno 11004] getaddrinfo failed
2012-02-22 08:00:54.028000: Mining deepbit.net:56ee90df5eaea0dd13e09dbb5a99d2d484788aab5addc225664d7a7664d910e5:5abb4b344f442fdd1a0c309c on Icarus board on COM35
2012-02-22 08:00:54.028000: Mining deepbit.net:c2f0cc1e162ef0b971c264e306a3e7a62b58519b9abfb14cc1d8d04b97631617:9f472d4e4f442fdd1a0c309c on Icarus board on COM20
2012-02-22 08:00:54.043000: Mining deepbit.net:f3f4c9de35cb9c5a1c32d77cd63b87b5a4a2f3d6fbea82fa84e4357f895778ae:729f86344f442fde1a0c309c on Icarus board on COM34
2012-02-22 08:00:54.043000: Mining deepbit.net:c6fbdcb8cc91f00146da444e1a38828041ca96e11b9efb86d227a0065c6cb9d0:fd9cbd8c4f442fde1a0c309c on Icarus board on COM31
2012-02-22 08:00:54.043000: Mining deepbit.net:b9e3c7a0bef57698d6e39ff4067e0aab1a3981715240be2b91cdf0cfd15e21f4:ba7ab7374f442fde1a0c309c on Icarus board on COM49
2012-02-22 08:00:54.043000: Mining deepbit.net:675ee4ba5ba706ef6f3aa6ef55d607dc10c688412bb0ccf52e14d350a5483838:f0f2c71a4f442fde1a0c309c on Icarus board on COM28
2012-02-22 08:00:54.043000: Mining deepbit.net:f6072b87def364f459ddf0a7ff7af678cfff39c7d4ec0ab75adf7a8245c2dd10:d290836c4f442fde1a0c309c on Icarus board on COM40
2012-02-22 08:00:54.043000: Mining deepbit.net:89f7dce36ed1b854b26c2d95b4b215a2e5e05756a8a998eb9d8b2c5f3fff0dd8:1d32f3684f442fdf1a0c309c on Icarus board on COM30
2012-02-22 08:00:54.043000: Mining deepbit.net:0020e119ec6af9b28f3d02352b540db66dd0129045cb1745cb3cd4494b04e907:cfe40de44f442fdf1a0c309c on Icarus board on COM38
2012-02-22 08:00:54.043000: Mining deepbit.net:b26fcf40fd4031cd9fc50662999f1fab20b229a4f31cbafeef32f5aae6140bd6:e0f3b1544f442fdf1a0c309c on Icarus board on COM41
2012-02-22 08:00:54.043000: Mining deepbit.net:bc24042ab919e28e519cb1f40ef826cd323ca429a0827bfab40c1f72a457086a:b14164584f442fe01a0c309c on Icarus board on COM32
2012-02-22 08:00:54.043000: Mining deepbit.net:380c71bc76dca22ab2f6cd3cc2b855a3f8ae3e869a76f5585b2f4a9d0ca8718e:257a9c9a4f442fe01a0c309c on Icarus board on COM22
2012-02-22 08:00:54.043000: Mining deepbit.net:5106a568819598e4d43cfbde24fbb76a2525878f2dfa36ab9d3f6b014e44c63d:f75b5abd4f442fe01a0c309c on Icarus board on COM44
2012-02-22 08:00:54.043000: Mining deepbit.net:9fe2c8c80446e83c606b1a4ca9704c27c0774267466e29e846203d92a7f703ab:f875d0df4f442fe01a0c309c on Icarus board on COM33
2012-02-22 08:00:54.043000: Mining deepbit.net:6546df5117b77948c74ee095e631e00048bf92aff89290e473b4d24d4b3ff1d2:daa845b84f442fe11a0c309c on Icarus board on COM47
2012-02-22 08:00:54.043000: Mining deepbit.net:1b364be2fdeb2596d2aefde12458308b74bf311f6ec68781b3364d25b837ed87:045653314f442fe11a0c309c on Icarus board on COM36
2012-02-22 08:00:54.043000: Mining deepbit.net:38e2c52e490e4de204374fad6f2ea73f5e436a7a7065f4d03cb5b8f7bf354a38:c57d264c4f442fe11a0c309c on Icarus board on COM43
2012-02-22 08:00:54.043000: Mining deepbit.net:b609cff731770a525d6d25eae55c7a23640ae375d0a4243c069d7af3ae2d4d2f:652b7e6c4f442fe11a0c309c on Icarus board on COM45
2012-02-22 08:00:54.043000: Mining deepbit.net:34f10cbb9577e651552bcdfa68628cbc1c26dcb6737596078dc99749f6374062:be656a254f442fe21a0c309c on Icarus board on COM39
2012-02-22 08:00:54.043000: Mining deepbit.net:5aa831f6184f5054f87992e60a55db760d99d16dcfa83f4786cdbd99c87f6e53:9166aba24f442fe21a0c309c on Icarus board on COM29
2012-02-22 08:00:54.059000: Mining deepbit.net:82d8f9496e2ff6c134ba1fe706db9462b342b697a8ae155be1a95f154c1ac904:390b82ed4f442fe21a0c309c on Icarus board on COM27
2012-02-22 08:00:54.059000: Mining deepbit.net:b0ed54ad585d9db1f9573a749aa371c19f07fd0a1da7642b5d3ea9bd027e9d87:b3cd681b4f442fe21a0c309c on Icarus board on COM48
2012-02-22 08:00:54.059000: Mining deepbit.net:2a7a9f1283a1ea13ab47b2588340601033152356e63371494a6b3666a6d1c33d:328138684f442fe31a0c309c on Icarus board on COM46
2012-02-22 08:00:54.059000: Mining deepbit.net:01893cae5fc40bc88551f2ed3b04c7574c0988bc40da1070487530872cf6ec1d:0550e3174f442fe31a0c309c on Icarus board on COM42
2012-02-22 08:00:54.059000: Mining deepbit.net:f75a1b31a8d5cece569480d1f2f7f0bdd7a0ffe3eb5dc85a640a5abfea2ab8a4:44d5a2af4f442fe31a0c309c on Icarus board on COM37
2012-02-22 08:00:54.075000: Icarus board on COM33 found share: deepbit.net:9fe2c8c80446e83c606b1a4ca9704c27c0774267466e29e846203d92a7f703ab:f875d0df4f442fe01a0c309c:0b378f62
2012-02-22 08:00:54.075000: Icarus board on COM33 sent K-not-zero share 0b378f62
2012-02-22 08:00:54.075000: Icarus board on COM37 found share: deepbit.net:f75a1b31a8d5cece569480d1f2f7f0bdd7a0ffe3eb5dc85a640a5abfea2ab8a4:44d5a2af4f442fe31a0c309c:5b993bd7
2012-02-22 08:00:54.075000: Icarus board on COM27 found share: deepbit.net:82d8f9496e2ff6c134ba1fe706db9462b342b697a8ae155be1a95f154c1ac904:390b82ed4f442fe21a0c309c:cb4c80b0
2012-02-22 08:00:54.075000: Mining deepbit.net:fe73d42b739c2d941c0b4e416d63a65a91bad86da122fb062965d8f0ec393e68:ee8ceb2b4f442fe31a0c309c on Icarus board on COM41
2012-02-22 08:00:54.075000: Icarus board on COM37 sent K-not-zero share 5b993bd7
2012-02-22 08:00:54.075000: Icarus board on COM27 sent K-not-zero share cb4c80b0
2012-02-22 08:00:54.075000: Mining deepbit.net:e8462d13e80be52beb0141d95fd6d1d987aa856d6dcd6db797fa288207ba9f3a:4433f53c4f442fe31a0c309c on Icarus board on COM45
2012-02-22 08:00:54.075000: Icarus board on COM22 found share: deepbit.net:380c71bc76dca22ab2f6cd3cc2b855a3f8ae3e869a76f5585b2f4a9d0ca8718e:257a9c9a4f442fe01a0c309c:a5fcc1eb
2012-02-22 08:00:54.075000: Mining deepbit.net:b6269875c4de867ab0fea58f46c83042bcdd8fb937d572dd6c6096c8018f8659:303f6baa4f442fe41a0c309c on Icarus board on COM28
2012-02-22 08:00:54.075000: Mining deepbit.net:97a80809d49ce8cb1d09706e93214c8299618f84becd8333e2fd58583f32c81e:9d7c7c614f442fe51a0c309c on Icarus board on COM31
2012-02-22 08:00:54.075000: Mining deepbit.net:e560d114438ecb494084b7d7b08772b7d03d7218d0f781f407c3a45c8194688b:006e2cc04f442fe51a0c309c on Icarus board on COM46
2012-02-22 08:00:54.075000: Icarus board on COM22 sent K-not-zero share a5fcc1eb
2012-02-22 08:00:54.106000: Mining deepbit.net:078eca7c8261b5e910cae13b48c10c175cd2166fc5e63b6521eb2ee75dac1454:0dc2ab364f442fe51a0c309c on Icarus board on COM38
2012-02-22 08:00:54.106000: Mining deepbit.net:368185253ff017834dec57ebe578a0f250e19f189c52cabdca786fae38bcea1b:fc3285544f442fe51a0c309c on Icarus board on COM27
2012-02-22 08:00:54.106000: Mining deepbit.net:5001a54daa5b86e0dbcdbbdc8daed4c11b95b1080b88ed7c42f3b61bbc44bb1c:bf8d50604f442fe61a0c309c on Icarus board on COM48
2012-02-22 08:00:54.106000: Mining deepbit.net:17dd413f0e0776b3352f6748d2beb41f98f40768d74190c5f58f4def8a9d0c91:4e0bbc554f442fe61a0c309c on Icarus board on COM30
2012-02-22 08:00:54.106000: Mining deepbit.net:5aa831f6184f5054f87992e60a55db760d99d16dcfa83f4786cdbd99c87f6e53:9166aba24f442fe61a0c309c on Icarus board on COM33
2012-02-22 08:00:54.106000: Mining deepbit.net:df3cceb1a0bc1bfefa2f125f2f2cfc3c138ef5b0b60570d71341b910750dd94e:a1e69b544f442fe61a0c309c on Icarus board on COM22
2012-02-22 08:00:54.106000: Mining deepbit.net:f61189be3bda772bb57446fc3df78103ee18def93cdd7224f0fba868672cf92b:2b7953a84f442fe61a0c309c on Icarus board on COM37
2012-02-22 08:00:54.106000: Mining deepbit.net:cd8b029025457c9a13c8f77e50e4b8f4292ff16138eed2e2ff9de795c0dee338:7b5642044f442fe71a0c309c on Icarus board on COM42
2012-02-22 08:00:54.262000: Icarus board on COM28 found share: deepbit.net:b6269875c4de867ab0fea58f46c83042bcdd8fb937d572dd6c6096c8018f8659:303f6baa4f442fe41a0c309c:9a6ef281
2012-02-22 08:00:54.293000: Mining deepbit.net:2112719107034b8b03602b7371c29c49796abcdfd0cd92322f600c148112565b:c5cbb75a4f442fe71a0c309c on Icarus board on COM28
2012-02-22 08:00:54.324000: Error while requesting job from ABCPool.co: [Errno 11004] getaddrinfo failed

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!