public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'https://mining.bitcoinaffiliatenetwork.com'));
     $this->_apiKey = $params['apikey'];
     $this->_userId = $params['userid'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['apikey']) . '.json');
 }
Exemple #2
0
 public function __construct($params)
 {
     parent::__construct($params);
     $this->_apiKey = $params['apikey'];
     $this->_userId = $params['userid'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['apikey']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'https://eclipsemc.com'));
     // https://eclipsemc.com
     $this->_apiKey = $params['apikey'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['apikey']) . '.json');
 }
Exemple #4
0
 public function __construct($params)
 {
     parent::__construct($params);
     $this->_address = $params['address'];
     $this->_coin = $params['coin'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . $this->_apiURL . '/' . hash('md4', $params['address']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'https://antpool.com'));
     $this->_apiKey = $params['apikey'];
     $this->_apiSecret = $params['apisecret'];
     $this->_userId = $params['userid'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . $this->_type . '/' . hash('md4', $params['apikey']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'https://magicpool.org'));
     $this->_btcaddess = $params['address'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['address']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'http://api.multipool.us/api.php'));
     $this->_apiKey = $params['apikey'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['apikey']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'http://eligius.st/~wizkid057/newstats'));
     $this->_btcaddess = $params['address'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['address']) . '.json');
 }
 public function __construct($params)
 {
     parent::__construct(array('apiurl' => 'http://burst.ninja/webAPI/pool'));
     $this->_userId = $params['userid'];
     $this->_fileHandler = new FileHandler('pools/' . $this->_type . '/' . hash('md4', $params['userid']) . '.json');
 }