Пример #1
0
 function __construct()
 {
     parent::__construct(new \Cryptocurrency\Dogecoin(), array("url" => "http://dogechain.info/address/%s", "block_url" => "http://dogechain.info/chain/Dogecoin/q/getblockcount", "difficulty_url" => "http://dogechain.info/chain/Dogecoin/q/getdifficulty", "confirmations" => 6));
 }
 function __construct()
 {
     parent::__construct(new \Cryptocurrency\Namecoin(), array("url" => "http://darkgamex.ch:2751/address/%s", "block_url" => "http://darkgamex.ch:2751/chain/Namecoin/q/getblockcount", "difficulty_url" => "http://darkgamex.ch:2751/chain/Namecoin/q/getdifficulty", "confirmations" => 6));
 }
 function __construct()
 {
     parent::__construct(new \Cryptocurrency\Litecoin(), array("url" => "http://explorer.litecoin.net/address/%s", "block_url" => "http://explorer.litecoin.net/chain/Litecoin/q/getblockcount", "difficulty_url" => "http://explorer.litecoin.net/chain/Litecoin/q/getdifficulty", "confirmations" => 6));
 }