0
I am hoping someone much smarter than i regarding bitcoin can point me in the right direction. And im sorry if my questions sound dumb....
I am trying to work out how i can check if a transaction has been made to a specific address (so my "ecommerce" system knows the payment was made). I would however like to do this without relying on 3rd party sites/API's
I though the answer maybe to run bitcoind on my web-facing server, but now im not so sure; As it seems i can only get transaction details for addresses within my wallet (stored on the web server) and i did not plan on having the BTC stored in the online wallet as i only wanted to check the transaction and store the BTC's in an offline wallet. (if i was to store BTC in a wallet hosted on a web server is this a BIG security risk of having my lovely BTC's stolen?).
I have spent all night (now 7.30 am) trying to work out a plan of action, but think i am now more confused than when i started :-(
I would be very grateful if anyone could point me in the right direction as i really want to develop a BTC related website (and think i may have a good community based idea for a site).
Best Regards Ford
You don't specify why you don't want to rely on 3rd party sites or APIs. Is this critical? As mentioned by @Loourr, blockchain.info is the normal way of handling this issue, though I can remember it going down on at least one occasion. – Jamie Bull – 2013-07-09T14:20:15.770
Hello and thanks for the reply. i have nothing against blockchain, but by using a 3rd party just increases the chance of failure and typically i prefer to use my own code, as if blockchain can do what i need, my question is how are they doing it and can i do the same... – Ford – 2013-07-09T15:14:03.587
Well there's always a trade-off to be made between the risk of service outage and the risk of making a mistake in a new and untested system. For me, BitPay does everything I need with no need to go as far as the block chain itself or even blockchain.info. – Jamie Bull – 2013-07-09T15:55:20.103
just an update for anyone reading. After only a few days of deciding to use the 3rd party of blockchain... their API is now returning errors... i should have trusted my instincts and NOT used the 3rd party... – Ford – 2013-07-15T18:06:16.253