|
c00w
|
 |
July 26, 2011, 07:51:55 PM |
|
Has anyone noticed a memory leak with phoenix? I seem to be getting roughly 27% of memory usage after two days of running it.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
Peao
Legendary
Offline
Activity: 1320
Merit: 1001
|
 |
July 26, 2011, 10:50:39 PM |
|
Has anyone noticed a memory leak with phoenix? I seem to be getting roughly 27% of memory usage after two days of running it.
+1
|
|
|
|
|
|
bcforum
|
 |
July 28, 2011, 12:33:02 PM |
|
Has anyone noticed a memory leak with phoenix? I seem to be getting roughly 27% of memory usage after two days of running it.
I did a quick experiment last night on Ubuntu. % memstat | grep python | head -4 9228k: PID 1747 (/usr/bin/python2.6) 201956k: PID 2295 (/usr/bin/python2.6) 9248k: PID 2311 (/usr/bin/python2.6) 219828k: PID 2344 (/usr/bin/python2.6) 8 hours later: % memstat | grep python | head -4 9228k: PID 1747 (/usr/bin/python2.6) 231140k: PID 2295 (/usr/bin/python2.6) 9248k: PID 2311 (/usr/bin/python2.6) 249004k: PID 2344 (/usr/bin/python2.6) So yes, there is a definite memory leak.
|
If you found this post useful, feel free to share the wealth: 1E35gTBmJzPNJ3v72DX4wu4YtvHTWqNRbM
|
|
|
|
c00w
|
 |
July 28, 2011, 08:07:08 PM |
|
If someone could load it up in pdb and figure out what datastructure is doing it, I could probably fix it.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
|
|
|
jedi95 (OP)
|
 |
July 29, 2011, 07:17:41 AM |
|
If someone could load it up in pdb and figure out what datastructure is doing it, I could probably fix it.
I would start with the RPC code, including the modified Twisted.web library. I run my miners through MMP, and I usually run them for weeks at a time with >100,000 accepted shares between restarts. I don't see any performance problems or memory leaks running with MMP.
|
Phoenix Miner developer Donations appreciated at: 1PHoenix9j9J3M6v3VQYWeXrHPPjf7y3rU
|
|
|
|
c00w
|
 |
July 29, 2011, 07:00:59 PM |
|
I think its the rpc code itself not the modified twisted persistent client. bitHopper uses almost identical code from the bugfix and shows no memory gain.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
|
cyberlync
|
 |
August 02, 2011, 07:22:30 PM |
|
Perhaps a stupid question, but where can I get the r110 version? When I go to the SVN it shows r112 I am getting a whole lot of idles and restarts on btcguild with the newest version.
|
Giving away your BTC's? Send 'em here: 1F7XgercyaXeDHiuq31YzrVK5YAhbDkJhf
|
|
|
dime
Member

Offline
Activity: 88
Merit: 10
|
 |
August 02, 2011, 09:31:41 PM |
|
Perhaps a stupid question, but where can I get the r110 version? When I go to the SVN it shows r112 I am getting a whole lot of idles and restarts on btcguild with the newest version.
svn checkout -r 110 http://svn3.xp-dev.com/svn/phoenix-miner/trunk
|
|
|
|
|
dime
Member

Offline
Activity: 88
Merit: 10
|
 |
August 02, 2011, 09:46:22 PM |
|
The rewrite for the RPC protocol is finished, and has been uploaded to the SVN.
It works fine in my testing, but more feedback would be great before pushing this as a new version. This SHOULD definitively fix the idle problem, since that was related to the old RPCProtocol.
i tested it and it resulted in constant disconnects from btcguild (all servers). I reverted back to r110 and the problem disappeared. +1 I was mining for 2 days straight with constant disconnects from btcguild (all servers) and bitcoins.lc for about 10-15% rejected. There were no disconnects from slush's pool though. Reverted to revision r110 and now all is good with btcguild and bitcoins.lc.
|
|
|
|
|
|
cyberlync
|
 |
