Pages:
Author

Topic: Avalon users: bitcoind + eloipool configuration - page 3. (Read 36142 times)

legendary
Activity: 1596
Merit: 1091
PYTHONPATH=/path/of/python-bitcoinrpc:/path/of/python-base58:/garz/repo/midstate \
     nohup ./eloipool.py 2>&1 >/dev/null &

Did you all change the "/path/of/" and "/garz/repo/" paths to point to the proper directory?

donator
Activity: 1055
Merit: 1020
Actually I get this error now that I fixed midstate

root@ubuntu:/var/www/eloipool# ./runit.sh

>>> Traceback (most recent call last):
  File "./eloipool.py", line 915, in
    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'
donator
Activity: 1055
Merit: 1020
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
    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 &


I tried that.  Same error. 
member
Activity: 75
Merit: 10
HAL10K developer
Thanks all, my pool seems ok..
But, this is normal?? A lot of "Transaction-longpoll requested N seconds ago.."

Quote
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
member
Activity: 75
Merit: 10
HAL10K developer
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
    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 &
donator
Activity: 1055
Merit: 1020
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
    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?
member
Activity: 75
Merit: 10
HAL10K developer
Eloipool is ok, accepting connections.. but now returning this error:

Quote
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?
member
Activity: 75
Merit: 10
HAL10K developer
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!!

hero member
Activity: 658
Merit: 500
the only way you would get that if if you compiled on 2 different systems. Or you are using prebuilt binaries.
newbie
Activity: 21
Merit: 0
The same should help with others getting nonsensical 401 errors (well, JSON decode errors on the console) to bitcoind on startup.
newbie
Activity: 21
Merit: 0
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:

Code:
Basic b'....base64stuff...' 
rather than

Code:
  Basic ....base64stuff...
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:

Code:
self.__auth_header = "Basic %s" % base64.b64encode(authpair)
to read:

Code:
self.__auth_header = "Basic %s" % base64.b64encode(authpair).decode()

Hope this helps
member
Activity: 75
Merit: 10
HAL10K developer
put this in your bitcoin.conf

Quote
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...

hero member
Activity: 658
Merit: 500
put this in your bitcoin.conf

Quote
server=1
rpcallowip=127.0.0.1
member
Activity: 75
Merit: 10
HAL10K developer
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:
 
Quote
ValueError: No JSON object could be decoded
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">


Error


401 Unauthorized.



i've checked a lot the password+login and is ok:
 
bitcoin.conf...
Quote
rpcuser=intrd
rpcpassword=123

config.py...
Quote

And..
yes.. i've tried the Zero-asic installation script! https://bitcointalksearch.org/topic/install-scripts-for-eloipool-bitcoind-private-pool-on-ubuntu-1204-171782 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:
 
Quote
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!
legendary
Activity: 1973
Merit: 1007
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.
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
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 Smiley


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
member
Activity: 79
Merit: 10
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://bitcointalksearch.org/topic/install-scripts-for-eloipool-bitcoind-private-pool-on-ubuntu-1204-171782
full member
Activity: 176
Merit: 100
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 Smiley


And re the poster about not driving testnet difficulty up, right on. Devs might get cranky otherwise lol
hero member
Activity: 658
Merit: 500
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.
hero member
Activity: 1118
Merit: 541

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.

Code:
Traceback (most recent call last):
  File "./eloipool.py", line 827, in
    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)

Pages:
Jump to: