Pages:
Author

Topic: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy - page 3. (Read 123077 times)

legendary
Activity: 2576
Merit: 1186
Hi,Luke. are there any api docs about Eloipool?  Grin
There's no API, so no.
newbie
Activity: 3
Merit: 0
Hi,Luke. are there any api docs about Eloipool?  Grin
newbie
Activity: 3
Merit: 0
Hi Luke,

Under the different hashrate, how to optimize config.Py.

For example: 40T, 200T, 500T, 1000T, how should adjust.





thks.
full member
Activity: 177
Merit: 100
Noticed this for Python 3.4,

    class http.client.HTTPConnection(host, port=None, [timeout, ]source_address=None)

Changed in version 3.4: The strict parameter was removed.

    https://docs.python.org/3.4/library/http.client.html


python-bitcoinrpc/bitcoinrpc/authproxy.py needs adjusting.

8 )
legendary
Activity: 2576
Merit: 1186
Hi Luke, everyone,

Eloipool have what kind of attack, how to prevent?


The following information properly?
2014-05-10 19:48:50,568 StratumServer   ERROR   Traceback (most recent call last):
  File "/home/tools/eloipool/networkserver.py", line 449, in serve_forever
    o.handle_read()
  File "/home/tools/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/home/tools/eloipool/networkserver.py", line 114, in handle_readbuf
    self.found_terminator()
  File "/home/tools/eloipool/stratumserver.py", line 60, in found_terminator
    inbuf = b"".join(self.incoming).decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x87 in position 8: ordinal not in range(128)

2014-05-10 19:48:50,569 StratumHandler  DEBUG   Traceback (most recent call last):
  File "/home/tools/eloipool/networkserver.py", line 449, in serve_forever
    o.handle_read()
  File "/home/tools/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/home/tools/eloipool/networkserver.py", line 114, in handle_readbuf
    self.found_terminator()
  File "/home/tools/eloipool/stratumserver.py", line 60, in found_terminator
    inbuf = b"".join(self.incoming).decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x87 in position 8: ordinal not in range(128)
Shouldn't affect anything.
newbie
Activity: 3
Merit: 0
Hi Luke, everyone,

Eloipool have what kind of attack, how to prevent?


The following information properly?
2014-05-10 19:48:50,568 StratumServer   ERROR   Traceback (most recent call last):
  File "/home/tools/eloipool/networkserver.py", line 449, in serve_forever
    o.handle_read()
  File "/home/tools/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/home/tools/eloipool/networkserver.py", line 114, in handle_readbuf
    self.found_terminator()
  File "/home/tools/eloipool/stratumserver.py", line 60, in found_terminator
    inbuf = b"".join(self.incoming).decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x87 in position 8: ordinal not in range(128)

2014-05-10 19:48:50,569 StratumHandler  DEBUG   Traceback (most recent call last):
  File "/home/tools/eloipool/networkserver.py", line 449, in serve_forever
    o.handle_read()
  File "/home/tools/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/home/tools/eloipool/networkserver.py", line 114, in handle_readbuf
    self.found_terminator()
  File "/home/tools/eloipool/stratumserver.py", line 60, in found_terminator
    inbuf = b"".join(self.incoming).decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x87 in position 8: ordinal not in range(128)




thks.
sr. member
Activity: 257
Merit: 250
Running on Ubuntu Saucy , cloned from gittorious.

Code:
2014-04-27 19:03:26,247 JSONRPCServer INFO Nobody to longpoll
2014-04-27 19:03:26,893 JSONRPCServer INFO Nobody to longpoll
2014-04-27 19:04:53,349 newBlockNotification INFO Received new block notification
2014-04-27 19:04:53,488 merkleMaker INFO New block: 000000000000000064a6ac54154247706dca44c4e697e164d87fdc47fe1bc570 (height: 297943; bits: 19009d8c)
2014-04-27 19:04:53,489 JSONRPCServer INFO Nobody to longpoll
2014-04-27 19:04:54,111 JSONRPCServer INFO Nobody to longpoll
2014-04-27 19:06:47,871 newBlockNotification INFO Received new block notification
2014-04-27 19:06:48,038 merkleMaker INFO New block: 00000000000000002bc6d22a6b1ab8a40f7067d3fe78f01c2741ec42ca6074c4 (height: 297944; bits: 19009d8c)
2014-04-27 19:06:48,039 JSONRPCServer INFO Nobody to longpoll
2014-04-27 19:06:48,611 JSONRPCServer INFO Nobody to longpoll

AsicA , same host as Eloipool, is getting alot of these.. #using bfgminer fixed this for now until I find out why this happens with cgminer.
Code:
Accepted untracked stratum share from pool 0
 [2014-04-27 19:23:30] Accepted untracked stratum share from pool 0
 [2014-04-27 19:24:31] Accepted untracked stratum share from pool 0
 [2014-04-27 19:24:47] Accepted untracked stratum share from pool 0
]

AsicB is on another host pointed at Eloipool and is running good.
Code:
Accepted 12482944 Diff 3.58K/256
 [2014-04-27 09:55:18] Accepted 569fc31b Diff 757/256
 [2014-04-27 09:55:58] Accepted ed8fa478 Diff 276/256
 [2014-04-27 09:56:01] Accepted dc4a95b5 Diff 297/256
 [2014-04-27 09:56:06] Accepted a09251c8 Diff 408/256
 [2014-04-27 09:56:06] Accepted 1b0e730e Diff 2.42K/256
 [2014-04-27 09:56:07] Accepted 4535354a Diff 947/256
 [2014-04-27 09:56:08] Accepted b5311db9 Diff 362/256
 [2014-04-27 09:56:36] Accepted d8740099 Diff 303/256
 [2014-04-27 09:56:37] Accepted 437c30d3 Diff 971/256
 [2014-04-27 09:56:53] Stratum from pool 0 detected new block
 [2014-04-27 09:57:06] Accepted ea4e54fe Diff 280/256
 [2014-04-27 09:57:44] Accepted 5e8c0424 Diff 693/256
 [2014-04-27 09:57:46] Accepted 1d9e5e55 Diff 2.21K/256


