Bitcoin Forum
September 20, 2024, 01:41:24 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A service like bitcoinnotify.com  (Read 1311 times)
Jeremy West spendbitcoins.com (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 501



View Profile WWW
December 21, 2011, 11:45:09 PM
 #1

Does anyone know of any other service like bitcoinnotify.com? I used it while it lasted and it was quite helpful.

Basically, what it did was allow you to set a number of confirmations at which it would email you for any payment made to any bitcoin addresses for which you asked for notification.

It's been down for a week or two now.

HostFat
Staff
Legendary
*
Offline Offline

Activity: 4256
Merit: 1208


I support freedom of choice


View Profile WWW
December 22, 2011, 12:36:40 AM
 #2

Give a look here Smiley
https://bitcointalk.org/index.php?topic=52631.0
Is it useful?

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
MORA
Full Member
***
Offline Offline

Activity: 127
Merit: 100



View Profile
December 22, 2011, 01:49:31 PM
 #3

I am working on a solution based on bitcoind and Abe with some PHP/MySQL added on.

Its not as lightweight as the bitcoinnotify, but I am sure someone (or myself) will also offer it as a webservice for those whom does want to run bitcoind+Abe locally.

bitcoind downloads the blockchain, it only contains the key it makes during first start.
Abe populates a MySQL database from the block chain.
My script checks the database for any new transactions to the monitored addresses, and if any are found, with the needed number of confirmations, a notice is sent by whatever medium is needed (ie. email, pubnub, http post, database update, sms, etc).

The system is modular, you can replace any part as long as the interface stays the same.
ie. bitcoind can be replaced for another client that saves blockchains in the same format.
Abe can be replaced by another script that maintains the database schema.
My script can ofcause be replaced/modified as needed.

In contrast to bitcoinnotify my script will be open source, and so it bitcoind and Abe, so  anyone with a server will be able to run it for their own good, or develop a website around it to provide a similar service.

The security is comparable to the notify system, you only store the public keys on the server, so any compromised server can only be exploited to send fake reports about payments, they cannot actually use the BTC stored on the addresses.
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4256
Merit: 1208


I support freedom of choice


View Profile WWW
December 22, 2011, 01:59:42 PM
 #4

Good, you should post it here: https://bitcointalk.org/index.php?board=12.0
Smiley

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
MORA
Full Member
***
Offline Offline

Activity: 127
Merit: 100



View Profile
December 28, 2011, 11:15:46 PM
 #5

Good, you should post it here: https://bitcointalk.org/index.php?board=12.0
Smiley

Done, live from today Smiley
https://bitcointalk.org/index.php?topic=55923.0
Bitcoinreminder.com
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250


View Profile
January 02, 2012, 05:51:21 AM
 #6

Another fine alternative is http://www.bitcoinreminder.com

It sends email/sms reminders.. Its completely free at the moment (even the sms reminders)..

Works fine for me and a lot of my customers Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!