Okay, first of all, hello everyone!
Im currently experimenting and playing around with bitcoins and would love to open a shop using bitcoins as a payment. The thing is, this shop will be hosted on the Deep Web (or have a .onion) domain which makes most of the markets API's like BitPay and Blockchain.info useless because there is no callback.
What im planning to do is make a system like this:
- User decides to purchase an item
- User clicks "Purchase" and is shown a one-time Bitcoin Address
- User sends Bitcoins to address
- When address receives Bitcoins, it will forward to another Bitcoin Address which is permanent (mine)
- Once this is all checked, the "payment" part is done
This is probably not going to be easy to implement but I can try (unless someone has a service that can callback a .onion url)
Any idea where to start?