Exellent software man. I've set this up somewhere out of sight out of mind, maybe i'll get lucky.
newbie
Activity: 30
Merit: 0
Got eloipool up and running perfectly, wicked cool. mad respect to Luke

just checking now to see if there are any web based front ends for it ? i can only find a old thread about wizstats...

legendary
Activity: 1260
Merit: 1000
What's this got to do with Eloipool?

Mining is already centralized, there's only about 12 miners on the network at the moment.  Cloud hashing farms will help to decentralize the currently ultra-centralized mining.  If you are mining into a pool, you aren't mining.  You are contributing work to the pool, who is mining; The pool is the only miner of the thousands of people using the pool.  If you aren't creating blocks, you aren't mining, either.  So "contributing" your CPU hashing power to "help support the network" isn't doing anything for the network, you're just consuming power. 

All of this should be split into a different thread, though.  Maybe a mod can split it off, I'll be happy to continue the discussion in a thread that's not the Eloipool thread.

legendary
Activity: 2576
Merit: 1186
That sounds even more centralised than mining already is.
hero member
Activity: 966
Merit: 502
Hi Luke, everyone,

With individual miners using their own miningware at home becoming less feasible with every rise in the difficulty level, more and more people are moving to cloudmining platforms. This has the effect of centralizing Bitcoins Network, something that those of us who care more about Bitcoins potential than we care about just making a profit, should have serious concerns about. This issue was one of the main reasons that I founded SWMC. I am always been concerned over threats to Bitcoins Decentralized Network. SWMC is in the process of creating a Hashing Exchange and to help solve the potential threat to Bitcoins Network, SWMC will be offering its users the choice of pointing their mining hashes anywhere they want, or even solo mine if they wish.

This is one of the solutions that I came up with was to address this potential threat using SWMC's Hashing Exchange:

Use a "Master Mining Pool Server" that acts not only as a mining pool, but as a router to other mining pools (including p2p mining pools.)  In order to allocate hashing power owned by a SWMC Hashing Exchange users to any mining pool that they request (an essential element to making this work), the "Master Mining Pool Server" would need to dynamically divide the total hashing power available to it, into as many little chunks as possible and also dynamically direct/redirect the hashing power to the requested pool. Solo mining could be achieved by creating a "Personal Mining Pool" for each user and then have the Master Mining Pool Server direct/redirect the hashing power to their Personal Mining Pool. The Personal Mining Pool owner could also share their personal mining pool with their friends or partners. Personal mining pools could easily be used and would be perfect for crowdfunding projects. It would be a nice way to create a "Kickstarter" like service using the hashing power to fund the projects! Executive Decision: SWMC will make it easy to create and donate to Crowdfunding Projects and this feature will be built into SWMC's Hashing Exchange platform.  (I am never happier than when I think of a great idea that will help people achieve their dreams. Smiley)

So here is the question, would it be feasible to modify Eloipool to serve as a "Master Mining Pool Server," or would it be better to create a modular system that used individual instances of "Direct/Redirect Hashing Moduals"  (or a mixture of both) to feed work to the individual Wasps? (I am a member of The Wasp Project Collective and SWMC will be using our design to populate SWMC's mining farm.)

I have offered 25% of all trading fees from SWMC's Hashing Exchange as payment to anyone who contributes to the development of SWMC's Hashing Exchange. Too date, as I have found someone to design the website and exchange, there is only 10% still available. Since having something like the "Master Mining Pool Server" that I have described is essential to the success of my vision for the Hashing Exchange, I am willing to allocate the rest of the 10% remaining to anyone willing to help SWMC build this system. I will also commit to making all the code for the Hashing Exchange and "Master Mining Pool Server" available with an open source license, once SWMC has been operating successfully for 6 months (just to give SWMC a chance to establish itself before going open source.)
sr. member
Activity: 434
Merit: 251
Is it possible to get this working for a ppc pool??
Thanks,
JT
newbie
Activity: 10
Merit: 0
The exception I was getting with bitcoinrpc was addressed by following jgarzik's steps in the avalon/eloipool thread... https://bitcointalksearch.org/topic/avalon-users-bitcoind-eloipool-configuration-158105

Quote

eloipool setup
...
python-bitcoinrpc       https://github.com/jgarzik/python-bitcoinrpc
...
2) For python-bitcoinrpc, check out an older release,

Code:
$ cd /repo/python-bitcoinrpc
$ git checkout -b solo-mining 770881c8bd9b1f92427290270b37a28751cf9df0

So... that part is good. I keep getting the following exception though.

Code:
2013-11-23 03:58:18,716 StratumHandler  DEBUG   Traceback (most recent call last):
  File "./eloipool.py", line 668, in receiveShare
    checkShare(share)
  File "./eloipool.py", line 506, in checkShare
    MWL = workLog[None]
KeyError: None

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/foo/build/eloipool/stratumserver.py", line 91, in found_terminator
    rv = getattr(self, funcname)(*rpc['params'])
  File "/home/foo/build/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
    self.server.receiveShare(share)
  File "./eloipool.py", line 677, in receiveShare
    logShare(share)
  File "./eloipool.py", line 651, in logShare
    share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'

2013-11-23 03:58:18,720 JSONRPCServer   INFO    Nobody to longpoll


I am wondering if I should be concerned that eloipool won't be handling winning shares correctly.

Anyone work around this?

Did you ever get a solution for this?
LukeJr -- any ideas what causes this?
member
Activity: 73
Merit: 10
www.bitex.co.uk - A new begining in cryptotech
Fantastic, Thank you.


