3
1
I would like to issue Bitcoin coupons with a given USD value. The redeeming web app should accept the coupon pin-code and a Bitcoin address and transfer bitcoins to that address according to the current exchange rate. I'm looking for a quick / simple solution, preferably with PHP. Looking for design guidelines and any advice to help me get started.
[edit] To be more specific:
- Is there a sample code for sending coins using bitcoind / PHP ?
- Is there a 3d party API providing such functionality (instead of using bitcoind)?
- Do MtGox and Tradehill have APIs for transfers?
- Is captcha a must?
[end edit]
I suggest you don't try to maintain a bitcoin daemon yourself, but rather work with something like the Overlay Network / Stratum - https://bitcointalk.org/index.php?topic=55842.0
– ripper234 – 2012-01-04T10:36:54.047>never EVER captcha. They provide no benefit, in exchange for enraging users. Don't. Ever.
< – o0'. – 2012-01-04T12:59:39.647