monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
8.98k stars 3.11k forks source link

data-dir option for MacOS #9206

Open duhanov opened 8 months ago

duhanov commented 8 months ago

Please, activate data-dir option in Gui-Wallet for MacOS 🙏

selsta commented 8 months ago

You can set the blockchain location in Settings -> Node which in turn sets the --data-dir flag.

duhanov commented 8 months ago

It would be great if it were possible to specify via the console like this: /Applications/monero-wallet-gui.app/Contents/MacOS/monero-wallet-gui --data-dir=/Volumes/mydisk/Monero/

but now this is not possible ( Unknown option 'data-dir'.

selsta commented 8 months ago

Yes, --data-dir is a monerod flag and not a monero-wallet-gui flag. Is there a good reason why this should be added to GUI?

duhanov commented 8 months ago

I would not like my wallet settings and location to be visible. The ideal option is for the client itself and settings to be stored on an external drive. My solution: store the launch script on an external drive indicating the path to the wallet, for this I need --data-dir parameter

selsta commented 8 months ago

Did you try to use the monero-gui portable mode?

duhanov commented 8 months ago

Did you try to use the monero-gui portable mode?

its possible on mac os? how to?the settings will not be saved on the main drive?

selsta commented 8 months ago

Put monero-gui on your external drive and start it. Click on "Change wallet mode" in the main menu, and then select the "portable mode" flag. Afterwards all settings will be stored in the same location as the monero-gui program itself.