I had a feeling it was something like that but just wasn't..
legendary
Activity: 1260
Merit: 1000
Share target is the bitcoin share difficulty.  Gotwork target is the merged mining share difficulty to pass along to namecoind. GotworkURI is the URL to the merged mining proxy you have setup.

SecretUser is the username for the mining proxy/namecoind.
member
Activity: 73
Merit: 10
www.bitex.co.uk - A new begining in cryptotech
I'm Trying to setup an eloipool server, and have successfully got it running, but wanted to see if anyone could explain some of the items available in the configuration as despite a bit searching I havnt been able to find an answer......

ShareTarget = 0x000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffff

GotWorkTarget = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff

What is the difference between share target and got work,  and with that in mind should

GotWorkURI = ''

Be pointing to bitcoind or is got work for merged mining?

and finally

SecretUser = ""

what user should go here? bitcoin, altcoin, server?

Thanks
newbie
Activity: 4
Merit: 0
Anyone able to confirm submissions to the testnet should  or shouldn't be rejected.

Cheers
newbie
Activity: 4
Merit: 0
OK, Got it running.
Appears I had to but some details in teh config that I missed..  Roll Eyes

So now. when it finds a block should it show as rejected??
Also there is an error that seems to be random. It's also in the log.

We are using the testnet to test this.. just unsure

