Bitcoin Forum

Bitcoin => Project Development => Topic started by: fffeee on March 01, 2012, 02:08:20 PM



Title: verify bitcoin transactions
Post by: fffeee on March 01, 2012, 02:08:20 PM
Is there any way to verify bitcoin transactions?Cant find something on the forum..

I guess the rpc api only works for wallet internal transactions, right?!?

Thanks in advance..


Title: Re: verify bitcoin transactions
Post by: Kluge on March 01, 2012, 02:18:58 PM
Something beyond the search tools in blockexplorer-type services? http://blockchain.info/


Title: Re: verify bitcoin transactions
Post by: fffeee on March 01, 2012, 02:23:37 PM
If you look at the needed functions the api provides:

"Address Lookups

    getreceivedbyaddress/Address - Get the total number of bitcoins received by an address (in satoshi) Do not use to process payments!
    getsentbyaddress/Address - Get the total number of bitcoins send by an address (in satoshi) Do not use to process payments!
    addressbalance/Address - Get the balance of an address (in satoshi) Do not use to process payments!
    addressfirstseen/Address - Timestamp of the block an address was first confirmed in
"


Title: Re: verify bitcoin transactions
Post by: fffeee on March 01, 2012, 04:30:53 PM
Are there any other ideas?


Title: Re: verify bitcoin transactions
Post by: Herbert on March 01, 2012, 07:06:40 PM
What exactly do you want to achieve?


Title: Re: verify bitcoin transactions
Post by: fffeee on March 01, 2012, 09:07:15 PM
I want to verify incoming payments.. if bitcoins were received -> do something.. shouldnt that be possible?


Title: Re: verify bitcoin transactions
Post by: Herbert on March 02, 2012, 08:25:42 AM
I want to verify incoming payments.. if bitcoins were received -> do something.. shouldnt that be possible?
You could register at my service www.bitcoinmonitor.net and receive confirmations as http callback or email (or rss-feed) for payments to any BitcoinAddress, independent of your wallet or your local bitcoin instance.


Title: Re: verify bitcoin transactions
Post by: fffeee on March 02, 2012, 09:29:14 AM
Oh thanks.. that sounds nice..

So if I understand this right they`ll send you the notfication as a JSON String to a callback URL?

Does somebody use this service?Any experiences?