Replacing the Wallet on the Server After Installing Electrum
If the installation and configuration of the Electrum module were performed by the specialists at Premium Exchanger, you’ll need to replace the test wallet on the server with the one you created after the work is completed.
1. Download and install Electrum on your computer:
electrum-4.4.6-setup.exe — Installable version for Windows
electrum-4.4.6-portable.exe — Portable version for Windows
electrum-4.4.6.dmg — Installable version for macOS
Electrum-4.4.6.tar.gz — Installable version for Linux
Important: Make sure to download version 4.4.6 specifically. When launching the application, decline any prompts to update to the latest version.
2. Create a new wallet by following the app’s instructions.
3. Open the installed Electrum app on your computer and go to the "File" -> "Open" menu.

4. A folder containing your wallet files will open. Locate the wallet file with the name you assigned during setup.

Note: You may have multiple wallets in this folder. Select the correct wallet file, as you’ll need it for uploading to the server in the next step.
By default, the wallet is named "default_wallet", but you may have given it a custom name during setup.
5. Open the ISP Manager panel in your browser and log in. Once logged in as the user created for the site (not root), navigate to the "File Manager" section in the sidebar.

6. Upload the wallet file you created (e.g., default_wallet
) to the appropriate directory:
default_wallet
) to the appropriate directory:For receiving funds:
electrum_in/Electrum-4.4.6/electrum_data/wallets/
For sending funds:
electrum_out/Electrum-4.4.6/electrum_data/wallets/
If a warning appears stating that a file with the same name already exists, click "Replace."

7. In the directory Electrum/Electrum-4.4.6/
, update the wallet password in the file start_or_restart_electrum_daemon.sh
, which was previously uploaded to your server. If the password for the test wallet and your new wallet is the same, you can skip this step.
Electrum/Electrum-4.4.6/
, update the wallet password in the file start_or_restart_electrum_daemon.sh
, which was previously uploaded to your server. If the password for the test wallet and your new wallet is the same, you can skip this step.8. Restart the server.
After completing these steps, the test wallet on the server will be replaced with the wallet you created.
Last updated