Skip to content

Share Found in Last Hour #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
.DS_Store
.DS_Store?
.Trashes
Icon?
ehthumbs.db
Thumbs.db
/conf/
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
P2PoolExtendFrontEnd
====================
Extended front end web interface for P2Pool.

Extended front end web interface for p2pool
How to install
====================
Put these files in the web-static folder of your P2Pool node installation or use --recursive when cloning the p2pool repo.

Edit conf/settings.js:
- add your contact email and pool name

Edit index.html and graphs.html:
- update the title and the menubar link with your pool name
- change the Litecoin-icon and Litecoin-large images
- change the favicon image

Donations
====================
* LTC [LeNcnU2o9MG5acmmvZvXCRPr8wXKZWzrge](litecoin:LeNcnU2o9MG5acmmvZvXCRPr8wXKZWzrge)
* BTC [1QAA3d7kS1vsLBSJbYerudEpRhcsHpYkYi](bitcoin:1QAA3d7kS1vsLBSJbYerudEpRhcsHpYkYi)
* DOGE [DTb6E5KZaYysed2fwBhc66jRVG1jqwxxKG](dogecoin:DTb6E5KZaYysed2fwBhc66jRVG1jqwxxKG)

How install
Mine P2Pool today!
====================
Put all these files on web-static folder of your p2pool node installation
* [LURKMORE P2Pool](http://p2pool.lurkmore.com/)
2 changes: 2 additions & 0 deletions conf/settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var siteTitle = "P2Pool Consortium Pool";
var contactAddress = "pool-contact@emailaddy.com";
Loading