August 02, 2011, 11:03:49 PM |
|
Perhaps a stupid question, but where can I get the r110 version? When I go to the SVN it shows r112 I am getting a whole lot of idles and restarts on btcguild with the newest version.
svn checkout -r 110 http://svn3.xp-dev.com/svn/phoenix-miner/trunkAfter trying the URL, getting an error in firefox, installing chrome, retrying the url in chrome, I finally googled it, and found out it's for linux, Im a winblows nab, and can't for the love of bitcoins, figure out how I get the r110. Please help me, Im getting balder by the minute.
|
Giving away your BTC's? Send 'em here: 1F7XgercyaXeDHiuq31YzrVK5YAhbDkJhf
|
|
|
TeaRex
Member

Offline
Activity: 78
Merit: 10
|
 |
August 02, 2011, 11:36:11 PM |
|
After trying the URL, getting an error in firefox, installing chrome, retrying the url in chrome, I finally googled it, and found out it's for linux, Im a winblows nab, and can't for the love of bitcoins, figure out how I get the r110. Please help me, Im getting balder by the minute.
Install Tortoise SVN from http://tortoisesvn.net/downloads.html and use it to perform the checkout. Before you do that, you should know that running any SVN version of Phoenix requires you to have installed Phython and a bunch of extra Phyton packages. If you can't or won't do that, stick to the offical released version.
|
*Image Removed* I'm not asking for donations, but if you think YOUR post is deserving a donation FROM me, send me a message.
|
|
|
|
cyberlync
|
 |
August 03, 2011, 12:00:19 AM |
|
After trying the URL, getting an error in firefox, installing chrome, retrying the url in chrome, I finally googled it, and found out it's for linux, Im a winblows nab, and can't for the love of bitcoins, figure out how I get the r110. Please help me, Im getting balder by the minute.
Install Tortoise SVN from http://tortoisesvn.net/downloads.html and use it to perform the checkout. Before you do that, you should know that running any SVN version of Phoenix requires you to have installed Phython and a bunch of extra Phyton packages. If you can't or won't do that, stick to the offical released version. Thank you!
|
Giving away your BTC's? Send 'em here: 1F7XgercyaXeDHiuq31YzrVK5YAhbDkJhf
|
|
|
|
nomnomnom
|
 |
August 03, 2011, 09:36:27 AM |
|
If someone could load it up in pdb and figure out what datastructure is doing it, I could probably fix it.
I would start with the RPC code, including the modified Twisted.web library. I run my miners through MMP, and I usually run them for weeks at a time with >100,000 accepted shares between restarts. I don't see any performance problems or memory leaks running with MMP. Hi, I think it could be related to longpolling. For example when I mine on slush (rpc only) it works fine for days, as soon as I mine on a pool that uses longpolling it starts to fill the memory. It happens on arsbitcoin and btcguild in my case.
|
|
|
|
|
|
bcforum
|
 |
August 03, 2011, 11:37:25 AM |
|
If someone could load it up in pdb and figure out what datastructure is doing it, I could probably fix it.
I would start with the RPC code, including the modified Twisted.web library. I run my miners through MMP, and I usually run them for weeks at a time with >100,000 accepted shares between restarts. I don't see any performance problems or memory leaks running with MMP. Hi, I think it could be related to longpolling. For example when I mine on slush (rpc only) it works fine for days, as soon as I mine on a pool that uses longpolling it starts to fill the memory. It happens on arsbitcoin and btcguild in my case. I don't get the same result. When I mine solo against the standard client (RPC only, no long polling) memory fills up.
|
If you found this post useful, feel free to share the wealth: 1E35gTBmJzPNJ3v72DX4wu4YtvHTWqNRbM
|
|
|
Odi
Member

Offline
Activity: 73
Merit: 10
|
 |
