Bitcoin Forum
April 19, 2024, 02:59:08 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
921  Bitcoin / Development & Technical Discussion / Extremely high bitcoind getblocktemplate latency on: May 17, 2013, 01:08:45 AM
Hi guys,
I have priority issue with bitcoind latency and p2pool running with it. p2pool link: lenny.dnsd.me:9332

I have dedicated hardware for running bitcoind 24/7 node and p2pool with it. That's small server based on AMD APU A10 + SSD, was working nicely for months, till yesterday.

My bitcoind node is literally flooded by hoax transactions, like this:
https://blockchain.info/tx/7227c9d392166fdcd917f39da2def36bcf69b437d90e349d73a48952c0fbdd69
https://blockchain.info/tx/292d1d7ff7ece8eb67b4bf3c2f523736679c616fce8216bf37ac23edec6e0e03

1 single transaction, nice miner fee included (1.46 USD actually), but it have over two thousands outputs and 100 KB in size! It's like a fishhook, whoever will take it, will loose seconds of latency.

Bitcoind latency is at ~ 4s right now, for months it was at 0.3s. About 18 hours ago my latency went extremely high up to 7s and till then, network is under attack of these hoax transactions. Exactly same problem has been reported by my collegues at forum.bitcoin.pl. They showed be their stats and same latency issues (bitcoind latency at 3s or worse, like in my case).
Latency that high makes mining on my local p2pool node unprofitable.

My bitcoin.conf:
Code:
(...)
maxconnections=30
blockmaxsize=500000
mintxfee=0.00005

How to filter these transactions?  Shocked
922  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 17, 2013, 01:05:06 AM
Hi guys,
I have priority issue with bitcoind latency.
My bitcoind node is literally flooded by hoax transactions, like this:
https://blockchain.info/tx/7227c9d392166fdcd917f39da2def36bcf69b437d90e349d73a48952c0fbdd69
https://blockchain.info/tx/292d1d7ff7ece8eb67b4bf3c2f523736679c616fce8216bf37ac23edec6e0e03
1 single transaction, nice miner fee included (1.46 USD actually), but it have over two thousands outputs and 100 KB in size! It's like a fishhook, whoever will take it, will loose seconds of latency.

Bitcoind latency is at ~ 4s (I have dedicated server with AMD A10 APU + SSD), for months it was at 0.3s. About 18 hours ago my latency went extremely high up to 7s and till then, network is under attack of these hoax transactions. Exactly same problem has been reported by my collegues at forum.bitcoin.pl. They showed be their stats and same latency issues (bitcoind latency at 3s or worse, like in my case).

My bitcoin.conf:
Code:
(...)
maxconnections=30
blockmaxsize=500000
mintxfee=0.00005

How to filter these transactions?  Shocked
923  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 16, 2013, 06:40:15 PM
Can we know results of arranged meeting with user Testsieger for your ID verification?
Can Testsieger confirm that happened?

Seriously he'd designing a whole board, has detailed technical knowledge of the workings and is posting renders of the gerbers he's not gonna be a scam. If it was your money would be gone already. Seems some people have no intuition.

 Roll Eyes  Huh

Intuition? You got to be joking. This is business. There was a scheduled meeting and I am asking for results, that's all :-)
924  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 16, 2013, 12:30:39 PM
@ok:

+1

BTW I was reporting incompatibilities of stratum-mining-proxy and p2pool couple of months ago.

I can donate my Blade worktime to developer, if needed, can provide ssh access or something. Please PM.

Good luck with it guys!
925  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: May 16, 2013, 10:59:23 AM
Can we know results of arranged meeting with user Testsieger for your ID verification?
Can Testsieger confirm that happened?
926  Bitcoin / Hardware / Re: [Announcement] Avalon ASIC Batch #1 Ships on: May 16, 2013, 09:31:23 AM
Is there anyone else who did not received batch #1 unit yet?
927  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 16, 2013, 08:53:02 AM
Blade is working absolutely fine, it's not a hardware problem.

I tried stratum-mining-proxy on my p2pool node (lenny.dnsd.me:9332)
Code:
 python mining_proxy.py -o localhost -p 9332 -sp 7001 -gp 7002
