Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Bitcoin_BOy$ on December 28, 2014, 03:27:03 PM



Title: [Ask]Php or Python tool for generate address [Ask]
Post by: Bitcoin_BOy$ on December 28, 2014, 03:27:03 PM
Hello everyone


I'm looking for a tool to generate bitcon address in php or python

Thanks


Title: Re: [Ask]Php or Python tool for generate address [Ask]
Post by: dabura667 on December 28, 2014, 03:43:44 PM
Hello everyone


I'm looking for a tool to generate bitcon address in php or python

Thanks

https://github.com/richardkiss/pycoin

generate a key object and use key.address(compressed) where compressed is boolean telling whether you want the compressed address or not.


Title: Re: [Ask]Php or Python tool for generate address [Ask]
Post by: TechnoBibble on December 28, 2014, 07:08:25 PM
Thanks,

I been looking for a python script to do this also :)