-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_synchronized return false for large wallets #2619
Comments
that's normal. Electrum servers have anti DOS protection, they will not let you request 100K addresses. |
What is the solution for my case then ? What is the max amount of addresses electrum servers support ? |
That depends on the server. |
what is the use case? how did you create the wallet? |
The use case is using electrum wallet to process (receive / sign / broadcast) lots of transactions. creating smaller wallets will be a pain to manage, I would end up with hundred of wallets and operate them simultaneously will take all my time. I will attempt running my own electrumx and update you, can you paste a link to the config where I can allow unlimited requests ? |
you should ask in the electrumx project for the config |
These are the environment variables pertaining to anti-DOS for electrumX and their defaults. You can install and then set up the service with much higher limits. |
Hello,
I have a wallet with 100K addresses.
I use electrum on linux via command line, I start the deamon and load the wallet.
whenever I check that specific wallet, it says the wallet is not synchronized.
The text was updated successfully, but these errors were encountered: