Skip to content

RobKohr/PHP-Bitcoin-Address-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

WARNING: not recommended for use. I don't know if the address generation is secure.


Check out example.php to see how to use this in practice. 

This library is really just one function which will return a private key and a public address in an associated array.

Example result of calling bitcoin_address_pair():

Array
(
    [private] => KwFR8a14jDAX5V9N6yXNv9tsbMfJHgiWFgp9L3hTRF5K2kCuVwFB
    [public] => 1KzWzshpyzS4Udmr2RLLTaiMNtPTKTRewh
)

About

Very simple library to get private keys and public addresses in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published