Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Fractality on May 10, 2011, 09:49:07 AM



Title: Feature idea: create bulk addresses
Post by: Fractality on May 10, 2011, 09:49:07 AM
I like the Lazy API (https://en.bitcoin.it/wiki/Lazy_API) idea, which is to create a couple of addresses in advance to keep track of payment. It solves the problem of having to run a bitcoin server to be able to automatically track order payments.

To make it usable for end users, creating a couple of addresses should be easy, though. I guess making them install a script that generates them is not really viable. Making it a feature of the bitcoin client seems the most usable approach to me?

Not sure how many addresses would be required. Probably also depending on the business. Maybe hundreds, or even thousands?


Title: Re: Feature idea: create bulk addresses
Post by: Gavin Andresen on May 10, 2011, 01:05:51 PM
Not sure how many addresses would be required. Probably also depending on the business. Maybe hundreds, or even thousands?

Extending the getnewaddress RPC call to take a [count] parameter would be easy.  Doing the same for the GUI would be pretty easy, too...