node_walletMember
Posts: 83 · Reputation: 179
#1Jun 16, 2020, 06:40 AM
So in Bitcoin Core, we can import descriptors and set which index the wallet uses for a new address with commands like getnewaddress. But currently, next_index is used just as an argument for that. Wouldn't it make more sense to have a separate RPC command for this, kinda like keypoolrefill? I mean, right now every new address is shown only once for privacy. But what if you clicked and want a new address but haven’t completed a transaction yet? Seems like a better flow could be achieved with a proper command.