-
m-relay<fiatdemise:matrix.org> In the GUI wallet, under Settings / Info, can we add Blockchain location?
-
m-relay<ofrnxmr:xmr.mx> Its under settings -> node
-
m-relay<fiatdemise:matrix.org> For me the field under Blockchain location just shows "default".
-
selstayou can select a location
-
m-relay<fiatdemise:matrix.org> When I click the Change button it brings up the location of the GUI wallet. I want something that shows "/home/xxx/.bitmonero". I had to do a search to find out that the default blockchain location is in a hidden .bitmonero folder.
-
selstadefault is the .bitmonero folder
-
selstaoh
-
m-relay<fiatdemise:matrix.org> Right, but how is something that is running the GUI wallet for the first time supposed to know that?
-
m-relay<fiatdemise:matrix.org> (someone)
-
selstayea i misread what you wrote
-
selstai thought you wanted to change it
-
selstasuch a string could be added in theory but the issue is that the GUI does not know the location
-
m-relay<fiatdemise:matrix.org> Does the daemon have a command that the GUI can run to retrieve the blockchain location?
-
m-relay<ofrnxmr:xmr.mx> gui just runs monerod. It doesnt pass a --data-dir flag to monerod unless you manually change it
-
m-relay<ofrnxmr:xmr.mx> ^
-
m-relay<ofrnxmr:xmr.mx> It just uses whatever monerod uses as its default
-
m-relay<ofrnxmr:xmr.mx> Its in the startup log of monerod
-
m-relay<ofrnxmr:xmr.mx> "loading blockchain from ..."
-
m-relay<ofrnxmr:xmr.mx> But no, theres no monerod command to find out what its using as its data-dir
-
m-relay<ofrnxmr:xmr.mx> In theory, you could ugly hack it and jusy make gui _always_ pass a --data-dir flag and have gui set it to default values based on platform..