Author

Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool - page 243. (Read 2592023 times)

grn
sr. member
Activity: 357
Merit: 252
sr. member
Activity: 248
Merit: 250
Are we there yet?
Just testing but if you guys don't mind, can you please help to see if you can access http://sepulcher.wha.la:9332 ? Thanks.

Might take a while for it to load the first time as I'm using a dyn dns service.

Thank you.

Edit: It's hosted at home in Singapore with 200Mbps down/up fibre broadband

it works

Great! Thank you very much for testing.
full member
Activity: 238
Merit: 100
Just testing but if you guys don't mind, can you please help to see if you can access http://sepulcher.wha.la:9332 ? Thanks.

Might take a while for it to load the first time as I'm using a dyn dns service.

Thank you.

Edit: It's hosted at home in Singapore with 200Mbps down/up fibre broadband

it works
full member
Activity: 238
Merit: 100
sr. member
Activity: 248
Merit: 250
Are we there yet?
Just testing but if you guys don't mind, can you please help to see if you can access http://sepulcher.wha.la:9332 ? Thanks.

Might take a while for it to load the first time as I'm using a dyn dns service.

Thank you.

Edit: It's hosted at home in Singapore with 200Mbps down/up fibre broadband
grn
sr. member
Activity: 357
Merit: 252
try to reinstall all component of python27 and assimiled libraries ... BUT CHECK carefully when the installer of LIBS indicate the folder that it will use to extract.

declare p2pool in firewall if not already done (check, please).

look on the transfer windows (network activity) ... when you launch the first time, the P2Pool command (dos windows) ... the screen indicate many errors BUT p2pool retrieve the sidechain of mining correctly (indicated in network activity !).

Can take more than 20 minutes to do this even if you have a strong connexion.



thanks for the advice  still no web stats
grn
sr. member
Activity: 357
Merit: 252
grn
sr. member
Activity: 357
Merit: 252
p2pool on windows 8 problem. when i try to see the stats page at 127.0.0.1:9332 I get this

...
Any Ideas?

is bitcoin-qt or bitcoind running? is not windows firewall blocking any port p2pool or bitcoin core use (9333,8333)? what parameters do You use tu run p2pool?


seems to not be bitcoind or firewall, p2pool is working, miner able to get and submit work. The local web server is not working


legendary
Activity: 1512
Merit: 1012
try to reinstall all component of python27 and assimiled libraries ... BUT CHECK carefully when the installer of LIBS indicate the folder that it will use to extract.

declare p2pool in firewall if not already done (check, please).

look on the transfer windows (network activity) ... when you launch the first time, the P2Pool command (dos windows) ... the screen indicate many errors BUT p2pool retrieve the sidechain of mining correctly (indicated in network activity !).

Can take more than 20 minutes to do this even if you have a strong connexion.



full member
Activity: 238
Merit: 100
p2pool on windows 8 problem. when i try to see the stats page at 127.0.0.1:9332 I get this

Installed
Python 2.7
Twisted 14.0.2
zope.interface 4.1.2
pywin32-218.win32-py2.7.exe
WMI-1.4.9.win32.exe


web.Server Traceback (most recent call last):
exceptions.TypeError: Can only pass-through bytes on Python 2
C:\Python27\lib\site-packages\twisted\web\server.py:189 in process
188                    self._encoder = encoder
189            self.render(resrc)
190        except:
C:\Python27\lib\site-packages\twisted\web\server.py:238 in render
237        try:
238            body = resrc.render(self)
239        except UnsupportedMethod as e:
C:\Python27\lib\site-packages\twisted\web\resource.py:250 in render
249            raise UnsupportedMethod(allowedMethods)
250        return m(request)
251
C:\Python27\lib\site-packages\twisted\web\static.py:631 in render_GET
630
631        producer.start()
632        # and make sure the connection doesn't get closed
C:\Python27\lib\site-packages\twisted\web\static.py:710 in start
709    def start(self):
710        self.request.registerProducer(self, False)
711
C:\Python27\lib\site-packages\twisted\web\http.py:873 in registerProducer
872        else:
873            self.transport.registerProducer(producer, streaming)
874
C:\Python27\lib\site-packages\twisted\internet\abstract.py:112 in registerProducer
111            if not streaming:
112                producer.resumeProducing()
113
C:\Python27\lib\site-packages\twisted\web\static.py:720 in resumeProducing
719            # .resumeProducing again, so be prepared for a re-entrant call
720            self.request.write(data)
721        else:
C:\Python27\lib\site-packages\twisted\web\server.py:217 in write
216                data = self._encoder.encode(data)
217            http.Request.write(self, data)
218
C:\Python27\lib\site-packages\twisted\web\http.py:1002 in write
1001                        # Backward compatible cast for non-bytes values
1002                        value = networkString('%s' % (value,))
1003                    l.extend([name, b": ", value, b"\r\n"])
C:\Python27\lib\site-packages\twisted\python\compat.py:364 in networkString
363        if not isinstance(s, str):
364            raise TypeError("Can only pass-through bytes on Python 2")
365        # Ensure we're limited to ASCII subset:
exceptions.TypeError: Can only pass-through bytes on Python 2

Any Ideas?

is bitcoin-qt or bitcoind running? is not windows firewall blocking any port p2pool or bitcoin core use (9333,8333)? what parameters do You use tu run p2pool?
grn
sr. member
Activity: 357
Merit: 252
p2pool on windows 8 problem. when i try to see the stats page at 127.0.0.1:9332 I get this
....
Any Ideas?