2013-05-16 09:44:43,151 INFO proxy jobs.<module> # Using C extension for midstate speedup. Good!
2013-05-16 09:44:43,167 ERROR proxy mining_proxy.main # Stratum host/port autodetection failed
Traceback (most recent call last):
  File "mining_proxy.py", line 178, in main
    new_host = (yield utils.detect_stratum(args.host, args.port))
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1070, in _inlineCallbacks
    result = g.send(result)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/utils.py", line 69, in detect_stratum
    header = f.response_headers.get('x-stratum', None)[0]
TypeError: 'NoneType' object has no attribute '__getitem__'
2013-05-16 09:44:43,169 WARNING proxy mining_proxy.main # Stratum proxy version: 1.5.2
2013-05-16 09:44:43,176 WARNING proxy mining_proxy.test_update # Checking for updates...
2013-05-16 09:44:43,948 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at localhost:9332
2013-05-16 09:44:43,951 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:43,952 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:43,952 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:43,970 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-05-16 09:44:43,970 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 7001 (stratum) AND 7002 (getwork)
2013-05-16 09:44:43,970 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-05-16 09:44:43,970 INFO proxy client_service.handle_event # Setting new difficulty: 5.73646459899
2013-05-16 09:44:43,971 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:43,972 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:44:46,909 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:46,910 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:46,910 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:46,913 INFO proxy client_service.handle_event # Setting new difficulty: 5.73646459899
2013-05-16 09:44:46,914 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:46,914 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:44:49,679 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:49,680 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:49,680 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:49,717 INFO proxy client_service.handle_event # Setting new difficulty: 6.16157261446
2013-05-16 09:44:49,718 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:49,718 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:44:52,907 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:52,908 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:52,908 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:52,911 INFO proxy client_service.handle_event # Setting new difficulty: 5.9889733432
2013-05-16 09:44:52,912 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:52,912 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:44:54,933 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:54,933 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:54,934 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:54,937 INFO proxy client_service.handle_event # Setting new difficulty: 5.9889733432
2013-05-16 09:44:54,938 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:54,938 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:44:57,927 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:44:57,928 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:44:57,928 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:44:57,931 INFO proxy client_service.handle_event # Setting new difficulty: 5.9889733432
2013-05-16 09:44:57,932 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:44:57,933 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:00,364 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:00,364 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:00,364 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:00,367 INFO proxy client_service.handle_event # Setting new difficulty: 5.9889733432
2013-05-16 09:45:00,368 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:00,369 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:02,356 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:02,356 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:02,356 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:02,359 INFO proxy client_service.handle_event # Setting new difficulty: 5.9889733432
2013-05-16 09:45:02,360 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:02,361 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:04,110 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:04,110 ERROR protocol protocol.dataReceived # Processing of message failed
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 185, in dataReceived
    self.lineReceived(line, request_counter)
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 216, in lineReceived
    raise custom_exceptions.ProtocolException("Cannot decode message '%s'" % line)
'rotocolException: Cannot decode message 'POST / HTTP/1.1
2013-05-16 09:45:04,112 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:04,114 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:04,115 ERROR protocol protocol.dataReceived # Processing of message failed
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 185, in dataReceived
    self.lineReceived(line, request_counter)
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 216, in lineReceived
    raise custom_exceptions.ProtocolException("Cannot decode message '%s'" % line)
