-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
use CryptoCoin\CoinAddress;
$coin = CoinAddress::litecoin(); // or ::litecoin etc.
var_dump($coin);
php test.php
array(9) {
["public"]=>
string(34) "1DCZUQqwjoESQf8Jh7vXAEPmkq6R6Fncqf"
["public_hex"]=>
string(130) "042263c70f7cf975ca76e5d4498ef1cc2adb7ccbfa13d23f595a2ef1fa08c8b32ebc43646033d9a4aab9aa0c5a455d3d9676681eed58daeca45b09415845f90f91"
["private"]=>
string(50) "1bFr4WwjyweXAayshSFoDtpMniPcHyawGF7fboEAdJDMAFWncq"
["private_hex"]=>
string(64) "4dc84870f502573ab2cd68233186147846ac4bcf0ef9cad7fee144cea929705c"
["public_compressed"]=>
string(34) "1Egi63jt7QYRVgih3hNniSS3LVCPuza9ft"
["public_compressed_hex"]=>
string(66) "032263c70f7cf975ca76e5d4498ef1cc2adb7ccbfa13d23f595a2ef1fa08c8b32e"
["private_compressed"]=>
string(52) "13cCXYXAciLCc9Jz2mUUK1ui2kmgnmvknWHJRNb37VCyVxutp4R6"
["private_compressed_hex"]=>
string(64) "4dc84870f502573ab2cd68233186147846ac4bcf0ef9cad7fee144cea929705c"
}
Metadata
Metadata
Assignees
Labels
No labels