08:06:02 When I create advance mode instead of simple mode in the wallet the simple mode will be override and forgotten ? I will not have an access to it any more right? 08:22:37 ninoni you can always return to simple mode 08:23:43 I see. ... but should I remember a password for this wallet or it is erased ? 08:24:03 the password will be unaffected by changing wallet mode 08:26:29 why do you want to enable advanced mode? you wish to sync your own node? 08:28:38 its definitely better than simple mode (which uses a random node). advanced mode lets you choose from starting to sync your own node before you are able to send/receive monero, or, (like simple mode) pick your own remote node you want to use 08:34:10 I have chosen the simple mode but then by more research I found out it is not so safe like advance mode. Our IP address can be exposed and maybe other things also . My priority is to be as safe as possible then I think the best then it is to start from scratch and create advance mode . 08:34:12 Do you know how much space on a disc of my computer I need for that node ? 08:46:51 full node is 220~ GB pruned is 80~GB 18:47:00 And what is the difference ? 18:54:06 some info here https://www.getmonero.org/resources/moneropedia/pruning.html 18:58:35 Thanks a lot 🙂 . 19:48:35 when trying to build with `make debug` I get this error "/monero-gui/monero/contrib/epee/include/span.h:141:24: error: ´is_standard_layout_v` is not a member of `std`..." 19:48:36 Is that expected? make release works fine 19:48:38 Or what would be even more helpful, how do you build the GUI with debug flags and custom monero version (afaiu there is `make devmode`, for non-release monero version, but not sure how to combine that with debug) 21:12:35 so `make debug` already sets DEV_MODE=ON which is nice, I figured the types that produce the error were introduced here https://github.com/monero-project/monero/commit/ed955bf751e304569cd4c04f558360154e19610e#diff-f0e38f4b6d155e680cfe9c17b2a474adc0c586e83b7166c1f719ae0c6bf0af96 (I assume version mismatch) so I just created a new branch from release and changed CMakelists.txt to no 21:12:36 t automatically checkout origin/master, but instead to the new branch and it seems to work