0
i installed bit coin core in my Windows machine [test-net] .i implemented a C#.net application using Bitcoin RPC command like generate address , transfer BTC to one address to another address. It working great.
My question is, how can I get a notification once an address that I generated receives a payment? How can I get a notification when the payment is confirmed?
Any help / guidance would be helpful.

1They can also use the walletnotify option – Raghav Sood – 2018-06-21T06:15:06.737
1
Thanks @Adam i resolved issue using wallet notify -> walletnotify=curl http://123.95.66.172/Notify/walletnotiy?txnid=%s in bitcoin config file . i implemented a simple mvc.net application
– madan – 2018-06-22T04:32:20.387