(context post by giik)

4 messages BitcoinTalk giik, riX, Satoshi Nakamoto January 27, 2010 — January 28, 2010
giik January 27, 2010 Source · Permalink

This means that a server can process one payment at a time. Unless a server is capable of having more than one bitcoin address.

riX January 27, 2010 Source · Permalink

Wallets already support multiple bitcoin addresses.

You should check out “Options/Change your address” in your bitcoin app Grin

giik January 27, 2010 Source · Permalink

Quote from: riX on January 27, 2010, 12:49:07 PM

Wallets already support multiple bitcoin addresses.

You should check out “Options/Change your address” in your bitcoin app

riX, you are absolutely right! Embarrassed

Now all I need is a command line version of Bitcoin.

Quote from: satoshi on November 27, 2009, 05:27:09 PM

Command line is on the to-do list after 0.2.

Satoshi, when we may expect the new command line-abled version of Bitcoin? Or is it possible to compile Bitcoin 0.2 in a way it can be used by command lines?

Satoshi Nakamoto January 28, 2010 Source · Permalink

That’s the right way to do it as riX says.  The software can generate a new bitcoin address whenever you need one for each payment.  “Please send X bc to [single-use bitcoin address] to complete your order”  When the server receives that amount to the bitcoin address, that could trigger it to automatically fulfil the order or e-mail the shop owner.

Adding command line support is a high priority.  It’s just a matter of getting the time to code it.