'rotocolException: Cannot decode message 'POST / HTTP/1.1
2013-05-16 09:45:04,115 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:04,117 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:05,319 INFO stats stats.print_stats # 2 peers connected, state changed 1 times
2013-05-16 09:45:05,319 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:05,319 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:05,323 ERROR proxy stratum_listener._finish_after_subscribe # Template not ready yet
2013-05-16 09:45:05,324 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:05,325 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:05,325 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:05,326 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:08,462 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:08,462 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:08,462 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:08,465 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:08,466 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:08,466 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:10,961 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:10,961 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:10,961 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:10,965 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:10,966 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:10,967 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:14,107 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:14,108 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:14,108 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:14,111 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:14,112 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:14,112 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:17,076 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:17,077 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:17,077 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:17,081 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:17,082 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:17,082 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:19,759 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:19,759 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:19,759 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:19,762 INFO proxy client_service.handle_event # Setting new difficulty: 5.73010154449
2013-05-16 09:45:19,763 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:19,764 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:22,616 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:22,616 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:22,616 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:22,619 INFO proxy client_service.handle_event # Setting new difficulty: 7.35691793954
2013-05-16 09:45:22,621 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:22,621 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:25,428 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:25,428 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:25,429 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:25,432 INFO proxy client_service.handle_event # Setting new difficulty: 7.35691793954
2013-05-16 09:45:25,433 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:25,433 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:27,718 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:27,718 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:27,718 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:27,720 INFO proxy client_service.handle_event # Setting new difficulty: 7.35691793954
2013-05-16 09:45:27,721 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:27,721 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:30,262 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:30,262 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:30,263 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:30,266 INFO proxy client_service.handle_event # Setting new difficulty: 7.35691793954
2013-05-16 09:45:30,267 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:30,267 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:33,145 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:33,146 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:33,146 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:33,149 INFO proxy client_service.handle_event # Setting new difficulty: 7.35691793954
2013-05-16 09:45:33,150 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:33,150 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:36,276 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:36,276 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:36,276 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:36,279 INFO proxy client_service.handle_event # Setting new difficulty: 7.2353377225
2013-05-16 09:45:36,281 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:36,281 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:39,372 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:39,372 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:39,372 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:39,375 INFO proxy client_service.handle_event # Setting new difficulty: 6.70963305137
2013-05-16 09:45:39,376 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:39,377 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:40,078 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:40,079 ERROR protocol protocol.dataReceived # Processing of message failed
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 185, in dataReceived
    self.lineReceived(line, request_counter)
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/protocol.py", line 216, in lineReceived
    raise custom_exceptions.ProtocolException("Cannot decode message '%s'" % line)
'rotocolException: Cannot decode message 'POST / HTTP/1.1
2013-05-16 09:45:40,079 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:42,217 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:42,218 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:42,218 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 09:45:42,232 INFO proxy client_service.handle_event # Setting new difficulty: 6.70963305137
2013-05-16 09:45:42,233 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 09:45:42,233 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 09:45:44,547 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 09:45:44,547 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 09:45:44,547 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs

Miners (cgminer, bfgminer) sees that port (7001 and 7002) as dead. When I pointed blade to it, I got only tons of errors:

Code:
$ python mining_proxy.py -o localhost -p 9332 -sp 7001 -gp 7002
2013-05-16 13:13:43,529 INFO proxy jobs.<module> # Using C extension for midstate speedup. Good!
2013-05-16 13:13:43,540 ERROR proxy mining_proxy.main # Stratum host/port autodetection failed
Traceback (most recent call last):
  File "mining_proxy.py", line 178, in main
    new_host = (yield utils.detect_stratum(args.host, args.port))
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1070, in _inlineCallbacks
    result = g.send(result)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/utils.py", line 69, in detect_stratum
    header = f.response_headers.get('x-stratum', None)[0]
