Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: SgtSpike on June 21, 2011, 04:13:00 PM



Title: bitcoin-php - Address Generation
Post by: SgtSpike on June 21, 2011, 04:13:00 PM
I've got bitcoin-php running on one of my machines.  I can generate a new address just fine.  My question is, do I have to keep the new address in the wallet if I don't want it?  Can I generate an address, then check said address to see if I want it, and if I do, THEN store it in the wallet?


Title: Re: bitcoin-php - Address Generation
Post by: grue on June 21, 2011, 04:20:15 PM
if it's an RPC call to bitcoind, it's kept in the wallet, whether you want it or not.


Title: Re: bitcoin-php - Address Generation
Post by: SgtSpike on June 21, 2011, 04:23:06 PM
Yes it is, and thank you for the answer.