0
I'm creating many derived addresses from a xprv (HD private key).
I've been reading about the gap limit problem. The gap limit is 20 addresses ahead.
How do I get my wallet to detect funds, in addresses, that have surpassed the gap limit?
i.e. m/100 derived address transactions would not get detected, until the gap limit is filled. Are there any tricks to get around this?
If not, I plan to bulk import corresponding WIF keys for each address. Do people recommend doing this?
Ideally I would like everything controllable via 1 master key.
I want to accept many payments and each address should be used only once. There's a real chance an address doesn't get used at all, which creates this problem. Great advice extending the gap limit! Although surely this uses up storage unnecessarily? Perhaps simply importing used
WIFkeys every week will suffice. – Luka – 2019-05-07T18:36:17.770