TypeError: 'NoneType' object has no attribute '__getitem__'
2013-05-16 13:13:43,541 WARNING proxy mining_proxy.main # Stratum proxy version: 1.5.2
2013-05-16 13:13:43,543 WARNING proxy mining_proxy.test_update # Checking for updates...
2013-05-16 13:13:43,928 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at localhost:9332
2013-05-16 13:13:43,932 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:43,932 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:43,932 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:44,083 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-05-16 13:13:44,083 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 7001 (stratum) AND 7002 (getwork)
2013-05-16 13:13:44,083 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2013-05-16 13:13:44,083 INFO proxy client_service.handle_event # Setting new difficulty: 4.68885983554
2013-05-16 13:13:44,084 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:44,085 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:13:47,081 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:47,082 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:47,082 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:47,085 INFO proxy client_service.handle_event # Setting new difficulty: 4.68885983554
2013-05-16 13:13:47,086 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:47,086 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:13:49,925 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:49,925 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:49,925 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:50,035 INFO proxy client_service.handle_event # Setting new difficulty: 4.82588678153
2013-05-16 13:13:50,036 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:50,037 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:13:53,003 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:53,003 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:53,004 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:53,007 INFO proxy client_service.handle_event # Setting new difficulty: 4.82588678153
2013-05-16 13:13:53,008 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:53,008 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:13:55,825 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:55,826 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:55,826 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:55,829 INFO proxy client_service.handle_event # Setting new difficulty: 4.82588678153
2013-05-16 13:13:55,830 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:55,830 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:13:58,239 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:13:58,239 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:13:58,239 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:13:58,242 INFO proxy client_service.handle_event # Setting new difficulty: 4.82588678153
2013-05-16 13:13:58,243 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:13:58,244 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:14:00,564 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:14:00,564 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:14:00,564 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:14:00,567 INFO proxy client_service.handle_event # Setting new difficulty: 4.82588678153
2013-05-16 13:14:00,569 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:14:00,569 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
2013-05-16 13:14:03,528 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:14:03,529 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:14:03,529 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:14:04,365 INFO proxy client_service.handle_event # Setting new difficulty: 4.72389426156
2013-05-16 13:14:04,366 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:14:04,367 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
2013-05-16 13:14:07,473 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2013-05-16 13:14:07,474 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at localhost:9332
2013-05-16 13:14:07,474 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2013-05-16 13:14:07,477 INFO proxy client_service.handle_event # Setting new difficulty: 4.72389426156
2013-05-16 13:14:07,478 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at localhost:9332
2013-05-16 13:14:07,478 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 192, in process
    self.render(resrc)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/server.py", line 241, in render
    body = resrc.render(self)
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/web/resource.py", line 250, in render
    return m(request)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/getwork_listener.py", line 163, in render_POST
    d = defer.maybeDeferred(self.workers.authorize, worker_name, password)
--- <exception caught here> ---
  File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 137, in maybeDeferred
    result = f(*args, **kw)
  File "/home/pioruns/stratum-mining-proxy/mining_libs/worker_registry.py", line 37, in authorize
    d = self.f.rpc('mining.authorize', [worker_name, password])
  File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/socket_transport.py", line 93, in rpc
    raise custom_exceptions.TransportException("Not connected")
stratum.custom_exceptions.TransportException: Not connected
^C2013-05-16 13:14:08,478 INFO proxy mining_proxy.on_shutdown # Shutting down proxy...


So looks like we have multiple problems:
Incompatibility no. 1: BE Blade vs p2pool
Incompatibility no. 2: Stratum mining proxy vs p2pool

I can confirm that same device is hashing nicely now with stratum mining proxy at BitMinter.

EDIT: Pasted wrong output from stratum+blade. Corrected

Any suggestions? Smiley
928  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 16, 2013, 12:21:50 AM
Code:
2013-05-16 01:21:45.157251 Worker xxx submitted share with hash > target:
2013-05-16 01:21:45.157521     Hash:   29ce8ec59713ce17ce3eff6d5c1c7a739c899eb0d00d262954c94b999fc0c4c1
2013-05-16 01:21:45.157684     Target: 366ac93b2b0cc6000000000000000000000000000000000000000000
2013-05-16 01:21:45.351318 Worker xxx submitted share with hash > target:
2013-05-16 01:21:45.351516     Hash:   8b5a09376fa6abcc7264fd3a78824904931bef81283a7018e98d287f83c6a6b6
2013-05-16 01:21:45.351679     Target: 366ac93b2b0cc6000000000000000000000000000000000000000000
2013-05-16 01:21:45.586972 Worker xxx submitted share with hash > target:
2013-05-16 01:21:45.587226     Hash:   5d60d0ec5860697a415cb3fed8bbc89b8a0e0679df59ceae01361a25a78364d
2013-05-16 01:21:45.588938     Target: 366ac93b2b0cc6000000000000000000000000000000000000000000

I tried to connect Blade Erupter 13GH/s to p2pool directly by typing localhost:9332 in it's settings.
That's what I am getting on p2pool log.
How to fix it?
929  Economy / Auctions / Re: ASICMINER Fixed-Price Auction: 50 Block Erupter Blades -everyone won, SEE OP- on: May 14, 2013, 12:27:20 AM
If anyone would like they can buy the one blade I won in this auction you can pm me for details we can also use escrow if want. You can have it directly sent to you. Thanks

