Bitcoin Forum
September 22, 2025, 01:57:20 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Get UTXOs of a wallet... on: March 28, 2022, 01:57:42 PM
In Bitcoin Core you can use:
Code:
bitcoin-cli listunspent
(dev link)

in3rsha has also written this: bitcoin-utxo-dump. (In Go language)

Thanks... I will check it out...
2  Bitcoin / Development & Technical Discussion / Get UTXOs of a wallet... on: March 28, 2022, 01:47:34 PM
I'm trying to work on something and I need a programmatic way to get UTXOs related to a certain wallet...


e.g, if I run a btc-core node with wallet A having addresses [A1,...,A10], then I want a programmatic way to get a set of all UTXOs related to wallet A i.e for addresses [A1,...,A10]... Preferrebly in C++... Thanks in advance...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!