1
Scenario: You have a website running on a remote server, and you want to accept BTC donations to a specific address (most likely yours) and to display a "Thank you" message automatically.
How do you determine programmatically if a payment to said address happened? Is it even possible?
Using bitcoind in this case is not possible because the Bitcoin wallet is not on the server, so what could one use? blockchain.info's API?
Thanks!