Post
Topic
Board Electrum
Merits 5 from 3 users
Re: How to put alll settings into other directory?
by
nc50lc
on 29/09/2024, 04:31:26 UTC
⭐ Merited by pooya87 (2) ,hosseinimr93 (2) ,BitMaxz (1)
Is there a cmdline switch similar to

D:\tools\bc\electrum\prgm\electrum-portable.exe -settings "..\myset\"
Yes, -D <path> will set Electrum to use the specified directory as its datadir.
e.g.:
Code:
./electrum-4.5.5.exe -D "./relative_path"
Code:
./electrum-4.5.5.exe -D "D:/absolute_path"

It works, but it is not really full portable. All settings are not stored in current Electrum directory but in another user directory:
Those may be an old/unrelated datadir created when you launched non-portable Electrum at least once.
Check your executable's name if it actually contains "portable" (if you haven't renamed it)

Take note that some of the settings as saved in the wallet file (per-wallet settings),
then other global settings are in the "config" file.