Bitcoin Forum
July 01, 2024, 11:26:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: July 31, 2013, 10:34:21 PM
ok, thanks for the clarification
I will watch as much as possible
2  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: July 31, 2013, 08:11:33 PM
what could it be? all servers are unavailable?
an hour ago it worked without problems


unable to connect: java.net.SocketTimeoutException: connect timed out
             exception in work queueing thread: java.net.SocketTimeoutException: connect timed out
             opening signcryption connection to limp.tricone-mining.com/96.8.120.116:7778
               unable to connect: java.net.NoRouteToHostException: No route to host
             exception in work queueing thread: java.net.NoRouteToHostException: No route to host
             opening signcryption connection to limp.tricone-mining.com/109.75.176.36:7778
               unable to connect: java.net.SocketException: Connection reset
             exception in work queueing thread: java.net.SocketException: Connection reset
             opening signcryption connection to limp.tricone-mining.com/23.23.249.133:7778
               unable to connect: java.net.SocketTimeoutException: Read timed out
             exception in work queueing thread: java.net.SocketTimeoutException: Read timed out
             opening signcryption connection to limp.tricone-mining.com/54.248.103.36:7779
               unable to connect: java.net.SocketTimeoutException: Read timed out
             exception in work queueing thread: java.net.SocketTimeoutException: Read timed out
             opening signcryption connection to limp.tricone-mining.com/23.23.249.133:7779
               unable to connect: java.net.SocketTimeoutException: Read timed out
             exception in work queueing thread: java.net.SocketTimeoutException: Read timed out
             opening signcryption connection to limp.tricone-mining.com/54.248.103.36:7779
               unable to connect: java.net.SocketTimeoutException: Read timed out


thanks
3  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: June 07, 2013, 09:37:13 PM
Thank you very much for your help
now it works )

[/quote]

Something or another running instance of the server is running already and using the 3333 port. Check that the mining server isnt already running.
[/quote]
4  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: June 07, 2013, 02:34:19 PM
Hi

run "twistd-ny launcher.tac-l -"

get the response:

2013-06-07 18:18:27,407 INFO mining # Waiting for bitcoin RPC...
2013-06-07 18:18:27+0400 [-] Log opened.
2013-06-07 18:18:27+0400 [-] twistd 13.0.0 (/usr/bin/python 2.7.3) starting up.
2013-06-07 18:18:27+0400 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2013-06-07 18:18:58,184 INFO mining # Response from bitcoin RPC OK
2013-06-07 18:18:58+0400 [HTTPPageGetter,client] Starting factory <HTTPClientFactory: http://localhost:8332>
2013-06-07 18:18:58+0400 [HTTPPageGetter,client] Stopping factory <HTTPClientFactory: http://localhost:8332>
2013-06-07 18:19:18,516 INFO coinbaser # Coinbase address '1MYwS2ASuwrucQtVM1VdFYnX4DR7E8WwYr' is valid
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] Starting factory <HTTPClientFactory: http://localhost:8332>
2013-06-07 18:19:18,518 INFO mining # MINING SERVICE IS READY
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] Loading of signing key 'None' failed, protocol messages cannot be signed.
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] Cannot initiate SSL context, are SSL_PRIVKEY or SSL_CACERT missing?
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] This will skip all SSL-based transports.
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] Unhandled error in Deferred:
2013-06-07 18:19:18+0400 [HTTPPageGetter,client] Unhandled Error
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 1070, in _inlineCallbacks
       result = g.send(result)
     File "/home/zulu/stratum/mining/__init__.py", line 66, in setup
       on_startup.callback(True)
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 380, in callback
       self._startRunCallbacks(result)
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 488, in _startRunCallbacks
       self._runCallbacks()
   --- <exception caught here> ---
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 575, in _runCallbacks
       current.result = callback(current.result, *args, **kw)
     File "/usr/local/lib/python2.7/dist-packages/stratum-0.2.12-py2.7.egg/stratum/server.py", line 77, in setup_finalize
       socket.setServiceParent(application)
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/service.py", line 186, in setServiceParent
       self.parent.addService(self)
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/service.py", line 308, in addService
       service.privilegedStartService()
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/internet.py", line 103, in privilegedStartService
       self._port = self._getPort()
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/internet.py", line 131, in _getPort
       'listen%s' % (self.method,))(*self.args, **self.kwargs)
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/posixbase.py", line 489, in listenTCP
       p.startListening()
     File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/tcp.py", line 980, in startListening
       raise CannotListenError(self.interface, self.port, le)
   twisted.internet.error.CannotListenError: Couldn't listen on any:3333: [Errno 98] Address already in use.