Code:
2014-03-11 15:56:25,583	merkleMaker	INFO	New block: 00000000ec0f57dd5f7e6511ec3e8b7d6e2458b5d7b34e11922d04cb5e9025de (height: 204337; bits: 1b180ab0)
2014-03-11 15:56:25,594 JSONRPCServer INFO Waiting 14.9 seconds to longpoll
2014-03-11 15:56:30,051 JSONRPCServer INFO Ignoring longpoll attempt while another is waiting
2014-03-11 15:56:40,527 JSONRPCServer INFO Nobody to longpoll
2014-03-11 15:59:19,764 BitcoinLink DEBUG Received block inv over p2p for 00000000c881e0efc98059046558fae7fdea6264d4efc1c7011639e58542bf1d
2014-03-11 15:59:19,777 merkleMaker INFO New block: 00000000c881e0efc98059046558fae7fdea6264d4efc1c7011639e58542bf1d (height: 204338; bits: 1b180ab0)
2014-03-11 15:59:19,783 JSONRPCServer INFO Nobody to longpoll
2014-03-11 15:59:19,792 newBlockNotification INFO Received new block notification
2014-03-11 15:59:22,508 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:01:34,305 checkShare INFO BLKHASH:           169d276fcf1908811cebafc70c7e69446654624412047629686067
2014-03-11 16:01:34,307 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:01:34,307 checkShare INFO Submitting upstream
2014-03-11 16:01:34,308 checkShare INFO Real block payload: 020000001dbf4285e5391601c7c1efd46462eafde7fa5865045980c9efe081c800000000bf432237dd27125a71ae4c70b1b0f054396574b7d1463d778790591fbf3cf2b8bba61e53b00a181b9b86542a0a01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1103321e0304531ea6a80000000021010000ffffffff0160dc062a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac00000000010000000162bb42b2524feaa4a605a0f23e187828baa433ec9fb5905fad714a430cbf2c04020000006b483045022100d17c7260ffe38bc15ed3fdea972109f06ab7628865f116f86238f793a5b49f1502204ec15af4db5d2d9eb17884723ce413514319fb371dd6ad43e3a919a77d52a063012103366f51a0cdc763e91ea2cf77dd3d37633551b0fc68b535d1315cba0aa57f5157ffffffff03d8209000000000001976a9149d8fa51eb46097d0c5b72448352f10949dd02f0588ac69b90000000000001976a91443dc321b6600511fe0a96a97c2593a90542974d688ac6e0d0fe1000000001976a914af685e020bb2c3d19fb7d524658a97e97ef9703a88ac000000000100000001be05c3b86d326151e1704157f18e025ec15112414a7dc4af075037419c258711000000006b48304502207f0c6dceab5f5f3e294dbcf69f582a7803d05a45c49e1ea0ab22971bf87d81bb022100b2eb6cb0c5b863ce7be580f2bddc3672d8b40664b12020a19678a42edf26c51c01210275798721f6631d86defd86b093141453e2e61af2cc5efbf8e00a43935059eedcffffffff0280384fe1020000001976a9147d2420c227e9d05d790f930ff3fc718738da9eac88ac801a7018000000001976a914662f522632a823d8f6f602ff6dcbe708af506bc088ac000000000100000001804301dc75c2f22fdd8dcfa4f8bb1f688f1d04ee6fda156827c781a0a215bb39000000006a47304402201a4c127e61a9f0b29b13d85988eab38ada79aabec9471b1098e3fb5e182f979102204e89dd8bb2902fb76446052ace6dce70c3f8957417e2dd92f5dc512cf6f59c860121025533b65d6c25a3f5eae8241ed4dec92ae59b7670fe5768f57d57a2615797be53ffffffff033cab9f00000000001976a914af685e020bb2c3d19fb7d524658a97e97ef9703a88ac67cd0000000000001976a91443dc321b6600511fe0a96a97c2593a90542974d688ac2c3be507000000001976a9146b64e67bf7ce9655daa29847bd4664211e79dd5888ac00000000010000000180da9ee7b36a3c2c3e69464723a6abf4278f92cf81789274c247ac5895997668000000006c493046022100ccb610d38ee22f703cba45e81b5863700c21cec8b5b86bf3a30014c99be92fc6022100b488c8e281b38cc6216685a3eb864e085cb2c9d2da0ae367abc569f59f53aa5201210258ce75f68fbe23dde2a7cbfd39a03579f2a2f7aef4208410aace155a75cc800cffffffff021cf31a03000000001976a914cf20239950ff5dbc50a40caf7b4a4ca2b8bdcddd88ac740b82840b0000001976a9146aa9337431240a608d1ed9d3cac17d2ad4bd760c88ac000000000100000001ae2c043a2a42755859fe54daa131359486edd3e95c31a0c643790d311c8d68a2010000006b483045022057992c6ad5ecfc2b5af2c323c3f7488a0490fd0149675d738e3f22ff591ddc200221008ac82a68579239eb385542fcf54a79220866e79f300d4a8a615b506bf99d942a0121025dfcbc7a2efb11ae68d08e02ce67b110c6b0b0d44d85938122c460b7c84395d6ffffffff02e8800000000000001976a914514951a7219fd99678c634bea850b0cb69f4e9ca88ace8eaf405000000001976a914f510cb928f5b85f73928ec0e2e8f2910de5395d188ac000000000100000001768ae0016aec4d990b25b63f0938b4f55ac42a9ac94340a441cd2286d059f857010000006b483045022100864ee64f79158b0beaba7508d037fe120bc56aa2c2d4b8e5270b46d058545c16022021d33ba7b9147430ea8ad2b0ca66fab1fc0221f1081f39cf3c33b30672934615012103253866214fe36fbcf9e56d90e3b4e6cac660a29b41f293b31e14503070544765ffffffff023efb0e03000000001976a914df02b93b7edb7406e25baa17fa66c87f45333b3388ac14ad7c45040000001976a91430d13024c20750852762107e462fcc45cd91e7af88ac000000000100000001e3869a49f94c602f4a760308ea59661f9f3f7b45746d47750e174e782b1b68e2010000006b483045022100b0aa69d0341e44b7a706bf965142e7389082af00c8efd7bf6a903183742aa824022024b35c067e3f31e6b01728b596e6b122fea9ce7dca40631c55fb160f47824e98012103517ced1a801b13d2169d905e54967b4ba24882295df67e630331f6f705c49bb8ffffffff02801a7018000000001976a91423b7530a00dd7951e11791c529389421c0b8d83b88aca02e9122000000001976a9142e06c67be86bdc63177ef88e9161f72a4993726888ac0000000001000000018ed6150453ece16b6549e65cbc87026fbe841cb1ce35ddae4f5e3a03fd43db26000000006c493046022100df01a5ced945baaac14ecdc42de5db931d36997879c3c9fbf850e4464b4530aa022100a9c1a8d31ace4ea90deeb5835657fe2fe24eac0262c4825fc07eca2cf04fcf56012103bfd0e2fbc9c90954cb2a18da01d4264d51581acb7cd45c44784a80cfea7b97e6ffffffff02270fd114000000001976a914c9b9aaad0e1128bae410ba29ce685e98f317d11e88ac4ccafb01000000001976a914ebc76b86ccced62062a6dfc0853bd0be12a62ba288ac00000000010000000451da967ef5e1fcfe4102cfbce051392978fc790155b11848c72e6f829f24fca2000000006a473044022018ea4927218963d0bd7aca143b78107857d76108736ea73c7f2e50703078bbf302203d33244455458d9a664098c218d293af8a813d1441c19c9386ec68222e8598440121025dfcbc7a2efb11ae68d08e02ce67b110c6b0b0d44d85938122c460b7c84395d6ffffffffa1ef391cb34a113b60f0698fb2356cae3dde866076df873c90d2eee69941cf70000000006b4830450220373da1a7601b4f24c03807894ac60795c32a955e07b9acd9214af111a56c2e62022100bafc6c21dc1c9e4f58012f27eab676b87426c3035c7e1e90618dfcc8ee82d4b00121025dfcbc7a2efb11ae68d08e02ce67b110c6b0b0d44d85938122c460b7c84395d6ffffffff70d85634baf4b6386424bcd1653927b357503c63bc887075f321e9fa395102b3000000006b483045022100a74d9f794e22f71a6bbc3b01508c8a646efd873878ee70e0debc0a2af629f44502206ecbaa1fa2973f1f5a155fbe919c093c060673383a14ea5ff6de13e5c9540ea00121025dfcbc7a2efb11ae68d08e02ce67b110c6b0b0d44d85938122c460b7c84395d6ffffffff192dbd2704c17e1b0b7daf2ad16b010c08c9f3df55f6d7efb4de1b3359fde78e000000006a4730440220064d8b1ee579388778655ef480533909f84c13456c34e80533ba47b196bd7fd90220246ff42d91323e564a8f5cb82def5e3c47f4688e911e20ded3a44029d1a01b4e0121025dfcbc7a2efb11ae68d08e02ce67b110c6b0b0d44d85938122c460b7c84395d6ffffffff02e8800000000000001976a914514951a7219fd99678c634bea850b0cb69f4e9ca88ac68420000000000001976a914f510cb928f5b85f73928ec0e2e8f2910de5395d188ac00000000
2014-03-11 16:01:34,314 merkleMaker INFO New block: 0000000000169d276fcf1908811cebafc70c7e69446654624412047629686067 (height: 204339; bits: 1b180ab0)
2014-03-11 16:01:34,316 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:01:34,326 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:01:34,327 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:01:34,333 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:01:34,341 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:01:34,374 newBlockNotification INFO Received new block notification
2014-03-11 16:01:37,001 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:06:07,886 BitcoinLink DEBUG Received block inv over p2p for 00000000689c3450cb346a97b5a31807700f0182a170a2b8d1a7fbda9acaaef8
2014-03-11 16:06:07,895 merkleMaker INFO New block: 00000000689c3450cb346a97b5a31807700f0182a170a2b8d1a7fbda9acaaef8 (height: 204340; bits: 1b180ab0)
2014-03-11 16:06:07,897 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:06:07,917 newBlockNotification INFO Received new block notification
2014-03-11 16:06:10,750 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:15:14,009 BitcoinLink DEBUG Received block inv over p2p for 000000000008bff4e1e9aab9744e9df86fd34bcea212f7698ef678137616ad9c
2014-03-11 16:15:14,020 merkleMaker INFO New block: 000000000008bff4e1e9aab9744e9df86fd34bcea212f7698ef678137616ad9c (height: 204341; bits: 1b180ab0)
2014-03-11 16:15:14,032 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:15:14,041 newBlockNotification INFO Received new block notification
2014-03-11 16:15:16,665 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:17:17,071 checkShare INFO BLKHASH:           1771cf3aa462f10d2f0b3a39c11bf7279d2f56e164584ea02b143c
2014-03-11 16:17:17,072 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:17:17,072 checkShare INFO Submitting upstream
2014-03-11 16:17:17,073 checkShare INFO Real block payload: 020000009cad16761378f68e69f712a2ce4bd36ff89d4e74b9aae9e1f4bf0800000000004c929bc89aeaf82a70c634fd8a6dce3978f5a2a0608f8b3d3f2225392324c57d69aa1e53b00a181b18dc77180101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1303351e0306531eaa62012d0000000086000000ffffffff0100f2052a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac00000000
2014-03-11 16:17:17,076 merkleMaker INFO New block: 00000000001771cf3aa462f10d2f0b3a39c11bf7279d2f56e164584ea02b143c (height: 204342; bits: 1b180ab0)
2014-03-11 16:17:17,082 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:17:17,082 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:17:17,086 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:17:17,094 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:17:17,104 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:17:17,129 newBlockNotification INFO Received new block notification
2014-03-11 16:17:19,814 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:31:52,276 BitcoinLink DEBUG Received block inv over p2p for 000000009dd7bd84faaf02ab70427ba7efa33dba46e213a581ed0a4e9e49b3e8
2014-03-11 16:31:52,286 merkleMaker INFO New block: 000000009dd7bd84faaf02ab70427ba7efa33dba46e213a581ed0a4e9e49b3e8 (height: 204343; bits: 1b180ab0)
2014-03-11 16:31:52,310 newBlockNotification INFO Received new block notification
2014-03-11 16:31:52,323 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:31:55,174 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:36:39,486 checkShare INFO BLKHASH:            94466bffe8fffb3a69f813e460ccc748c4ffa2d8e28770b49098b
2014-03-11 16:36:39,486 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:36:39,487 checkShare INFO Submitting upstream
2014-03-11 16:36:39,488 checkShare INFO Real block payload: 02000000e8b3499e4e0aed81a513e246ba3da3efa77b4270ab02affa84bdd79d0000000032cc7e07af1f8ce2a52a37ce8fba88945d374707006a402d578dcc83a37490fff4ae1e53b00a181b46703f6e0301000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1303371e0306531eaeee03f40000000073000000ffffffff012040062a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac000000000100000001edfbeaee66f994755ab439803959ed2d748137cf73bdca20a9aade9d002f5949010000006b483045022100adad4f89d34bf2fc3ddccaccddc493c545809eb53bdfa3eeef2b38fa5e60b3260220398986890237083db9fae7c5369965f4a4a7789845e94cb0da686ee17f3ab5c5012103114eaf17f04d9d9253ff884792215a8723210cbd9851f5957d79350307bdf759ffffffff026a655708000000001976a914a83df1c633945ba8459269840b6e4a802bfe703388ac242dd204000000001976a914c133837e2906e9f0ea93342c19ec53071c7c9e5388ac00000000010000000148a027d04621b46f9204b17e2e7020880c729a28a04fb072fff24bb6492bb145000000006a47304402207d1daf63c924c45740dd9e1edd65a50ad552d3d67d094647ba680ca3b653ee9b0220673b66e6f4607ae08413ebb421cba7284939f5653fed44eebc16d8a9a430501f012103e7c59c599cae76bdfa3e7b1bbc552efa8e1dc72f807b9db0861c49fa26249912ffffffff029a18bf01000000001976a914473aec86a0abe4c23f1f0b3cb024b70879013b5188acf26bac00000000001976a91463a50466d6ff658312341d6269cdb7aec4a4942c88ac00000000
2014-03-11 16:36:39,490 merkleMaker INFO New block: 0000000000094466bffe8fffb3a69f813e460ccc748c4ffa2d8e28770b49098b (height: 204344; bits: 1b180ab0)
2014-03-11 16:36:39,493 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:36:39,497 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:36:39,500 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:36:39,514 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:36:39,519 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:36:39,542 newBlockNotification INFO Received new block notification
2014-03-11 16:36:42,332 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:38:44,527 newBlockNotification INFO Received new block notification
2014-03-11 16:38:44,536 merkleMaker INFO New block: 00000000b58f8f4e61725a9db000f36d4c784a9ea157f8531a1c91b5ee4a0937 (height: 204345; bits: 1b180ab0)
2014-03-11 16:38:44,540 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:38:44,549 BitcoinLink DEBUG Received block inv over p2p for 00000000b58f8f4e61725a9db000f36d4c784a9ea157f8531a1c91b5ee4a0937
2014-03-11 16:38:47,355 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:43:08,263 checkShare INFO BLKHASH:            e69086f918eaa087c327c5001e4a9b22960e966c0334354fa8e14
2014-03-11 16:43:08,264 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:43:08,264 checkShare INFO Submitting upstream
2014-03-11 16:43:08,265 checkShare INFO Real block payload: 0200000037094aeeb5911c1a53f857a19e4a784c6df300b09d5a72614e8f8fb500000000b06dca812cfb6efcfcf4a01d354c1391b93718d6d21bb5f12427c38fdd272dca79b01e53b00a181b53acfa4b0501000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1303391e0306531eb053060e0000000012020000ffffffff013067062a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac000000000100000001139dc3fa204a7fef1fea3b70335f0651995996e4bd1ef8bd8a72869cdd2102a2010000006b4830450221009734c2ab2b1421f34afcfef3fc7a34def3ffa24383d0f690028f211efbc4c508022035dd141ff95f5b265df503943792a47988e1c33e42460debb532506e4a4282380121023e62327134f2257a680c9fb1d77c20b3fc236c6d013e855deab0becb42ce7852ffffffff0212298503000000001976a91414c82b00e06eb2e45bd2e89143fefe57c609a05b88aca0e9367a0b0000001976a914fd1403815612aea7fe9be9e8b094db030cb9036b88ac000000000100000001ec83f6debde843469b31e89fa24df4c55910a09be4c856b45ce13e109152780a010000006a473044022077ff6874717d8a489bb6ab7dfe09fff97632514d43403deaa2bc518bd247f566022042f91e14a3a680abacdabac07b96ac9c29ff6ed7dcd154831ac732372a9db6580121039b135b82edb823a9530adb58fe4248403385ca37c0868df19d6de009667bd0b5ffffffff02f0e82600000000001976a914e2d23f9ecb2c9f44444f567ba0980cc70e41c49688ac6012e034000000001976a914defb56704d91f8c856dd37937a47043ab413d08a88ac000000000100000001ca8d40ac1c5056b59484e97937ce7af66e4a0b8f92ed8e10d1923f7b8b5a4245010000006a473044022070cee61a42047b636e9c48862a4d3b753e69ae76aab4b4b8cd6ab6bbc69c127f022023729e082264e89616dac6f120205430d72b1aa18127b9c227f15ec7dddf92780121037276f2234f116d4a3a0885c5cface8d3c064d540f025125a1a8531bc516b7baaffffffff02f36fdf17000000001976a91411d389c8cceba108511ea7d1bd85beaf09a9daf288ac905ccb01000000001976a9145a3ee0a224b5bc34efe71c7cddba12e18943ef5088ac0000000001000000024a6a4f04696c6b4cdd4e610ad2745f6a03084d6baacd254d068107864c28e4ba010000006c49304602210094f53a59f513441ebdc79e8255b56ca352c6acf0caacb5e825a2753fb102b93e022100ee3830a0e79b9541c2469b71db806ba85883b9332fb4ffa2131dca4f785f3d3001210338328d7dd4268f349ce2604f10b2d0c6b3d2571e935603e6809aaab6c16cdf3dffffffff95ff190faa1fddf63d9af0715ec1681541400a63d66f858a546cd787eb5e47b1010000006b483045022100ce910f67533e8f353af2db2767b5f96b07ec85818c4b6058ae95d8b5b6e4042f0220149af343725188de8d10d989399298e87966bf611929c7c23ea6f9e4d98ce7c1012102bc8722004187b2a55746c044a931f84eb65d49c903719c36e84bd74cd3772e25ffffffff0250690f00000000001976a914311454724582df155034ae07db12a4ab337d329488ac002d3101000000001976a914dd8f23a955f3cd281943d58e4b208988cb945cfe88ac00000000
2014-03-11 16:43:08,269 merkleMaker INFO New block: 00000000000e69086f918eaa087c327c5001e4a9b22960e966c0334354fa8e14 (height: 204346; bits: 1b180ab0)
2014-03-11 16:43:08,272 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:43:08,273 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:43:08,276 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:43:08,293 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:43:08,295 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:43:08,319 newBlockNotification INFO Received new block notification
2014-03-11 16:43:11,074 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:45:49,123 checkShare INFO BLKHASH:            e5cac6f817c10e1503fe4ecad0e088300c63f7dee80d45c936889
2014-03-11 16:45:49,124 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:45:49,124 checkShare INFO Submitting upstream
2014-03-11 16:45:49,125 checkShare INFO Real block payload: 02000000148efa544333c066e96029b2a9e401507c327c08aa8e916f08690e00000000003c6cf2767de9eaf35602743fddf2f67ad9ae176b8807b136806039aa6f55a20f19b11e53b00a181bac686a520701000000010000000000000000000000000000000000000000000000000000000000000000ffffffff11033a1e0304531eb0ed0000000060020000ffffffff01408e062a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac000000000100000001a0e9a987155d749416fe3021ee3613d2285fd8c2828e1ec0b8b1c2cb07abefd4010000006b483045022071b88e8261e614602d24f6da2cd83172a43646b2ba769664114b3c7bd37d1a96022100ec0044b6f9c6ff2a8314429baff18b2eedb09b689e820488033de05272eb2481012102c905595ebcdc7f192c777d70ab1e1de7d84486e0a1d614add52e85adf02aee72ffffffff027057fe02000000001976a9142904a5df8a2991532985004998ba2acc8e82903488aceabe273f040000001976a914d93a76fa803af2ef5c12160a0bb38d87f767963488ac0000000001000000018a2e826c81be469d3fe56996f487bf197ea303f6064517efeaf3039c22246687010000006a47304402205fcad14de0e07b7a86ce5902252f7b77867e257162f38b2e840efabb2ccce51702201170046847c353e242f07e371f6cdc7185d8e53cd9de74c95c7074b978894cf8012102f53ced39b8580ac27e5d25475cb9b070e5dabe9cebb9e32caec7f6ebd127fa77ffffffff02eec2e0760b0000001976a9148fc0e95c9233a52a8b8ef93f034f7ea4598f4f0088acb2265603000000001976a914d2bb150a71fa4fc9e48f202796fc8f56b348427f88ac000000000100000001cea500aff13d404f720a2190b93272613f650739a5798d6ed99c030569fa77e7010000006a47304402203d4b2523f17473867a7e120f6eb83b35a9b4b9ae68c46822cacc6cbf314a53fe0220778812289798f5643e2505253c63e86778ec1320f92d1ec625070417f2c253e4012102e38714e422672badb9938ad5e15b414e00089f173029881e20fb3283c54f1486ffffffff0252edaf01000000001976a91466ac68cbb9efdcd70a276468101aaffb5942707b88acc87bd515000000001976a914ab564710a48e81f8c0f299663277e16ef4f626b188ac0000000001000000016cda0d964722fa4b5c1a517761a129a310acc21ac67a84d7aa6039b34931e686010000006a473044022012f171e3ed8bb5718fc975f2861afc7b6833d33c49d85a6936c44fc8cc23a3f6022053f5223ddab6d1417cb32e3fb788fd50c5142743163cb4d71a644423a3f3da530121039b135b82edb823a9530adb58fe4248403385ca37c0868df19d6de009667bd0b5ffffffff02f0e82600000000001976a914641e81b6221301afde668537d8b1c9f53975fc0288ac6002b934000000001976a914defb56704d91f8c856dd37937a47043ab413d08a88ac00000000010000000148447bbfb9348466aee06833d33b90d8789e9cae50a79d66731828f614f6627e000000006b483045022100961101301d08783a2672fd2c6d6fef8741940d05ce6e7737f8708a5cb43f245a0220531649f162031985f73002b4265c29c1d9d1717179b18127023e889a596a9aec012103458e98ec4f069070a13d09d0a4a4f84465c720180b77b3e7da6be38cd5b639eaffffffff0256a7ab01000000001976a914d4d2afb209a7c90b5c11cd3e006836c2274f1f4c88acd0b6ac10000000001976a914ce4ee6a44542abc5ccd0cd9677eafa7357c47f1888ac000000000100000001371849a5e5cfea5822707c40e3a35d2b3cc21a259dd5254f94e558e14b5612f5000000006c493046022100e63379b0c54e8abed14f1ce9e814a287a2894ee5b81cde1a364943a8dcd66832022100a54e350e2572127e7eef1e36825c3bb2b64120d7d94e16235bf9a6291e1517170121036c0c0d4ff07381aa7a1df3ca5fbffb4e16858430f257fd9b0bb15521403b954bffffffff02beb2c901000000001976a914a2f11e282ac588acc05760bd94c0a015756933a388ac0dfc7411000000001976a9144656fa0bc570dccab4b2e0712f32ea729788ef2488ac00000000
2014-03-11 16:45:49,128 merkleMaker INFO New block: 00000000000e5cac6f817c10e1503fe4ecad0e088300c63f7dee80d45c936889 (height: 204347; bits: 1b180ab0)
2014-03-11 16:45:49,140 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:45:49,144 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:45:49,147 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:45:49,157 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:45:49,166 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:45:49,189 newBlockNotification INFO Received new block notification
2014-03-11 16:45:51,957 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:47:20,185 checkShare INFO BLKHASH:            1f78c6c6378c7cdde85775ab2ac6d618716c1b87e29dbbe69352c
2014-03-11 16:47:20,185 checkShare INFO TARGET:           180ab0000000000000000000000000000000000000000000000000
2014-03-11 16:47:20,186 checkShare INFO Submitting upstream
2014-03-11 16:47:20,186 checkShare INFO Real block payload: 020000008968935cd480ee7d3fc60083080eadece43f50e1107c816fac5c0e0000000000b24dc86f690f3649f2185c5002d2a2e9d11d81af6e8934fb20ec5293eefac3ea73b11e53b00a181b77c77d1a0401000000010000000000000000000000000000000000000000000000000000000000000000ffffffff11033b1e0304531eb156000000009f010000ffffffff011019062a010000001976a91438ac799ceb934fec797fd7e8800661f5ab4bb7dd88ac000000000100000001fe41c35dcc381fa3f8393bd0cc6b67b41605f9c48910b0481979d8984e3ac887000000006b483045022047c15403204e5d236f69946371d302fd401a64d67fd2a221d32e3855ee64c20d022100e226b8e44bd46cf57ccc55eb91033e05adf8a1721d6d24bbe5738095f5c421e2012103b43a377887f70c92e3cacdec2299fb9ead1ae141e6042c7e43b8ff1f0ccf6a52ffffffff025c3851730b0000001976a914a0d6baa222eef25e628164d31cb1a953c8d6ae4988ac928a8f03000000001976a914a5f687b6790914b955ef8b3e5295657a7918fa7f88ac0000000001000000015015b74fe1f90a074d95f52b87b3bb1e6c49b948fa5739bb9c0ddb1a72e8a5da010000006b483045022100bd718941ca344c1d73f68d3f40977e1222d2608b2fd857582c317e362add685a0220225220a359b6689f27a1b142f1f27abbd2e235a8345b41b4fc47f035637e15cb012103a132ed0e09f8ca944594c13c53902ed4498ec98b408178930bc0f9fcf4bfd87bffffffff0270fd293c040000001976a9149d603113300b3138c54b8486109a93c5f731ef7588ac7ac1fd02000000001976a914a0ec45dd7e10bf5cb2bce7387da5f33b5e3ca83588ac00000000010000000174c46663bdff01de72a65a2147b001e695e8edd8988e106cb63713bdf124085b010000006b483045022100ce29776e267ae67b2a7bb730f368b45714ed16990b7bff281377d5c2ff3811f1022028618b2856a8163bb6021a36edad8cd46e0fa436db0b57d610f1518b030c649c012102e86e925ee6b3ed000bd72f0cb51be0135a466917c4f7f04ceb79ce2fabe78e57ffffffff0280969800000000001976a91460b198dd4631fe00a1c5367a23661ae1455517ea88ace00b6202000000001976a91405288960acd0f3b0fca4945d8cc0a68a2a95251388ac00000000
2014-03-11 16:47:20,190 Waker for BitcoinNode DEBUG Read wakeup
2014-03-11 16:47:20,191 merkleMaker INFO New block: 000000000001f78c6c6378c7cdde85775ab2ac6d618716c1b87e29dbbe69352c (height: 204348; bits: 1b180ab0)
2014-03-11 16:47:20,192 BitcoinNode INFO Sent `block' to 1 nodes
2014-03-11 16:47:20,197 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:47:20,217 blockSubmission DEBUG Upstream 'primary' accepted block
2014-03-11 16:47:20,223 redflag CRITICAL Upstream 'primary' block submission failed: rejected
2014-03-11 16:47:20,246 newBlockNotification INFO Received new block notification
2014-03-11 16:47:22,863 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:49:21,126 BitcoinLink DEBUG Received block inv over p2p for 00000000fe37e055e9c1a6ae23c1501425edf43911ca1f348032e14a3c9cfd37
2014-03-11 16:49:21,135 merkleMaker INFO New block: 00000000fe37e055e9c1a6ae23c1501425edf43911ca1f348032e14a3c9cfd37 (height: 204349; bits: 1b180ab0)
2014-03-11 16:49:21,140 JSONRPCServer INFO Nobody to longpoll
2014-03-11 16:49:21,152 newBlockNotification INFO Received new block notification
2014-03-11 16:49:24,036 JSONRPCServer INFO Nobody to longpoll
2014-03-11 17:02:23,457 newBlockNotification INFO Received new block notification
2014-03-11 17:02:23,481 BitcoinLink DEBUG Received block inv over p2p for 0000000018b30c353662d9ce9816b902fd777313370da81302faadf86434704c
2014-03-11 17:02:23,485 merkleMaker INFO New block: 0000000018b30c353662d9ce9816b902fd777313370da81302faadf86434704c (height: 204350; bits: 1b180ab0)
2014-03-11 17:02:23,497 JSONRPCServer INFO Nobody to longpoll
2014-03-11 17:02:23,508 BitcoinNode ERROR Traceback (most recent call last):
  File "/bitcoin/eloipool/networkserver.py", line 422, in serve_forever
    o.handle_read()
  File "/bitcoin/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/bitcoin/eloipool/bitcoin/node.py", line 94, in handle_readbuf
    getattr(self, method)(payload)
  File "/bitcoin/eloipool/bitcoin/node.py", line 127, in doCmd_inv
    getattr(self, method)(invHash)
  File "/bitcoin/eloipool/bitcoin/node.py", line 131, in doInv_2
    self.server.newBlock(blkhash)
  File "./eloipool.py", line 79, in
    bcnode.newBlock = lambda blkhash: MM.updateMerkleTree()
  File "/bitcoin/eloipool/merklemaker.py", line 561, in updateMerkleTree
    self._updateMerkleTree()
  File "/bitcoin/eloipool/merklemaker.py", line 549, in _updateMerkleTree
    self._updateMerkleTree_I()
  File "/bitcoin/eloipool/merklemaker.py", line 513, in _updateMerkleTree_I
    r = self._updateMerkleTree_fromTS(TS)
  File "/bitcoin/eloipool/merklemaker.py", line 478, in _updateMerkleTree_fromTS
    MP = self._CallGBT(TS)
  File "/bitcoin/eloipool/merklemaker.py", line 328, in _CallGBT
    MP = access.getblocktemplate(self.GBTReq)
  File "/bitcoin/python-bitcoinrpc/bitcoinrpc/authproxy.py", line 112, in __call__
    'Content-type': 'application/json'})
  File "/usr/lib/python3.2/http/client.py", line 967, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.2/http/client.py", line 995, in _send_request
    self.putrequest(method, url, **skips)
  File "/usr/lib/python3.2/http/client.py", line 850, in putrequest
    raise CannotSendRequest(self.__state)
http.client.CannotSendRequest: Request-sent

2014-03-11 17:02:23,510 BitcoinLink DEBUG Traceback (most recent call last):
  File "/bitcoin/eloipool/networkserver.py", line 422, in serve_forever
    o.handle_read()
  File "/bitcoin/eloipool/networkserver.py", line 62, in handle_read
    self.handle_readbuf()
  File "/bitcoin/eloipool/bitcoin/node.py", line 94, in handle_readbuf
    getattr(self, method)(payload)
  File "/bitcoin/eloipool/bitcoin/node.py", line 127, in doCmd_inv
    getattr(self, method)(invHash)
  File "/bitcoin/eloipool/bitcoin/node.py", line 131, in doInv_2
    self.server.newBlock(blkhash)
  File "./eloipool.py", line 79, in
    bcnode.newBlock = lambda blkhash: MM.updateMerkleTree()
  File "/bitcoin/eloipool/merklemaker.py", line 561, in updateMerkleTree
    self._updateMerkleTree()
  File "/bitcoin/eloipool/merklemaker.py", line 549, in _updateMerkleTree
    self._updateMerkleTree_I()
  File "/bitcoin/eloipool/merklemaker.py", line 513, in _updateMerkleTree_I
    r = self._updateMerkleTree_fromTS(TS)
  File "/bitcoin/eloipool/merklemaker.py", line 478, in _updateMerkleTree_fromTS
    MP = self._CallGBT(TS)
  File "/bitcoin/eloipool/merklemaker.py", line 328, in _CallGBT
    MP = access.getblocktemplate(self.GBTReq)
  File "/bitcoin/python-bitcoinrpc/bitcoinrpc/authproxy.py", line 112, in __call__
    'Content-type': 'application/json'})
  File "/usr/lib/python3.2/http/client.py", line 967, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.2/http/client.py", line 995, in _send_request
    self.putrequest(method, url, **skips)
  File "/usr/lib/python3.2/http/client.py", line 850, in putrequest
    raise CannotSendRequest(self.__state)
http.client.CannotSendRequest: Request-sent

2014-03-11 17:02:26,235 JSONRPCServer INFO Nobody to longpoll


Thanks..

Cheers
newbie
Activity: 4
Merit: 0
G'day WHH,
Thanks for the reply..

The missing brackets were a slackness in my cut and paste skills.

Just to be sure I went back and redid everything, but came up with the same result. With or without the brackets in there I cannot connct to Eloipool, but without the ".decode()", I can connect, but recieve the error..

Cheers Grin
Pages:
Jump to: