atlaschiew / bitcoin-cryptocurrency-tutorial

PHP & Cryptocurrencies Collections. Powered By https://btcschools.net
https://www.btcschools.net
Apache License 2.0
157 stars 21 forks source link

Notification When Deposit TRX #27

Closed MAHMOUDJOR closed 1 year ago

MAHMOUDJOR commented 1 year ago

Is there a way to get a notification when a new deposit arrives in the wallet? Because in the platforms this can be done by giving him the link that you want the data to reach And in programming it is hard to check every address every minute to verify that new transactions have arrived

atlaschiew commented 1 year ago

yes, you can code a script to download block by block and scan content of block to match with your need, then setup this script as cron job.

check address every minute is not a good idea.