Reserved Smiley tkone and John K PMed to change order owner, I am ready to make payment.
930  Economy / Auctions / Re: 2x Diablo3 EU-Accounts / Level 60/100 Barbarian each on: May 13, 2013, 05:08:55 PM
Account received, everything is fine. Thanks!:)
931  Economy / Auctions / Re: ASICMINER Auction: 50 Block Erupter Blades CHECK OP FOR PAYMENT on: May 13, 2013, 09:01:31 AM
Smiley Just to confirm, you see a solid 178.00 shares/minute always? I have never seen that ever, but I think mostly its because of stales pulling down the accepted efficiency.

Could you paste one of your outputs from the webpage?

Total MHS:   13046
Received:   0000091550
Accepted:   0000091170
Per Minute:   178.29
Efficiency:   099.58%
Up Time:   0d,08h,31m,21s

Total MHS:   13022
Received:   0000091634
Accepted:   0000091080
Per Minute:   177.94
Efficiency:   099.39%
Up Time:   0d,08h,31m,50s

Damn lenny, that 99.98 is sexual. For some reason I haven't seen either blade go over 24 hours. It either says its restarted, or it is actually restarting roughly once a day. Not got the new cooling on yet, but its hardly hot and its typically restarting at cool times of the day/night.

Mine units just go over 1 day. Look at the stats Smiley
Code:
Total MHS:	13090
Received: 0000259979
Accepted: 0000259447
Per Minute: 178.88
Efficiency: 099.79%
Up Time: 1d,00h,10m,23s
Code:
Total MHS:	13082
Received: 0000260026
Accepted: 0000259302
Per Minute: 178.72
Efficiency: 099.72%
Up Time: 1d,00h,10m,49s
I hope to do record in uptime and Efficiency Wink
932  Economy / Auctions / Re: ASICMINER Auction: 50 Block Erupter Blades CHECK OP FOR PAYMENT on: May 12, 2013, 09:49:40 PM
That's my stats:

Code:
Total MHS:	13149
Received: 0000139705
Accepted: 0000139687
Per Minute: 179.17
Efficiency: 099.98%
Up Time: 0d,12h,59m,36s
Code:
Total MHS:	13030
Received: 0000139723
Accepted: 0000138821
Per Minute: 178.07
Efficiency: 099.35%
Up Time: 0d,12h,59m,33s
933  Economy / Auctions / Re: ASICMINER Auction: 50 Block Erupter Blades CHECK OP FOR PAYMENT on: May 12, 2013, 07:56:35 PM
Caesium, can you please share your script to format output data from blades?
934  Economy / Auctions / Re: ASICMINER Auction: 50 Block Erupter Blades CHECK OP FOR PAYMENT on: May 12, 2013, 05:29:02 PM
What's your efficiency guys?
My 2 units are getting exactly 178 and 179 diff shares per minute, after many hours of uptime. I am cooling them with 2x2 Arctic Cooling F12 120mm fans. No problems with overheating or power at all, absolutely stable since fitted:)
935  Economy / Auctions / Re: 2x Diablo3 EU-Accounts / Level 60/100 Barbarian each on: May 11, 2013, 03:38:47 PM
0.3
936  Economy / Auctions / Re: ASICMINER Fixed-Price Auction: 50 Block Erupter Blades on: May 11, 2013, 08:09:10 AM
1
937  Economy / Auctions / Re: 2x Diablo3 EU-Accounts / Level 60/100 Barbarian each on: May 09, 2013, 05:42:09 AM
1@0.2
938  Economy / Auctions / Re: 2x Diablo3 EU-Accounts / Level 60/100 Barbarian each on: May 08, 2013, 10:00:03 PM
0.1 BTC
939  Bitcoin / Pools / Re: [700GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: May 08, 2013, 08:53:02 PM
and why are ip's like 54.250.3.112 and 24.214.18.71 having days off continuously requesting shares from my peer ? (u can guess where the latency goes , to the moon and back all day).
Just ban those IPs. Problem solved.

Can you guys explain (on Linux):
how to see what IPs are wasting most bandwidth and request shares where they shouldn't?
how to ban IP on linux temporarily /permanently from connecting to my node?

Thanks.
940  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: May 03, 2013, 10:23:08 PM
rEkU7r4LNtZteQMeA55xzdxQod5eBE5pue
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!