Files

23 lines
747 B
Markdown
Raw Permalink Normal View History

2021-01-04 20:50:02 -06:00
---
layout: forum
title: 'Re: Payment server'
grand_parent: Forum Posts
parent: Bitcoin Forum
2021-01-04 20:53:05 -06:00
nav_order: 32
2021-01-04 20:50:02 -06:00
date: 2010-01-28 23:26:09 UTC
2021-01-04 20:51:06 -06:00
original: https://bitcointalk.org/index.php?topic=29.msg172#msg172
2021-01-04 20:50:02 -06:00
---
# 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.
```