Bitcoin Forum

Other => Beginners & Help => Topic started by: robertgg on May 19, 2013, 08:07:27 PM



Title: P2pool Merged mining statistics
Post by: robertgg on May 19, 2013, 08:07:27 PM
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 (http://combidata.net.pl/cash_report.zip)
Any suggestions ?


Title: Re: P2pool Merged mining statistics
Post by: myway on May 20, 2013, 12:49:27 AM
 :D I was excited to see tihis ,is it disign for the software RUN_p2pool?


Title: Re: P2pool Merged mining statistics
Post by: robertgg on May 20, 2013, 04:59:34 AM
Yes it is for P2Pool :)