Not a Windows guy, but I would try updating/reinstalling Python...




not a windows guy either but all i have at home is a laptop>>>tried reinstall
legendary
Activity: 1258
Merit: 1027
6 blocks in 7 minutes, wow.... (bitcoin wide, not p2pool Wink)



legendary
Activity: 1258
Merit: 1027
p2pool on windows 8 problem. when i try to see the stats page at 127.0.0.1:9332 I get this
....
Any Ideas?

Not a Windows guy, but I would try updating/reinstalling Python...


grn
sr. member
Activity: 357
Merit: 252
p2pool on windows 8 problem. when i try to see the stats page at 127.0.0.1:9332 I get this

Installed
Python 2.7
Twisted 14.0.2
zope.interface 4.1.2
pywin32-218.win32-py2.7.exe
WMI-1.4.9.win32.exe


web.Server Traceback (most recent call last):
exceptions.TypeError: Can only pass-through bytes on Python 2
C:\Python27\lib\site-packages\twisted\web\server.py:189 in process
188                    self._encoder = encoder
189            self.render(resrc)
190        except:
C:\Python27\lib\site-packages\twisted\web\server.py:238 in render
237        try:
238            body = resrc.render(self)
239        except UnsupportedMethod as e:
C:\Python27\lib\site-packages\twisted\web\resource.py:250 in render
249            raise UnsupportedMethod(allowedMethods)
250        return m(request)
251
C:\Python27\lib\site-packages\twisted\web\static.py:631 in render_GET
630
631        producer.start()
632        # and make sure the connection doesn't get closed
C:\Python27\lib\site-packages\twisted\web\static.py:710 in start
709    def start(self):
710        self.request.registerProducer(self, False)
711
C:\Python27\lib\site-packages\twisted\web\http.py:873 in registerProducer
872        else:
873            self.transport.registerProducer(producer, streaming)
874
C:\Python27\lib\site-packages\twisted\internet\abstract.py:112 in registerProducer
111            if not streaming:
112                producer.resumeProducing()
113
C:\Python27\lib\site-packages\twisted\web\static.py:720 in resumeProducing
719            # .resumeProducing again, so be prepared for a re-entrant call
720            self.request.write(data)
721        else:
C:\Python27\lib\site-packages\twisted\web\server.py:217 in write
216                data = self._encoder.encode(data)
217            http.Request.write(self, data)
218
C:\Python27\lib\site-packages\twisted\web\http.py:1002 in write
1001                        # Backward compatible cast for non-bytes values
1002                        value = networkString('%s' % (value,))
1003                    l.extend([name, b": ", value, b"\r\n"])
C:\Python27\lib\site-packages\twisted\python\compat.py:364 in networkString
363        if not isinstance(s, str):
364            raise TypeError("Can only pass-through bytes on Python 2")
365        # Ensure we're limited to ASCII subset:
exceptions.TypeError: Can only pass-through bytes on Python 2

Any Ideas?
full member
Activity: 238
Merit: 100
I can highly recommend PatMans good lady's fried breakfast in the morning - absolute class!  Grin

Flattery will get you everywhere...... Wink

Can You please share real consumption at the wall of this S5?

I don't have the equipment to measure it I'm afraid - but you should find that on the Bitmain S5 thread  Wink

Ok, I have found this:

"After running for an hour, it settled into:

Miner Speed: 1155 GH/s
BTCGuild Speed: 1145 GH/s
Power: 675 W (750 W Bronze PSU)"

this is what we probably can believe to (unfortunately guy is mining at wrong pool)
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
I can highly recommend PatMans good lady's fried breakfast in the morning - absolute class!  Grin

Flattery will get you everywhere...... Wink

Can You please share real consumption at the wall of this S5?

I don't have the equipment to measure it I'm afraid - but you should find that on the Bitmain S5 thread  Wink
full member
Activity: 238
Merit: 100
I can highly recommend PatMans good lady's fried breakfast in the morning - absolute class!  Grin

Flattery will get you everywhere...... Wink

Can You please share real consumption at the wall of this S5?
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
I can highly recommend PatMans good lady's fried breakfast in the morning - absolute class!  Grin

Flattery will get you everywhere...... Wink
hero member
Activity: 686
Merit: 500
WANTED: Active dev to fix & re-write p2pool in C
Following up from my earlier post about my half dead S5, I had a pleasant surprise when UPS came knocking on my door with a replacement hashing board today - I didn't even realise that BitmainWarranty had despatched it! Straight away I got to work, stripped the S5, removed the offending board, slid in the new one & put it back together - it didn't take long at all due to the "open air" design...... Cheesy The result:

Running for 3 hours now without a hitch - lovely!  Smiley

Respect & thanks are due to BitmainWarranty who was super fast in arranging the replacement board without a hassle, as well as friendly & understanding as usual, unlike a certain other "representative" - who should take a leaf out of BitmainWarranty's book on customer relations instead of barking at customers. If he did so, Bitmain & himself would be far better for it.

Faith restored  Wink

Nice one! So we needn't have spent hours with a hangover trying to fix it the day before then?  Cheesy Cheesy Cheesy

Thanks for the New Years Eve party dude, great fun!

I can highly recommend PatMans good lady's fried breakfast in the morning - absolute class!  Grin
legendary
Activity: 1258
Merit: 1027

It's limited in p2pool.  You guys are looking in the wrong spot.  From bitcoin/networks.py:
Code:
SANE_TARGET_RANGE = (2**256//2**32//1000000 - 1, 2**256//2**32 - 1)


Aha! Thanks Smiley
Jump to: