3
For my project I need to check the balance of a public address using bitcoind. Can I do that without importing the private key, only by public address?
Need solution no dependence, because I tried with blockchain.info API and after x requests, they blocked me. I need to check a lot addresses every 30 minutes.
for import address bitcoind ask private key, I'm need solution only whit public key. – AutoSoft – 2015-10-27T13:12:56.587
1
Bitcoind supports watch-only addresses with only the address. See here for more details: https://bitcoin.stackexchange.com/questions/22152/add-a-watch-only-wallet-in-bitcoind
– JohnDvorak – 2015-10-27T14:37:01.787