Skip to content

Edocsyl/MinerDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinerDash

Self hosted YPool.net worker dashboard

ScreenShot

Config

Open index.php file and change following things.

// API Key from ypool.net
$y = new YPool('XXXXXXXXXXXXXXXXXXXXXXXXX');
// Coins: XPM, FTC, PTS, DOGE, MTC, RIC
$coins = array('XPM', 'RIC', 'DOGE');;

YPool.net PHP API

I made a simple YPool.net PHP Api to call the API from YPool a bit faster... Usage

require 'ypool.php';

//Parameter is the api-key. If you call something else than the global_stats an api-key is required.
$y = new YPool(); 

echo '<pre>';
print_r($y->global_stats(Coins::DOGE)); //You can use 'DOGE' as well.
echo '</pre>';

About

YPool.net worker dashboard and YPool.net API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published