I need to update Twisted or something else?
thanks for any advice and assistance
5  Bitcoin / Pools / Re: [8500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + UserDiff; ASIC tested on: April 16, 2013, 10:18:55 PM
Why ufasoftminer not working with your's stratum server ?

"coin-miner 0.50  Copyright (c) 2011-2013 Ufasoft  http://ufasoft.com/coin
Mining for http://stratum.bitcoin.cz:3333
Using BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit, BitForce Unit
0 kHash/s          10 BitForce Units                                          Server returned nothing (no headers, no data)
Server returned nothing (no headers, no data)
Server returned nothing (no headers, no data)
0 kHash/s          10 BitForce Units                                          Server returned nothing (no headers, no data)
0 kHash/s          10 BitForce Units                                          Server returned nothing (no headers, no data)
0 kHash/s          10 BitForce Units                                          Server returned nothing (no headers, no data)
0 kHash/s          10 BitForce Units           "                               
6  Local / Трейдеры / Re: Торговый автомат Bitcoin: купля-продажа BTC на metabank.ru on: April 12, 2013, 12:54:21 PM
Всё пришло ) видимо на гоксе проблемы действительно были )
7  Local / Трейдеры / Re: Торговый автомат Bitcoin: купля-продажа BTC на metabank.ru on: April 12, 2013, 10:46:49 AM
Автомат этот работает вообще ?
Купил битки, написало что уже отправлено
а на самом деле ничего нет ((
8  Local / Новички / Re: Новичкам сюда! - FAQ on: April 12, 2013, 10:45:18 AM
когда же баттерфляи начнут асики высылать ((( обещанного три года ждут
9  Local / Новички / Re: Зачем вам биткоины? on: April 12, 2013, 10:43:31 AM
Валюта будущего, это уже бесспорно )
10  Local / Обменники / Metabank on: April 12, 2013, 10:33:36 AM

metabank.ru  работает ? автоматический обмен и вообще ?

кто то менял там недавно ?

спасибо )
11  Other / Beginners & Help / Re: TML mining modminerquad on: April 12, 2013, 10:31:37 AM
Ah. Is that the same person(s) behind the bASIC scam?

but he sells MMQ, perhaps the only problem with ASIC
12  Other / Beginners & Help / Re: TML mining modminerquad on: April 12, 2013, 10:24:27 AM
Quote
Class NoHttpResponseException:
Signals that the target server failed to respond with a valid HTTP response.

In some circumstances, usually when under heavy load, the web server may be able to receive requests but unable to process them. A lack of sufficient resources like worker threads is a good example. This may cause the server to drop the connection to the client without giving any response. HttpClient throws NoHttpResponseException when it encounters such a condition. In most cases it is safe to retry a method that failed with NoHttpResponseException.

Does it work with a previous version of the TML software?


I tried different versions - is not working (
13  Other / Beginners & Help / Re: TML mining modminerquad on: March 25, 2013, 09:45:09 PM
Hi
I bought it last year, in September;)
they are very long time did answer
My parcel arrived in Italy in late October

 Wink
14  Other / Beginners & Help / TML mining modminerquad on: March 25, 2013, 08:37:38 PM

 I have the following problem when running:

 Debian Linux
 


  sudo java  -Dclock_pin=fgg484.K20 -Dclock_pin_freq=100 -jar tml-1.82.jar modminer:/dev/ttyACM0 modminer:/dev/ttyACM1 http://login:passwd@stratum.btcguild.com:3333/



ricone Mining Logic, host software v1.82

  IF YOU EXPERIENCE HIGH ERROR RATES: try running just one ring at a
  time (e.g. use 'ztex:0:0.0' on command line instead of 'ztex:0'). 
  If each ring works error free on its own, but you get errors when 
  running all three, it means your power supply is sagging.         

            adding work source com.triconemining.bitcoin.work.source.RetrySubmittingWorkSource@adb1d4
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond
            exception in work queueing thread: org.apache.http.NoHttpResponseException: The target server failed to respond

-----------------------------------------------------------------------------------------------------------------------------------------------

 any ideas, tell me please where to find the problem

  Big thx)


 
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!