Let us say I send 2 BTC to my bitcoind wallet using a address I generated with bitcoin-cli getnewaddress. Is there a CLI command I can use like: bitcoin-cli getalltransactionsbyaddress <address> So I can get all transactions from that address? I need a convenient way to make my app check deposits from users addresses.Read more