0
I am running bitcoin core in my mode. I am using getnewaddress to generate an address and then I am using unspent to get the unspent of an address which returns the unspent successfully. If I created an address without using getnewaddress (using some 3rd party or offline) and when I am using unspent on that address it is not giving the unspent instead it is returning an empty list. Could anyone tell me how to solve this?
I think you are maybe looking for watch only addresses, e.g.: https://bitcoin.org/en/developer-reference#importaddress or also here: https://bitcoin.stackexchange.com/questions/48829/import-multiple-watch-only-addresses-using-importaddress
– pebwindkraft – 2018-06-16T08:51:41.733