5
4
I want to access unspent data of a specific bitcoin address.
I am trying this command
bitcoin-cli -regtest listunspent "some bitcoin address"
But I am always getting an empty list. I am using local bitcoind server on windows 7.
What should I do or use any function for getting desired output ?
2OP is asking about arbitrary addresses, not just those in his wallet. – Pieter Wuille – 2017-10-31T06:40:03.957
oh.. my mistake :)
hope this might help people who are looking to get unspent from the wallet addresses. – RealSteel – 2017-11-03T07:04:54.003