From 150b9a223f4b555be792f64b176be821509d983f Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:50:02 -0600 Subject: [PATCH] Create 31.md --- docs/forum/bitcoin-forum/31.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/forum/bitcoin-forum/31.md diff --git a/docs/forum/bitcoin-forum/31.md b/docs/forum/bitcoin-forum/31.md new file mode 100644 index 0000000..4a285ea --- /dev/null +++ b/docs/forum/bitcoin-forum/31.md @@ -0,0 +1,22 @@ +--- +layout: forum +title: 'Re: Payment server' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 30 +date: 2010-01-28 23:26:09 UTC +original: https://bitcointalk.org/index.php?topic=28.msg160#msg160 +--- + +# Re: Payment server + +--- + +``` +Re: Payment server +January 28, 2010, 11:26:09 PM + +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. +```