Hi everyone,
I'm trying to figure out if it's possible to scan multiple addresses simultaneously with your own node rather than querying each one independently in the console such as the below command:
scantxoutset "start" "[\"addr(bc1qsshluxkwzf3ksnm5gh8wpzt453x75f2gn6dlqw)\"]"
The above example is done with a BitWise address for reference only and is not mine however I would like to be able to figure this out as this command takes a very long time to perform as it has to scan the entire UTXO set so it would speed things up immensely if there was a way to add a list of addresses to scan a single command rather than having to enter one address at a time.
Thanks in advance for any feedback!