August 03, 2011, 11:11:23 PM |
|
I'm another one with disconnect problems, here is my experience on Fedora Core 5 with ActivePython 2.7.2.5 in the Ars pool (phoenix with phatk kernel): svn checkout http://svn3.xp-dev.com/svn/phoenix-miner/trunkr111 from yesterday, 30 accepted, 4 rejected (1 real reject, 3 rejects because of disconnect), 188MH/s [03/08/2011 15:19:53] Phoenix r111 starting... [03/08/2011 15:19:53] Connected to server [03/08/2011 15:19:53] Server gave new work; passing to WorkQueue [03/08/2011 15:19:53] New block (WorkQueue) [03/08/2011 15:19:53] Server gave new work; passing to WorkQueue [03/08/2011 15:19:54] Using new LP URL /LP [03/08/2011 15:19:54] LP connected to arsbitcoin.com:XXXX [03/08/2011 15:20:16] Server gave new work; passing to WorkQueue [03/08/2011 15:20:28] Result 000000001c389660... accepted [03/08/2011 15:20:29] Result 0000000076722dbe... accepted [03/08/2011 15:20:32] Result 00000000fc3029f4... accepted [03/08/2011 15:20:39] Server gave new work; passing to WorkQueue [03/08/2011 15:20:49] Result 0000000009f0a1e5... accepted [03/08/2011 15:20:53] Result 00000000f1fbf3eb... accepted [03/08/2011 15:21:01] Server gave new work; passing to WorkQueue [03/08/2011 15:21:02] Result 000000004169e08d... accepted [03/08/2011 15:21:24] Server gave new work; passing to WorkQueue [03/08/2011 15:21:41] Result 00000000c3d105dc... accepted [03/08/2011 15:21:47] Server gave new work; passing to WorkQueue [03/08/2011 15:22:05] Result 000000005f316441... accepted [03/08/2011 15:22:10] Result 0000000019c401ca... accepted [03/08/2011 15:22:10] Server gave new work; passing to WorkQueue [03/08/2011 15:22:23] Result 00000000bedb83ed... accepted [03/08/2011 15:22:33] Server gave new work; passing to WorkQueue [03/08/2011 15:22:45] Result 00000000819e2c9d... accepted [03/08/2011 15:22:53] Result 00000000814424af... accepted [03/08/2011 15:22:55] Server gave new work; passing to WorkQueue [03/08/2011 15:23:18] Server gave new work; passing to WorkQueue [03/08/2011 15:23:22] Server gave new work; passing to WorkQueue [03/08/2011 15:23:22] New block (WorkQueue) [03/08/2011 15:23:22] LP: New work pushed [03/08/2011 15:23:22] Result 0000000095bb2fe8... rejected [03/08/2011 15:23:22] Server gave new work; passing to WorkQueue [03/08/2011 15:23:36] Result 00000000127cc49d... accepted [03/08/2011 15:23:42] Result 00000000621b950d... accepted [03/08/2011 15:23:45] Server gave new work; passing to WorkQueue [03/08/2011 15:23:51] Result 000000004af6c2ac... accepted [03/08/2011 15:24:08] Server gave new work; passing to WorkQueue [03/08/2011 15:24:14] Server gave new work; passing to WorkQueue [03/08/2011 15:24:14] New block (WorkQueue) [03/08/2011 15:24:14] LP: New work pushed [03/08/2011 15:24:14] Server gave new work; passing to WorkQueue [03/08/2011 15:24:36] Server gave new work; passing to WorkQueue [03/08/2011 15:24:38] Result 000000008f0f15dc... accepted [03/08/2011 15:24:57] Result 00000000aa324577... accepted [03/08/2011 15:24:59] Server gave new work; passing to WorkQueue [03/08/2011 15:25:03] Result 00000000a21f563c... accepted [03/08/2011 15:25:22] Server gave new work; passing to WorkQueue [03/08/2011 15:25:26] Result 000000008d60ee63... accepted [03/08/2011 15:25:31] Result 000000004db5858f... accepted [03/08/2011 15:25:36] Result 0000000009cd448f... accepted [03/08/2011 15:25:45] Server gave new work; passing to WorkQueue [03/08/2011 15:25:58] Result 0000000087439926... accepted [03/08/2011 15:26:08] Server gave new work; passing to WorkQueue [03/08/2011 15:26:31] Server gave new work; passing to WorkQueue [03/08/2011 15:26:35] Server gave new work; passing to WorkQueue [03/08/2011 15:26:35] New block (WorkQueue) [03/08/2011 15:26:35] LP: New work pushed [03/08/2011 15:26:35] Server gave new work; passing to WorkQueue [03/08/2011 15:26:58] Server gave new work; passing to WorkQueue [03/08/2011 15:27:11] Disconnected from server [03/08/2011 15:27:11] Result 00000000c4abbd72... rejected [03/08/2011 15:27:21] Connected to server [03/08/2011 15:27:21] Server gave new work; passing to WorkQueue [03/08/2011 15:27:43] Server gave new work; passing to WorkQueue [03/08/2011 15:28:06] Server gave new work; passing to WorkQueue [03/08/2011 15:28:10] Result 0000000034ca9854... accepted [03/08/2011 15:28:15] Result 000000006989ee7d... accepted [03/08/2011 15:28:17] Result 00000000bc931382... accepted [03/08/2011 15:28:29] Server gave new work; passing to WorkQueue [03/08/2011 15:28:33] Result 00000000a7a0c3ad... accepted [03/08/2011 15:28:38] Result 000000001922e028... accepted [03/08/2011 15:28:52] Server gave new work; passing to WorkQueue [03/08/2011 15:29:15] Server gave new work; passing to WorkQueue [03/08/2011 15:29:25] Result 000000003e1f7bee... accepted [03/08/2011 15:29:37] Server gave new work; passing to WorkQueue [03/08/2011 15:30:00] Server gave new work; passing to WorkQueue [03/08/2011 15:30:23] Server gave new work; passing to WorkQueue [03/08/2011 15:30:43] Disconnected from server [03/08/2011 15:30:43] Result 000000001770ff49... rejected [03/08/2011 15:30:46] Connected to server [03/08/2011 15:30:46] Server gave new work; passing to WorkQueue [03/08/2011 15:30:55] Result 00000000babf0a08... accepted [03/08/2011 15:31:09] Server gave new work; passing to WorkQueue [03/08/2011 15:31:31] Server gave new work; passing to WorkQueue [03/08/2011 15:31:54] Server gave new work; passing to WorkQueue [03/08/2011 15:32:08] Disconnected from server [03/08/2011 15:32:08] Result 0000000086bde4b3... rejected [03/08/2011 15:32:16] Connected to server [03/08/2011 15:32:16] Result 000000009beed6f1... accepted [03/08/2011 15:32:17] Server gave new work; passing to WorkQueue svn checkout http://svn3.xp-dev.com/svn/phoenix-miner/tags/release-1.50The 1.50 version that I've had good success with, and I modified the #define Ma, 31 accepted, no rejected or disconnects, 186MH/s [03/08/2011 15:44:30] Phoenix 1.50 starting... [03/08/2011 15:44:30] Connected to server [03/08/2011 15:44:30] Server gave new work; passing to WorkQueue [03/08/2011 15:44:30] New block (WorkQueue) [03/08/2011 15:44:32] Server gave new work; passing to WorkQueue [03/08/2011 15:44:54] Server gave new work; passing to WorkQueue [03/08/2011 15:45:17] Server gave new work; passing to WorkQueue [03/08/2011 15:45:17] Result 00000000fc9d82a9... accepted [03/08/2011 15:45:18] Result 0000000063e2ff80... accepted [03/08/2011 15:45:40] Server gave new work; passing to WorkQueue [03/08/2011 15:45:49] LP: New work pushed [03/08/2011 15:45:49] Server gave new work; passing to WorkQueue [03/08/2011 15:45:49] New block (WorkQueue) [03/08/2011 15:45:49] Server gave new work; passing to WorkQueue [03/08/2011 15:46:12] Server gave new work; passing to WorkQueue [03/08/2011 15:46:35] Server gave new work; passing to WorkQueue [03/08/2011 15:46:59] Server gave new work; passing to WorkQueue [03/08/2011 15:47:10] Result 00000000dfd9c5ce... accepted [03/08/2011 15:47:22] Server gave new work; passing to WorkQueue [03/08/2011 15:47:45] Server gave new work; passing to WorkQueue [03/08/2011 15:48:08] Server gave new work; passing to WorkQueue [03/08/2011 15:48:16] Result 00000000f66b0d25... accepted [03/08/2011 15:48:25] Result 00000000a8dc29b2... accepted [03/08/2011 15:48:31] Server gave new work; passing to WorkQueue [03/08/2011 15:48:54] Server gave new work; passing to WorkQueue [03/08/2011 15:48:59] Result 0000000095e655b0... accepted [03/08/2011 15:49:08] Result 000000001559c7a1... accepted [03/08/2011 15:49:17] Server gave new work; passing to WorkQueue [03/08/2011 15:49:40] Server gave new work; passing to WorkQueue [03/08/2011 15:50:03] Server gave new work; passing to WorkQueue [03/08/2011 15:50:17] Result 0000000060ef8b17... accepted [03/08/2011 15:50:26] Server gave new work; passing to WorkQueue [03/08/2011 15:50:49] Server gave new work; passing to WorkQueue [03/08/2011 15:50:50] Result 0000000031dae576... accepted [03/08/2011 15:50:50] Result 00000000b3c72d2c... accepted [03/08/2011 15:51:00] Result 000000001bc7ceab... accepted [03/08/2011 15:51:12] Result 00000000557c9e6f... accepted [03/08/2011 15:51:13] Server gave new work; passing to WorkQueue [03/08/2011 15:51:35] Server gave new work; passing to WorkQueue [03/08/2011 15:51:58] Server gave new work; passing to WorkQueue [03/08/2011 15:52:22] Server gave new work; passing to WorkQueue [03/08/2011 15:52:29] Result 000000008fdb22f3... accepted [03/08/2011 15:52:39] Result 000000001205cc4a... accepted [03/08/2011 15:52:45] Server gave new work; passing to WorkQueue [03/08/2011 15:52:50] Result 00000000b1d01806... accepted [03/08/2011 15:52:53] Result 000000005d550742... accepted [03/08/2011 15:53:08] Server gave new work; passing to WorkQueue [03/08/2011 15:53:23] Result 000000002ca8dcdc... accepted [03/08/2011 15:53:25] Result 00000000d22cc6d8... accepted [03/08/2011 15:53:31] Server gave new work; passing to WorkQueue [03/08/2011 15:53:54] Server gave new work; passing to WorkQueue [03/08/2011 15:54:17] Server gave new work; passing to WorkQueue [03/08/2011 15:54:40] Server gave new work; passing to WorkQueue [03/08/2011 15:54:49] Result 00000000e90515ef... accepted [03/08/2011 15:54:52] Result 00000000429bbab9... accepted [03/08/2011 15:55:04] Result 00000000efdb7449... accepted [03/08/2011 15:55:04] Server gave new work; passing to WorkQueue [03/08/2011 15:55:26] Server gave new work; passing to WorkQueue [03/08/2011 15:55:33] Result 00000000d6231842... accepted [03/08/2011 15:55:41] Result 0000000045d609a3... accepted [03/08/2011 15:55:45] Result 000000006d1961d6... accepted [03/08/2011 15:55:49] Server gave new work; passing to WorkQueue [03/08/2011 15:55:49] Result 000000001de475e4... accepted [03/08/2011 15:55:50] Result 00000000453ceef2... accepted [03/08/2011 15:55:55] Result 00000000d98eebe8... accepted [03/08/2011 15:56:06] LP: New work pushed [03/08/2011 15:56:06] Server gave new work; passing to WorkQueue [03/08/2011 15:56:06] New block (WorkQueue) [03/08/2011 15:56:07] Server gave new work; passing to WorkQueue [03/08/2011 15:56:30] Server gave new work; passing to WorkQueue [03/08/2011 15:56:53] Server gave new work; passing to WorkQueue [03/08/2011 15:56:53] Result 000000005d89ad5e... accepted [03/08/2011 15:57:16] Server gave new work; passing to WorkQueue [03/08/2011 15:57:39] Server gave new work; passing to WorkQueue [03/08/2011 15:57:43] Result 00000000de4c7f98... accepted [03/08/2011 15:57:44] Result 000000005706b190... accepted [03/08/2011 15:57:55] Result 00000000e2b690fd... accepted
|
Bitcoin is like a variation of Schrödinger's Cat. Everything about it is both scam and fully legit at the same time until you open the box. - ElectricMucus
|
|
|
|
nomnomnom
|
 |
