Post
Topic
Board Electrum
Merits 3 from 3 users
Re: I can't acces the wallet
by
nc50lc
on 01/06/2024, 06:11:13 UTC
⭐ Merited by RickDeckard (1) ,Findingnemo (1) ,ABCbits (1)
Code:
  File "electrum\util.py", line 1131, in make_dir
PermissionError: [WinError 5] Access is denied: 'C:\\Windows\\SysWOW64\\electrum_data'
Why would you put an Electrum-portable executable in SysWOW64 folder?
Of course, it wont be able to write the daradir in that directory.

Either:
  • Move the executable to a "normal" folder like "C://Program Files" (requires Administrator access)
    or Better if to other partitions like "D:/".
    There, Electrum-portable will be able to create its "electrum_data" datadir.

  • Or download and use the "Installer" (install it) or the "Stand-alone executable" so that the electrum datadir will be saved to its standard directory which is in "%appdata%" (roaming appdata)