Open Bomper opened 6 years ago
For those that come here via Google, the relevant paths are:
~/.bitmonero/
- blockchain~/.config/monero-project/
- GUI config~/Monero/
- default wallet location (careful)Please note that when creating a wallet from the CLI, it'll be saved in the same folder as the binary.
+help wanted
I am new to Monero but I think ~/.Monero/ is meant to be ~/Monero/ for the default wallet location (for monero-gui-v0.12.0.0 at least)
If a Linux user is unsure (for now) then running the following command in terminal should find any directories with a max depth of 2 that contain the string "monero"
find . -maxdepth 2 -type d -iname "*monero*" -print
Outputs the following
I see a Windows installer README, but nothing for Linux. Is it sufficient to delete
~/.bitmonero
in addition to themonero-gui-vx.x.x.x
directory?