1
I am aware it is possible to use "importaddress" to import bitcoin addresses without their associated private keys.
For an online shop that uses "getnewaddress" in order to present a customer with an address, is it possible for "getnewaddress" to only ever serve up "watch-only" addresses?
Ie - I do not want the Bitcoin core wallet to create new addresses. I want to use "importaddress" to import 10k watch-only addresses.
Is the above possible? And, if so, what is the expected behaviour of "getnewaddress" in the event of all 10k watch-only addresses being used up?
Nothing stopping you just generating them on the
bitcoindserver and sending the list of addresses over. There's probably better solutions with HD wallets but this would be at least safe. – Anonymous – 2015-07-24T01:28:25.067