mycroft/chainstate

a question need help,thanks

af913337456 opened this issue · 2 comments

in bitcoin,if we need to parse an address's UTXO in order to count it's balance,even our bitcoin node has sync all the block data,we still can't use an official PRC API to list any address's UTXO,is that so?

@mycroft hi,Is my opinion right?If it's correct, even if we synchronize all the block data, we can only write code and do some statistical work to query "utxo" of any address?

@mycroft In addition, after synchronizing all the block data, we can use listunsent to query the UTXOof any address?