August 04, 2011, 03:47:07 AM |
|
I don't get the same result. When I mine solo against the standard client (RPC only, no long polling) memory fills up.
Hmm, thats weird, look at my memory graph, most of it is slush and at the end is arsbitcoin   Maybe there is some other difference between those pools that triggers this, oh well... 
|
|
|
|
|
|
bcforum
|
 |
August 04, 2011, 11:29:25 AM |
|
Very curious. I switched to: #!/bin/sh export DISPLAY=:0 while true; do timeout -k 60 24h python phoenix.py -v \ -u http://user:pass@localhost:8332 \ -k phatk_dia DEVICE=0 AGGRESSION=13 BFI_INT WORKSIZE=128 \ VECTORS FASTLOOP=false done
to force a restart every 24 hours, so I can't collect the data anymore.
|
If you found this post useful, feel free to share the wealth: 1E35gTBmJzPNJ3v72DX4wu4YtvHTWqNRbM
|
|
|
|
nomnomnom
|
 |
August 10, 2011, 01:02:18 PM |
|
I noticed the memory leak does not happen on bitcoins.lc and they use longpolling. Looking at the network traffic, it seems that bitcoins.lc uses keep-alive (slush also has keep-alive) while the other pools (which are leaking memory) do not seem to use keep-alive! Also there is something else which is weird. Everything looks normal until phoenix sends out 2 similiar looking packets. The server answers this with a error 400 bad request, which is followed by 2 RST. This happens after every communication between miner and server. This here is btcguild, but arsbitcoin behaves exactly the same. 14:04:20.907806 IP (tos 0x0, ttl 64, id 11848, offset 0, flags [DF], proto TCP (6), length 52) 10.23.42.151.33398 > 69.42.216.173.8332: Flags [.], cksum 0x52ac (incorrect -> 0x91b8), seq 481, ack 182, win 123, options [nop,nop,TS val 718992981 ecr 132504115], length 0 0x0000: 0014 bfa5 8817 0024 1d8a cc03 0800 4500 .......$......E. 0x0010: 0034 2e48 4000 4006 b9f6 0a17 2a97 452a .4.H@.@.....*.E* 0x0020: d8ad 8276 208c f8a3 dcc3 b6ca 5f86 8010 ...v........_... 0x0030: 007b 52ac 0000 0101 080a 2ada f655 07e5 .{R.......*..U.. 0x0040: da33 .3 14:04:21.179311 IP (tos 0x0, ttl 64, id 11849, offset 0, flags [DF], proto TCP (6), length 52) 10.23.42.151.33398 > 69.42.216.173.8332: Flags [F.], cksum 0x52ac (incorrect -> 0x90a7), seq 481, ack 182, win 123, options [nop,nop,TS val 718993253 ecr 132504115], length 0 0x0000: 0014 bfa5 8817 0024 1d8a cc03 0800 4500 .......$......E. 0x0010: 0034 2e49 4000 4006 b9f5 0a17 2a97 452a .4.I@.@.....*.E* 0x0020: d8ad 8276 208c f8a3 dcc3 b6ca 5f86 8011 ...v........_... 0x0030: 007b 52ac 0000 0101 080a 2ada f765 07e5 .{R.......*..e.. 0x0040: da33 .3 14:04:21.353823 IP (tos 0x0, ttl 54, id 34045, offset 0, flags [DF], proto TCP (6), length 316) 69.42.216.173.8332 > 10.23.42.151.33398: Flags [P.], cksum 0x2324 (correct), seq 182:446, ack 482, win 54, options [nop,nop,TS val 132504159 ecr 718993253], length 264 0x0000: 0024 1d8a cc03 0014 bfa5 8817 0800 4500 .$............E. 0x0010: 013c 84fd 4000 3606 6c39 452a d8ad 0a17 .<..@.6.l9E*.... 0x0020: 2a97 208c 8276 b6ca 5f86 f8a3 dcc4 8018 *....v.._....... 0x0030: 0036 2324 0000 0101 080a 07e5 da5f 2ada .6#$........._*. 0x0040: f765 4854 5450 2f31 2e31 2034 3030 2042 .eHTTP/1.1.400.B 0x0050: 6164 2052 6571 7565 7374 0d0a 436f 6e74 ad.Request..Cont 0x0060: 656e 742d 5479 7065 3a20 7465 7874 2f68 ent-Type:.text/h 0x0070: 746d 6c0d 0a43 6f6e 6e65 6374 696f 6e3a tml..Connection: 0x0080: 2063 6c6f 7365 0d0a 4461 7465 3a20 5765 .close..Date:.We 0x0090: 642c 2031 3020 4175 6720 3230 3131 2031 d,.10.Aug.2011.1 0x00a0: 323a 3033 3a33 3320 474d 540d 0a43 6f6e 2:03:33.GMT..Con 0x00b0: 7465 6e74 2d4c 656e 6774 683a 2031 3334 tent-Length:.134 0x00c0: 0d0a 0d0a 3c48 544d 4c3e 3c48 4541 443e ....<HTML><HEAD> 0x00d0: 0a3c 5449 544c 453e 3430 3020 4261 6420 .<TITLE>400.Bad. 0x00e0: 5265 7175 6573 743c 2f54 4954 4c45 3e0a Request</TITLE>. 0x00f0: 3c2f 4845 4144 3e3c 424f 4459 3e0a 3c48 </HEAD><BODY>.<H 0x0100: 313e 4d65 7468 6f64 204e 6f74 2049 6d70 1>Method.Not.Imp 0x0110: 6c65 6d65 6e74 6564 3c2f 4831 3e0a 496e lemented</H1>.In 0x0120: 7661 6c69 6420 6d65 7468 6f64 2069 6e20 valid.method.in. 0x0130: 7265 7175 6573 743c 503e 0a3c 2f42 4f44 request<P>.</BOD 0x0140: 593e 3c2f 4854 4d4c 3e0a Y></HTML>. 14:04:21.353861 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40) 10.23.42.151.33398 > 69.42.216.173.8332: Flags [R], cksum 0xe4ef (correct), seq 4171488452, win 0, length 0 0x0000: 0014 bfa5 8817 0024 1d8a cc03 0800 4500 .......$......E. 0x0010: 0028 0000 4000 4006 e84a 0a17 2a97 452a .(..@.@..J..*.E* 0x0020: d8ad 8276 208c f8a3 dcc4 0000 0000 5004 ...v..........P. 0x0030: 0000 e4ef 0000 ...... 14:04:21.354062 IP (tos 0x0, ttl 54, id 34046, offset 0, flags [DF], proto TCP (6), length 52) 69.42.216.173.8332 > 10.23.42.151.33398: Flags [F.], cksum 0x8fb7 (correct), seq 446, ack 482, win 54, options [nop,nop,TS val 132504159 ecr 718993253], length 0 0x0000: 0024 1d8a cc03 0014 bfa5 8817 0800 4500 .$............E. 0x0010: 0034 84fe 4000 3606 6d40 452a d8ad 0a17 .4..@.6.m@E*.... 0x0020: 2a97 208c 8276 b6ca 608e f8a3 dcc4 8011 *....v..`....... 0x0030: 0036 8fb7 0000 0101 080a 07e5 da5f 2ada .6..........._*. 0x0040: f765 .e 14:04:21.354068 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40) 10.23.42.151.33398 > 69.42.216.173.8332: Flags [R], cksum 0xe4ef (correct), seq 4171488452, win 0, length 0 0x0000: 0014 bfa5 8817 0024 1d8a cc03 0800 4500 .......$......E. 0x0010: 0028 0000 4000 4006 e84a 0a17 2a97 452a .(..@.@..J..*.E* 0x0020: d8ad 8276 208c f8a3 dcc4 0000 0000 5004 ...v..........P. 0x0030: 0000 e4ef 0000 ......
I am not sure, but this does not look normal to me, with the bad request and all.
|
|
|
|
|
zargon
Newbie
Offline
Activity: 18
Merit: 0
|
 |
August 10, 2011, 03:59:01 PM |
|
new to phoenix and linux mining
just got a linuxcoin .2b worker up
phoneix.py -v -k poclbm BFI_INT FASTLOOP=false AGGRESSION=11 DEVICE=0 WORKSIZE=128
on my 6950 2gb @ 840/1000 is pulling 315 hash.
seems a little low, my 6950 on my win7 box and guiminer is doing 330 with lower mem settings(and a lower fan speed in a hotter room)
is it low or am I just too used to staring at my 5870 miners?
|
|
|
|
|
|