Author

Topic: List of bitcoin payment notification services (Read 3117 times)

newbie
Activity: 15
Merit: 0
November 05, 2015, 10:34:23 AM
#16
Simple service that sends email notifications when payment is made. It's a free service with the most easy setup. Sends crafted notifications. Watch-only address monitoring, works without the private key.

http://bitnotify.com/

Service announcement https://bitcointalksearch.org/topic/bitnotifycom-watch-track-any-bitcoin-address-balance-get-notification-1200251
hero member
Activity: 688
Merit: 565
Consider adding blockonomics to the list, it now supports websocket notifications https://www.blockonomics.co/views/api.html
hero member
Activity: 628
Merit: 500
Hi everyone  Smiley
I know that I'm off-topic, But I wanted to say that I regret the service btc.to (the bitcoin address shortener).  a very simple and useful greet service. and those I really I don't know why it stop working.

here:
-do someone know if a similar service exist ?
and do you agree like me that (for example: [bitcoinmonitor.net]) should to integre a similar tool?
 
full member
Activity: 178
Merit: 100
I think you can run a full node on a VPS. Some people run it on a desktop computer, (that then has some server software that does the call back to your URL.) Sort of like your own private bitcoin monitor.

It really depends on your use case: a simple service or low volume merchant, then you can go with those public services. But if you're running some type of game or exchange or business, then you will have to include a full node as one of the expenses.

I've been running a full node and sending the results to a shared hosting server and just posted the link to the Gituhub repository where I posted the code.

Before the VPS I was able to do the same thing on my laptop using a service at https://ngrok.com/ which let me send the results to the shared server. Ngrok establishes a tunnel between the laptop and the shared hosting account.

If you install Apache, MySql, PHP and Curl on your laptop then the files at Github would do the same from your laptop. Here is the link to the forum post where I posted a request for peer review of the code: https://bitcointalksearch.org/topic/script-review-before-presenting-to-php-developer-meetup-837672

The reason I run my own node is so that I can handle a Bitcoin payment in steps depending on how many confirmations it has gotten. For example, I can credit their account immediately at 0 confirms, flag it for other processing at 1 confirm and finalize the processing by moving to cold storage at 3 confirms (or whatever arrangement and treatment you want to do).

legendary
Activity: 1001
Merit: 1003
Thanks for everyone's replies, especially to fbueller. I managed to get a cheap and quick notifier running using BitcoinJ (which is perfect for my needs). Thanks also to Mike Hearn Grin
newbie
Activity: 10
Merit: 0
bitcoinmonitor is by far the best method to do so.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
I think you can run a full node on a VPS. Some people run it on a desktop computer, (that then has some server software that does the call back to your URL.) Sort of like your own private bitcoin monitor.

It really depends on your use case: a simple service or low volume merchant, then you can go with those public services. But if you're running some type of game or exchange or business, then you will have to include a full node as one of the expenses.
legendary
Activity: 1001
Merit: 1003
The most reliable is running your own full node. The wallet can be watch-only (or with an impossible password).

That would require too much resources. Otherwise its the most reliable option, but its ruled out.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
The most reliable is running your own full node. The wallet can be watch-only (or with an impossible password).
legendary
Activity: 1001
Merit: 1003
You can query electrum spv nodes and also subscribe to updates for an address. You wouldn't have to rely on just one server with this.

This seems to be an excellent option, if I can get it up and running. Can anyone point me to the necessary documentation. Any Java library for this?
legendary
Activity: 1001
Merit: 1003
Our webhooks API is available in closed beta and will be available to the general public in November.

Check it out at https://www.blocktrail.com

blocktrail also looks quite good. How do I try out the webhooks API? Also some Scala examples would be great.
sr. member
Activity: 412
Merit: 266
You can query electrum spv nodes and also subscribe to updates for an address. You wouldn't have to rely on just one server with this.
newbie
Activity: 30
Merit: 0
Our webhooks API is available in closed beta and will be available to the general public in November.

Check it out at https://www.blocktrail.com
legendary
Activity: 1001
Merit: 1003
+1 for chain.com... It looks promising.

Will revert after testing. Seems to have similar functionality like bitcoinmonitor.net. However, the documentation is a bit daunting. Would be great to have some Java examples.
newbie
Activity: 38
Merit: 0
There's http://chain.com which provide webhooks to watch addresses, when a transaction hits one of your addresses, your callback url will be called with transaction information.
legendary
Activity: 1001
Merit: 1003
I am making a list of services that provide payment notifications for watched bitcoin addresses; so I should give them addresses to watch and they should push a notifications to me when that address receives bitcoins. This is a very useful service for developers.

Are there others? Lets make a list here.
I am looking especially at ones that use HTTP callback rather than via websocket.. something like bitcoinmonitor.net


EDIT: added suggestions by other posters (Have not tested all of them myself).
Jump to: