Post
Topic
Board Electrum
Merits 5 from 2 users
Re: how to access missing balances at higher indexes
by
ABCbits
on 05/03/2025, 10:10:03 UTC
⭐ Merited by NeuroticFish (3) ,Pmalek (2)
I tried to change the gap_limit to 50000 to make electrum searching for more, but electrum got frozen for hours and unresponsive.

Yeah, Electrum isn't exactly "scalable". I remember discussion which mention Electrum uses customer encrypted JSON format.

Quote from: minton980 link=topic=5534267.msg65133254#msg65133254 date=1741168987
So how can I access the missing bitcoin? Than you in advance.
[/quote

There are 2 approach i could think.
1. Export Electrum seed/recovery words to other wallet which support seed created by Electrum. I'm aware Sparrow Wallet support that, although i have no idea whether it'll run well if you manually increase gap to 50000.
2. Export Electrum master private key to Bitcoin Core. I've seen few people claim they have wallet.dat with million address without much problem. But it requires more RAM (since AFAIK Bitcoin Core load whole wallet.dat to RAM) and you need to deal with descriptor format to perform export.