0
1
I'm creating derived addresses from a HD private key.
I have all data saved, such as the; seed, HD private key and derived addresses with their private keys, plus wif formats.
I'm receiving funds in each address, but need a way to import all the funds as efficiently as possible into a SPV wallet. At the moment I import each address wif to recieve its corresponding balance.
Is there a neat way to pull in all funds that derive from a "master key". Or, have I misunderstood deterministic benefits - am I trying achieve a non existent feature?
TLDR; what's the best way to import funds from multiple addresses?