Wallet Notify (KMD)

Is there any way to be notified via URL with txid when we receive a transaction at an address managed by KMD? As in the Bitcoin core node using the config (bitcoin.conf):

walletnotify = curl http://127.0.0.1/bitcoin/walletnotify.php?tx=%s

Thanks

I don’t believe that this functionality exists as is.

See my response to Callback when transaction is done - #4 by tsachi

Thanks tsachi,

Today I already monitor the accounts, but it’s not too fast, as the node already receives the transactions, I suggest as a future feature to have more speed thinking about thousands of managed accounts.

That’s a good feedback. I think that this is definitely something that need to be evaluated at a higher level for a generic, scalable solution.
i.e. performing the callback functionality on your own host sounds like it would limit the scaling of your solution.