Author

Topic: P2pool Merged mining statistics (Read 948 times)

newbie
Activity: 9
Merit: 0
May 20, 2013, 12:59:34 AM
#3
Yes it is for P2Pool Smiley
newbie
Activity: 22
Merit: 0
May 19, 2013, 08:49:27 PM
#2
 Cheesy I was excited to see tihis ,is it disign for the software RUN_p2pool?
newbie
Activity: 9
Merit: 0
May 19, 2013, 04:07:27 PM
#1
http://combidata.net.pl/screen.png

Hi everyone,

Hi all,

Since many people use the merged mining in P2Pool (BTC + DVC + + NMC IXC). I have created a tool which can easily present us our wages.

We need a web server with PHP support, and added php5-curl, access to the crontab, and of course P2pool server.

First, we place our files, index.php, bitcoin, devcoin, ixcoin, namecoin apache folder in my case / var / www.


We give access to files bitcoin, devcoin, ixcoin, namecoin:
How to: 'chmod 777 bitcoin "," chmod 777 namecoin "and etc..

Place the file "getcash_info" in our user-accessible directory, in my case /home/robert

we give the right executable:
Code:
"chmod a + x getcash_info"
edit the user's crontab:

Code:
crontab-e

and put this line:

Code:
* / 5 **** /home/robert/getcash_info

(if we are to our site in a different directory than / var / www changes the path of the file getcash_info)

Currency is from MtGox

Todo:

 * Summing up all coins (nowtime only BTC)


P.s To protect your website please create .htaccess and .htpasswd files.
Download from:
http://combidata.net.pl/cash_report.zip
Any suggestions ?
Jump to: