Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: f0ad on April 16, 2014, 05:23:31 PM



Title: [ANN] New p2pool UI
Post by: f0ad on April 16, 2014, 05:23:31 PM
I spent a bit of time working a new p2pool UI based off of the work that Alexander Zschach did.
It features a nicer UI (IMO), selectable themes, and highlighting of your miners.

You can find the code here: https://github.com/justino/p2pool-ui-punchy (https://github.com/justino/p2pool-ui-punchy)

Feel free to open issues and pull requests on github.

Hope you guys like it, if not, whatever, I made it for me.

--

Here's a screenshot:

https://raw.githubusercontent.com/justino/p2pool-ui-punchy/master/img/screenshot_extended_p2pool.png


Title: Re: [ANN] New p2pool UI
Post by: Kenta on April 25, 2014, 12:17:15 PM
I tried it, but it didn't connect when hot-swapping, then not even after a restart. Any tricks not mentioned in "installation - as web-static replacement"?


Title: Re: [ANN] New p2pool UI
Post by: f0ad on April 29, 2014, 01:34:53 PM
I tried it, but it didn't connect when hot-swapping, then not even after a restart. Any tricks not mentioned in "installation - as web-static replacement"?

What do you mean, it didn't work?
Can you describe the problem, or post a screen shot?

What version of p2pool are you running?
I've tested it it with these 3 p2pool versions:
  • https://github.com/forrestv/p2pool
  • https://github.com/donSchoe/p2pool-n
  • https://github.com/chaeplin/p2pool-drk

If you are using something else, let me know, and I'll test with that version too


Title: Re: [ANN] New p2pool UI
Post by: Kenta on April 29, 2014, 04:09:40 PM
I tried it, but it didn't connect when hot-swapping, then not even after a restart. Any tricks not mentioned in "installation - as web-static replacement"?

What do you mean, it didn't work?
Can you describe the problem, or post a screen shot?

What version of p2pool are you running?
I've tested it it with these 3 p2pool versions:
  • https://github.com/forrestv/p2pool
  • https://github.com/donSchoe/p2pool-n
  • https://github.com/chaeplin/p2pool-drk

If you are using something else, let me know, and I'll test with that version too
I'm using forrestv

It doesn't appear to connect to the back-end.
This time with the "Parallel to the default web-static" installation: http://95.85.51.210:9327/static/p2pool-ui-punchy/ (http://95.85.51.210:9327/static/p2pool-ui-punchy/)


Title: Re: [ANN] New p2pool UI
Post by: f0ad on April 29, 2014, 05:11:54 PM
I'm using forrestv

It doesn't appear to connect to the back-end.
This time with the "Parallel to the default web-static" installation: http://95.85.51.210:9327/static/p2pool-ui-punchy/ (http://95.85.51.210:9327/static/p2pool-ui-punchy/)

Ok, so the problem is that you never made the config.js file.
There is an example config.js in the /js diretory that you need to use as a base.

However, I'll update the code so that it's tolerant of this scenario.
I'll also update the docs to specifically call out the need to do this.


Title: Re: [ANN] New p2pool UI
Post by: f0ad on April 29, 2014, 05:36:01 PM
Ok, I have updated the code and README.
It now sets some sane defaults if the config file is not found.
The docs now indicate that this step should be done for customization.

Thanks for the report!


Title: Re: [ANN] New p2pool UI
Post by: Kenta on April 29, 2014, 06:22:01 PM
Ok, I have updated the code and README.
It now sets some sane defaults if the config file is not found.
The docs now indicate that this step should be done for customization.

Thanks for the report!
That worked. I might be using only this from now Thanks for the help!