Post
Topic
Board Development & Technical Discussion
Merits 3 from 2 users
Topic OP
Question For Scanning Multiple Addresses Simultaneously with Bitcoin Core
by
BitcoinCanSaveUsAll
on 23/02/2024, 16:25:07 UTC
⭐ Merited by ABCbits (2) ,Forsyth Jones (1)
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!