Pages:
Author

Topic: how to generate a valid private-key + recv address in PHP? - page 2. (Read 15505 times)

sr. member
Activity: 322
Merit: 251
https://github.com/mikegogulski/bitcoin-php/blob/master/src/bitcoin.inc#L567

this uses a bitcoind as a backend and just queries that to get a new address so that could be an answer

I think hamdi's whole price is that he doesn't want to have to use bitcoind. And he doesn't have to. Now whether someone is going to write a script for him for free or not is the question.
hero member
Activity: 826
Merit: 500
"generate priv-key and recv-addr in pure php without a btc-daemon or any other external requirements" 


bounty is 1 BTC to the first poster who posts a working php code here.

i know there is already some code around, but i just can´t find it.
legendary
Activity: 1498
Merit: 1000
https://github.com/mikegogulski/bitcoin-php/blob/master/src/bitcoin.inc#L567

this uses a bitcoind as a backend and just queries that to get a new address so that could be an answer
sr. member
Activity: 322
Merit: 251
Are you putting out a bounty for this? Tongue
hero member
Activity: 826
Merit: 500
what´s the easiest way to generate a priv-key + recv-addr in php?

so i can make sites which accept bitcoin without running a daemon...

i want to do what bitaddress.org does in js, but in php.


don´t tell me to not keep private key on server... i will care about that...
i really want to do this in php, so please don´t give any arguments against my plan.
Pages:
Jump to: