how long to get notice? should I use LND?

how long to get notice? should I use LND?

I'm doing RPC calls to bitcoind from node.js. example:

rpc.call('getreceivedbyaddress', [ address, 0 ], (error, result) => { // do stuff })

my question is, how long will it take for my bitcoind to actually get a notification? 0 confirmations should be quick, correct? Can anyone estimate approximately how long? is there a better way I should be checking for transactions to the bitcoind wallet? 0 confirmations is fine. it's for SaaS service. If later on the payment doesn't confirm I can just disable their account - no harm done.

thanks!

https://ift.tt/2OblHds

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

When mining with 2 computers, do I need to use 2 separate wallets addresses?