Advertisement
Guest User

Untitled

a guest
Dec 20th, 2012
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. root@debian:~/stratum-mining# twistd -ny launcher.tac -l -
  2. 2012-12-21 04:09:08,882 INFO mining # Connecting to bitcoind...
  3. 2012-12-21 04:09:08+0100 [-] Log opened.
  4. 2012-12-21 04:09:08+0100 [-] twistd 12.2.0 (/usr/bin/python 2.6.6) starting up.
  5. 2012-12-21 04:09:08+0100 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
  6. 2012-12-21 04:09:09,483 INFO mining # Connected to bitcoind - Ready to GO!
  7. 2012-12-21 04:09:09,487 INFO coinbaser # Coinbase address 'changed...' is valid
  8. 2012-12-21 04:09:09,488 INFO mining # MINING SERVICE IS READY
  9. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] Loading of signing key 'None' failed, protocol messages cannot be signed.
  10. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] Cannot initiate SSL context, are SSL_PRIVKEY or SSL_CACERT missing?
  11. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] This will skip all SSL-based transports.
  12. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] SocketTransportFactory starting on 3332
  13. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] Starting factory <stratum.socket_transport.SocketTransportFactory instance at 0x171ebd8>
  14. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] Site starting on 3333
  15. 2012-12-21 04:09:09+0100 [HTTPPageGetter,client] Starting factory <lib.basic_stats.Site instance at 0x17db0e0>
  16. 2012-12-21 04:09:09,608 INFO template_registry # New template for 00000000000003c84f904e1dd327d04e29daaed76717d460e431f78d419ba9df
  17. 2012-12-21 04:09:09,608 INFO subscription # BROADCASTED to 0 connections in 0.000 sec
  18. 2012-12-21 04:09:09,608 INFO template_registry # Update finished, 0.039 sec, 200 txes
  19. 2012-12-21 04:09:09,743 INFO stats # 1 peers connected, state changed 1 times
  20. 2012-12-21 04:09:09,746 ERROR protocol # Processing of message failed
  21. Traceback (most recent call last):
  22. File "/usr/local/lib/python2.6/dist-packages/stratum-0.2.11-py2.6.egg/stratum/protocol.py", line 179, in dataReceived
  23. self.lineReceived(line, request_counter)
  24. File "/usr/local/lib/python2.6/dist-packages/stratum-0.2.11-py2.6.egg/stratum/protocol.py", line 210, in lineReceived
  25. raise custom_exceptions.ProtocolException("Cannot decode message '%s'" % line)
  26. 'rotocolException: Cannot decode message 'POST / HTTP/1.1
  27. 2012-12-21 04:09:09+0100 [Protocol,0,78.90.85.70] /usr/local/lib/python2.6/dist-packages/stratum-0.2.11-py2.6.egg/stratum/protocol.py:187: exceptions.DeprecationWarning: Returning a value other than None from stratum.protocol.Protocol.dataReceived is deprecated since Twisted 11.0.0.
  28. 2012-12-21 04:09:09,747 INFO stats # 0 peers connected, state changed 1 times
  29. 2012-12-21 04:09:09,748 INFO stats # 1 peers connected, state changed 1 times
  30. 2012-12-21 04:09:09,751 ERROR protocol # Processing of message failed
  31. Traceback (most recent call last):
  32. File "/usr/local/lib/python2.6/dist-packages/stratum-0.2.11-py2.6.egg/stratum/protocol.py", line 179, in dataReceived
  33. self.lineReceived(line, request_counter)
  34. File "/usr/local/lib/python2.6/dist-packages/stratum-0.2.11-py2.6.egg/stratum/protocol.py", line 210, in lineReceived
  35. raise custom_exceptions.ProtocolException("Cannot decode message '%s'" % line)
  36. 'rotocolException: Cannot decode message 'POST / HTTP/1.1
  37. 2012-12-21 04:09:09,752 INFO stats # 0 peers connected, state changed 1 times
  38. 2012-12-21 04:09:09,761 INFO stats # 1 peers connected, state changed 1 times
  39. 2012-12-21 04:09:09,766 ERROR protocol # Processing of message failed
  40. Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement