Bitcoin Forum
June 22, 2024, 08:16:48 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 04, 2015, 11:13:10 AM

So, on the windows version of p2pool where do the custom UI files for :9332/static go?


I've not used doze for p2pool for quite a while, but as far as I can remember the process is the same:

Backup your webstatic folder

Copy/replace all files into it

Refresh - I don't remember having to restart p2pool, but you might need to clear the cache.

Edit:  **post gone**

Thanks for the reply!  I deleted the post 3 minutes after I posted it, because it was a cache issue! 
2  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 28, 2015, 12:17:16 PM

Anyway, your "answer" doesn't appear to be valid.  I also get those error messages when the miner attempts to connect.

Thanks for the time.

What credentials are you using on your miner?

I wasn't sure what to put in there, but I have it running on my local machine with the credentials that are in my bitcoin.conf.
All I did was copy bitcoin-qt and the blockchain up to my internet server, start bitcoin and p2pool (changing the rcpip and rpcallowip to the server address) then I just changed the
URL in my miner.  But it won't connect.

thanks again for the time...
3  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 28, 2015, 10:55:58 AM
This error is normal when you have no data to display somewhere... it was told like 200 times already.

Wow, I can do without the snide remark.  If you you are upset, just don't post...geez.

Anyway, your "answer" doesn't appear to be valid.  I also get those error messages when the miner attempts to connect.

Anyone else (besides rav3n) have any advice?

Thanks for the time.
4  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 26, 2015, 10:50:20 AM
OK, I got my windows p2pool running nicely, I have my S5 pointing to it and life is good.. Well, I want to move the config to a dedicated server I have on the internet.
So I got it all configured on the server and things appear great until I go to the stat page on :9332.  I don't see an error on the web page, but it doesn't list all the address payouts etc.

I noticed on the p2pool scroll every time I hit the the stat page, I get the following errors:

2015-09-26 06:34:32.543000 > Error in DeferredResource handler:
2015-09-26 06:34:32.543000 > Traceback (most recent call last):
2015-09-26 06:34:32.543000 >   File "p2pool\util\deferred_resource.pyc", line 24
, in render
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 >   File "twisted\internet\defer.pyc", line 134, in m
aybeDeferred
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 >   File "twisted\web\resource.pyc", line 216, in ren
der
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 >   File "twisted\internet\defer.pyc", line 1187, in
unwindGenerator
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 > --- <exception caught here> ---
2015-09-26 06:34:32.559000 >   File "twisted\internet\defer.pyc", line 1045, in
_inlineCallbacks
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 >   File "p2pool\web.pyc", line 198, in render_GET
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 >   File "p2pool\web.pyc", line 338, in <lambda>
2015-09-26 06:34:32.559000 >
2015-09-26 06:34:32.559000 > exceptions.TypeError: %x format: a number is requir
ed, not NoneType



I have ports 8333 and 9332 opened.  Like I said, I can hit the page fine from my house, but I get those errors on the scroll every time.
5  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 25, 2015, 12:47:53 PM
One other quick question, I see this in the p2pool scroll:

2015-09-25 08:41:34.203000
2015-09-25 08:41:34.204000 Determining payout address...
2015-09-25 08:41:34.205000     Loaded cached address: <some address>
<some address cont>...
2015-09-25 08:41:34.209000     ...success! Payout address: <some address>
<some address cont>

I don't recognize the address.  It's not any that I see in bitcoin-qt
6  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 25, 2015, 12:27:04 PM
Thanks guys!  I though the daemon used the same path as bitcoin-qt, I guess not.  I have the whole blockchain, I just need to point the daemon to it.  Looking for path in registry now..

Thanks agian!

Edit:  found it -datadir=<dir>
7  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: September 25, 2015, 10:53:02 AM
Is anyone using p2pool on a windows machine?  Is it not recommend?  I followed the instruction on to separate machines and get the same error on both machines.


C:\Python27\Lib\site-packages>run_p2pool.exe

2015-09-25 06:51:43.484000 p2pool (version 14.0)
2015-09-25 06:51:43.484000
2015-09-25 06:51:43.484000 Testing bitcoind RPC connection to 'http://127.0.0.1:
8332/' with username 'user'...
2015-09-25 06:51:43.937000 > Error getting work from bitcoind:
2015-09-25 06:51:43.937000 > Traceback (most recent call last):
2015-09-25 06:51:43.938000 >   File "twisted\internet\defer.pyc", line 551, in _
runCallbacks
2015-09-25 06:51:43.938000 >
2015-09-25 06:51:43.938000 >   File "twisted\internet\defer.pyc", line 1101, in
gotResult
2015-09-25 06:51:43.938000 >
2015-09-25 06:51:43.938000 >   File "twisted\internet\defer.pyc", line 1043, in
_inlineCallbacks
2015-09-25 06:51:43.938000 >
2015-09-25 06:51:43.938000 >   File "twisted\python\failure.pyc", line 382, in t
hrowExceptionIntoGenerator
2015-09-25 06:51:43.939000 >
2015-09-25 06:51:43.939000 > --- <exception caught here> ---
2015-09-25 06:51:43.939000 >   File "p2pool\util\deferral.pyc", line 41, in f
2015-09-25 06:51:43.939000 >
2015-09-25 06:51:43.939000 >   File "twisted\internet\defer.pyc", line 1043, in
_inlineCallbacks
2015-09-25 06:51:43.939000 >
2015-09-25 06:51:43.939000 >   File "twisted\python\failure.pyc", line 382, in t
hrowExceptionIntoGenerator
2015-09-25 06:51:43.940000 >
2015-09-25 06:51:43.940000 >   File "p2pool\bitcoin\helper.pyc", line 39, in get
work
2015-09-25 06:51:43.940000 >
2015-09-25 06:51:43.940000 >   File "twisted\internet\defer.pyc", line 1043, in
_inlineCallbacks
2015-09-25 06:51:43.940000 >
2015-09-25 06:51:43.940000 >   File "twisted\python\failure.pyc", line 382, in t
hrowExceptionIntoGenerator
2015-09-25 06:51:43.940000 >
2015-09-25 06:51:43.941000 >   File "p2pool\util\jsonrpc.pyc", line 133, in _htt
p_do
2015-09-25 06:51:43.941000 >
2015-09-25 06:51:43.941000 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is dow
nloading blocks...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!