cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
April 07, 2013, 05:39:07 PM |
|
If you are on testnet and you havent found a block yet with a avalon something is wrong. With a dual GPU normally find one every 5 to 10 minutes
thats about the rate i was finding them in the other thread. what use is it for me to send those testnet coins to that faucet?
|
|
|
|
zero-asic
Member
Offline
Activity: 79
Merit: 10
|
|
April 07, 2013, 05:57:17 PM |
|
If you are on testnet and you havent found a block yet with a avalon something is wrong. With a dual GPU normally find one every 5 to 10 minutes
I found a bunch of blocks on the testnet. I just haven't found any with my avalon in production yet. With eloipool and the 3/25 firmware it's completely stable and seems to run at just over 67000 constantly.
|
|
|
|
Aseras
|
|
April 08, 2013, 02:47:38 AM |
|
On testnet with 2 avalons I find 10-20 blocks per minute. It's nuts. Also don't be a dick and mine testnet difficulty sky high. Use an alt coin
|
|
|
|
senseless
|
|
April 09, 2013, 07:38:42 PM |
|
Works fine. Make sure you haven't commented out the test net stuff in config.py
Also there's a stratum bug on LP for new blocks the 2 arguments given blah whatever, it's ok to ignore.
This one? Completely prevents it from working properly. No idea what the problem could be. Traceback (most recent call last): File "./eloipool.py", line 827, in <module> name, parameters = i ValueError: too many values to unpack (expected 2)
Edit: Luke-JR told me mis-configuration in the sharelogging. (if anyone else runs into this problem)
|
|
|
|
Aseras
|
|
April 09, 2013, 07:49:45 PM |
|
make sure you didn't remove a , or a )
even if the line is commented you have to leave the end ,
READ the first few lines of the config.py
the example is how NOT to do it.
|
|
|
|
tiktoc
|
|
April 09, 2013, 09:36:18 PM |
|
If you are on testnet and you havent found a block yet with a avalon something is wrong. With a dual GPU normally find one every 5 to 10 minutes
thats about the rate i was finding them in the other thread. what use is it for me to send those testnet coins to that faucet? People who wish to test stuff/apps/etc with with testnet coins can use to it get some without mining for them And re the poster about not driving testnet difficulty up, right on. Devs might get cranky otherwise lol
|
|
|
|
zero-asic
Member
Offline
Activity: 79
Merit: 10
|
|
April 09, 2013, 10:17:25 PM |
|
If anyone wants to test some install scripts for setting up eloipool + bitcoind on Ubuntu 12.04 send me a PM.
I posted the install scripts for Ubuntu 12.04 and started a forum topic for them in Mining > Mining Support. https://bitcointalk.org/index.php?topic=171782
|
|
|
|
irritant
Sr. Member
Offline
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
|
|
April 10, 2013, 10:29:03 AM |
|
If you are on testnet and you havent found a block yet with a avalon something is wrong. With a dual GPU normally find one every 5 to 10 minutes
thats about the rate i was finding them in the other thread. what use is it for me to send those testnet coins to that faucet? People who wish to test stuff/apps/etc with with testnet coins can use to it get some without mining for them And re the poster about not driving testnet difficulty up, right on. Devs might get cranky otherwise lol there is also testnet in a box, havent tried it out tho
|
|
|
|
CrazyGuy
Legendary
Offline
Activity: 1973
Merit: 1007
|
|
April 20, 2013, 05:47:32 AM |
|
Thanks for the writeup Jgarzik!
What kind of hardware utilization are you seeing out of eliopool? I noticed you suggested using an SSD, is eliopool a high IOPS application? Were you experiencing any disk queuing with lower speed drives, resulting in a performance drop, or did you anticipate this? How about RAM usage?
I'm building out a low powered atom based mini pc that I plan on running multiple instances of bfg or cgminer, along with eliopool. I want to make sure I cover all of my bases. Thanks again.
|
ASICPuppy.net ASIC Mining Hardware and Accessories - Compac F in stock!
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 01, 2013, 11:41:03 AM Last edit: May 01, 2013, 04:06:41 PM by intrd |
|
When installing Eloipool(lastver) w/ Bitcoind (lastver).. I'm stuck on 401 error when authproxy.py try to connect at my bitcoind.. but L/P is correct, port is correct, localhost allowed, all seems ok.. bitcoind debug.log: ThreadRPCServer incorrect password attempt from ::ffff:127.0.0.1 into authproxy.py i've debbuged the output with +s to see what json trying to decode: ValueError: No JSON object could be decoded <!DOCTYPE HTML PUBLIC "-//W3C//DTD H$ " http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML> <HEAD> <TITLE>Error</TITLE> <META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> </HEAD> <BODY><H1>401 Unauthorized.</H1></BODY> </HTML> i've checked a lot the password+login and is ok: bitcoin.conf... rpcuser=intrd rpcpassword=123 config.py... And.. yes.. i've tried the Zero-asic installation script! https://bitcointalk.org/index.php?topic=171782.0 and stuck on the same error.. yes.. i've read entire forum.. yes.. bitcoind is running and synced ok! i've tested trying to connect at port 8332 using a miner client... my ports: root@nossapool:/opt/nossapool/scripts# netstat -tlnp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 865/mysqld tcp 0 0 127.0.0.1:8332 0.0.0.0:* LISTEN 13842/bitcoind tcp 0 0 0.0.0.0:8333 0.0.0.0:* LISTEN 13842/bitcoind tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1127/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 662/sshd tcp6 0 0 ::1:8332 :::* LISTEN 13842/bitcoind tcp6 0 0 :::8333 :::* LISTEN 13842/bitcoind tcp6 0 0 :::22 :::* LISTEN 662/sshd what can i do? someone can helpme, i'm troubleshooting for a days.. thanks!
|
|
|
|
Aseras
|
|
May 01, 2013, 02:03:51 PM |
|
put this in your bitcoin.conf server=1 rpcallowip=127.0.0.1
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 01, 2013, 04:06:02 PM |
|
put this in your bitcoin.conf server=1 rpcallowip=127.0.0.1
These flags were already active at my bitcoin.conf, bitcoind is running and synced ok! i've tested trying to connect at port 8332 using a miner client...
|
|
|
|
pantehicon
Newbie
Offline
Activity: 21
Merit: 0
|
|
May 02, 2013, 03:01:49 PM |
|
Looking for a little guidance on eloipool setup.
I am fairly comfortable with ubuntu... though a bit new to python.
Anyway... I am running ubuntu 12.04 LTS server, and I think I have a stupid configuration error somewhere. This is a pretty vanilla ubuntu 12.04 server with python3, libpython3.2, python3-dev, and build-essentials installed via apt.
I followed the top post and after all is said and done, I see in my eloipool.log the following message in a fairly tight loop:
You aren't doing anything wrong. I got the same thing. It seems to be a bug in the bitcoin-jsonrpc package, which is writing invalid basic-auth headers out to bitcoind. It's setting the header to: Basic b'....base64stuff...'
rather than likely because it wasn't written for python3. I have no idea how this code would have ever worked, unless someone is running their bitcoind wide open without RPC passwords, or is using a different sort of authentication. A quick fix is to decode the bytes into UTF-8. On line 72 of bitcoinrpc/authproxy.py change: self.__auth_header = "Basic %s" % base64.b64encode(authpair)
to read: self.__auth_header = "Basic %s" % base64.b64encode(authpair).decode() Hope this helps
|
|
|
|
pantehicon
Newbie
Offline
Activity: 21
Merit: 0
|
|
May 02, 2013, 03:03:25 PM |
|
The same should help with others getting nonsensical 401 errors (well, JSON decode errors on the console) to bitcoind on startup.
|
|
|
|
Aseras
|
|
May 02, 2013, 03:13:14 PM |
|
the only way you would get that if if you compiled on 2 different systems. Or you are using prebuilt binaries.
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 02, 2013, 04:40:26 PM |
|
The same should help with others getting nonsensical 401 errors (well, JSON decode errors on the console) to bitcoind on startup.
Woa!! thanks a l0t @pantehicon, this fixed my auth problem!!
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 03, 2013, 04:47:03 AM Last edit: May 03, 2013, 05:30:28 AM by intrd |
|
Eloipool is ok, accepting connections.. but now returning this error: 2013-05-03 01:33:25,875 merkleMaker CRITICAL Traceback (most recent call last): File "/xxpool/eloipool/merklemaker.py", line 692, in run self.merkleMaker_I() File "/xxpool/eloipool/merklemaker.py", line 682, in merkleMaker_I self.merkleMaker_II() File "/xxpool/eloipool/merklemaker.py", line 660, in merkleMaker_II return self._updateMerkleTree() File "/xxpool/eloipool/merklemaker.py", line 548, in _updateMerkleTree self._updateMerkleTree_I() File "/xxpool/eloipool/merklemaker.py", line 512, in _updateMerkleTree_I r = self._updateMerkleTree_fromTS(TS) File "/xxpool/eloipool/merklemaker.py", line 477, in _updateMerkleTree_fromTS MP = self._CallGBT(TS) File "/xxpool/eloipool/merklemaker.py", line 327, in _CallGBT MP = access.getblocktemplate(self.GBTReq) File "/xxpool/eloipool/bitcoinrpc/authproxy.py", line 102, in __call__ response = self._get_response() File "/xxpool/eloipool/bitcoinrpc/authproxy.py", line 122, in _get_response http_response = self.__conn.getresponse() File "/usr/lib/python3.2/http/client.py", line 1049, in getresponse response.begin() File "/usr/lib/python3.2/http/client.py", line 346, in begin version, status, reason = self._read_status() File "/usr/lib/python3.2/http/client.py", line 308, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.2/socket.py", line 276, in readinto return self._sock.recv_into(b) socket.timeout: timed out I just saw the bitcoind log, this error seems to happen when eloipool sends ThreadRPCServer method=getmemorypool to bitcoind... What can trigger this error?
|
|
|
|
smracer
Donator
Legendary
Offline
Activity: 1057
Merit: 1021
|
|
May 03, 2013, 05:00:56 PM |
|
root@ubuntu:/var/www/eloipool# python3 eloipool.py 2013-05-03 11:59:15,743 jsonrpc_getwork WARNING Error importing 'midstate' module; work will not provide midstates
>>> Traceback (most recent call last): File "eloipool.py", line 915, in <module> MM.start() File "/var/www/eloipool/merklemaker.py", line 697, in start self._prepare() File "/var/www/eloipool/merklemaker.py", line 120, in _prepare TS['access'] = URI2Access(TS['uri']) File "/var/www/eloipool/merklemaker.py", line 110, in URI2Access access = jsonrpc.ServiceProxy(uri) AttributeError: 'module' object has no attribute 'ServiceProxy'
What am I doing wrong?
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 03, 2013, 05:55:20 PM |
|
root@ubuntu:/var/www/eloipool# python3 eloipool.py 2013-05-03 11:59:15,743 jsonrpc_getwork WARNING Error importing 'midstate' module; work will not provide midstates
>>> Traceback (most recent call last): File "eloipool.py", line 915, in <module> MM.start() File "/var/www/eloipool/merklemaker.py", line 697, in start self._prepare() File "/var/www/eloipool/merklemaker.py", line 120, in _prepare TS['access'] = URI2Access(TS['uri']) File "/var/www/eloipool/merklemaker.py", line 110, in URI2Access access = jsonrpc.ServiceProxy(uri) AttributeError: 'module' object has no attribute 'ServiceProxy'
What am I doing wrong?
Run eloipool using runit.sh script.. #!/bin/sh PYTHONPATH=/path/of/python-bitcoinrpc:/path/of/python-base58:/garz/repo/midstate \ nohup ./eloipool.py 2>&1 >/dev/null &
|
|
|
|
intrd
Member
Offline
Activity: 75
Merit: 10
HAL10K developer
|
|
May 03, 2013, 05:57:09 PM |
|
Thanks all, my pool seems ok.. But, this is normal?? A lot of "Transaction-longpoll requested N seconds ago.." 2013-05-03 14:34:43,884 merkleMaker WARNING Transaction-longpoll requested 15 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:34:48,916 merkleMaker WARNING Transaction-longpoll requested 20 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:34:48,937 merkleMaker WARNING Haven't updated the merkle tree in at least 20 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:34:53,937 merkleMaker WARNING Transaction-longpoll requested 25 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:34:54,020 merkleMaker WARNING Haven't updated the merkle tree in at least 25 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:34:58,957 merkleMaker WARNING Transaction-longpoll requested 30 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:34:59,002 merkleMaker WARNING Haven't updated the merkle tree in at least 30 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:03,936 merkleMaker WARNING Transaction-longpoll requested 35 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:03,962 merkleMaker WARNING Haven't updated the merkle tree in at least 35 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:08,942 merkleMaker WARNING Transaction-longpoll requested 40 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:08,980 merkleMaker WARNING Haven't updated the merkle tree in at least 40 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:13,969 merkleMaker WARNING Transaction-longpoll requested 45 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:14,018 merkleMaker WARNING Haven't updated the merkle tree in at least 45 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:18,977 merkleMaker WARNING Transaction-longpoll requested 50 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:19,056 merkleMaker WARNING Haven't updated the merkle tree in at least 50 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:23,968 merkleMaker WARNING Transaction-longpoll requested 55 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:24,020 merkleMaker WARNING Haven't updated the merkle tree in at least 55 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:28,983 merkleMaker WARNING Transaction-longpoll requested 60 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:29,017 merkleMaker WARNING Haven't updated the merkle tree in at least 60 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:33,993 merkleMaker WARNING Transaction-longpoll requested 65 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:34,052 merkleMaker WARNING Haven't updated the merkle tree in at least 65 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:39,004 merkleMaker WARNING Transaction-longpoll requested 70 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:39,045 merkleMaker WARNING Haven't updated the merkle tree in at least 70 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:44,005 merkleMaker WARNING Transaction-longpoll requested 75 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:44,088 merkleMaker WARNING Haven't updated the merkle tree in at least 75 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:49,026 merkleMaker WARNING Transaction-longpoll requested 80 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:49,060 merkleMaker WARNING Haven't updated the merkle tree in at least 80 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:54,038 merkleMaker WARNING Transaction-longpoll requested 85 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:54,057 merkleMaker WARNING Haven't updated the merkle tree in at least 85 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:35:59,101 merkleMaker WARNING Transaction-longpoll requested 90 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing clear merkle roots) 2013-05-03 14:35:59,215 merkleMaker WARNING Haven't updated the merkle tree in at least 90 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing clear merkle roots) 2013-05-03 14:36:04,135 merkleMaker WARNING Transaction-longpoll requested 95 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:04,217 merkleMaker WARNING Haven't updated the merkle tree in at least 95 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:09,152 merkleMaker WARNING Transaction-longpoll requested 100 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:09,247 merkleMaker WARNING Haven't updated the merkle tree in at least 100 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:14,153 merkleMaker WARNING Transaction-longpoll requested 105 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:14,172 merkleMaker WARNING Haven't updated the merkle tree in at least 105 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:19,156 merkleMaker WARNING Transaction-longpoll requested 110 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:19,184 merkleMaker WARNING Haven't updated the merkle tree in at least 110 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:24,171 merkleMaker WARNING Transaction-longpoll requested 115 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:24,235 merkleMaker WARNING Haven't updated the merkle tree in at least 115 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:29,194 merkleMaker WARNING Transaction-longpoll requested 120 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:29,278 merkleMaker WARNING Haven't updated the merkle tree in at least 120 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:34,176 merkleMaker WARNING Transaction-longpoll requested 125 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:34,217 merkleMaker WARNING Haven't updated the merkle tree in at least 125 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:39,204 merkleMaker WARNING Transaction-longpoll requested 130 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:39,256 merkleMaker WARNING Haven't updated the merkle tree in at least 130 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:44,204 merkleMaker WARNING Transaction-longpoll requested 135 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:44,341 merkleMaker WARNING Haven't updated the merkle tree in at least 135 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:49,204 merkleMaker WARNING Transaction-longpoll requested 140 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:49,260 merkleMaker WARNING Haven't updated the merkle tree in at least 140 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:54,335 merkleMaker WARNING Transaction-longpoll requested 145 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:54,395 merkleMaker WARNING Haven't updated the merkle tree in at least 145 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:36:59,309 merkleMaker WARNING Transaction-longpoll requested 150 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:36:59,348 merkleMaker WARNING Haven't updated the merkle tree in at least 150 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:37:04,308 merkleMaker WARNING Transaction-longpoll requested 155 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:37:04,355 merkleMaker WARNING Haven't updated the merkle tree in at least 155 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:37:09,338 merkleMaker WARNING Transaction-longpoll requested 160 seconds ago, and still not ready. Is your server fast enough to keep up with your configured WorkQueueSizeRegular maximum? (doing longpoll merkle roots) 2013-05-03 14:37:09,378 merkleMaker WARNING Haven't updated the merkle tree in at least 160 seconds! Is your server fast enough to keep up with your configured work queue minimums? (doing longpoll merkle roots) 2013-05-03 14:37:11,115 merkleMaker INFO New block: 00000000000000eafbb1f94f208e5d31a1ebcf382f19395ca4650cc2b1ac5928 (height: 234368; bits: 1a01aa3d) 2013-05-03 14:37:11,123 JSONRPCServer INFO Longpoll woke up 4 clients in 0.003 seconds 2013-05-03 14:37:13,074 JSONRPCServer INFO Waiting 3.05 seconds to longpoll
|
|
|
|
|