Anyone have steps for Install Bitcoin Core Client GUI on Linux Mint 22.2 Zara & Configure Data Directory?
You could run bitcoin-qt with
--choosedatadir arg to start it in Welcome Screen where you can set the datadir. (
exclusive to the GUI client)
Like how data= thing in shortcut on win10?
Do you mean
--datadir=<path to custom datadir>?
That should work but it'll not be persistent if used in the terminal, you can put
datadir=<path to custom datadir> to your bitcoin.conf file inside your default datadir to permanently set it if you haven't done the method above.
This applies to bitcoind as well.
Would you have instructions to install without flatpak?
I don't want flatpaks version, it wants to upgrade some packages I don't want upgraded to install bitcoin core client.
Anyone have steps for Install Bitcoin Core Client GUI on Linux Mint 22.2 Zara & Configure Data Directory?
You could run bitcoin-qt with
--choosedatadir arg to start it in Welcome Screen where you can set the datadir. (
exclusive to the GUI client)
Like how data= thing in shortcut on win10?
Do you mean
--datadir=<path to custom datadir>?
That should work but it'll not be persistent if used in the terminal, you can put
datadir=<path to custom datadir> to your bitcoin.conf file inside your default datadir to permanently set it if you haven't done the method above.
This applies to bitcoind as well.
Would you have instructions to install without flatpak?
I don't want flatpaks version, it wants to upgrade some packages I don't want upgraded to install bitcoin core client.
Actual solution to all of it.
https://markaicode.com/install-bitcoin-core-28-ubuntu-24-04-guide/I just replaced 28 with 28.1 in the links for the terminal. It's fired up with bitcoin core client asked which data dir when it started, pointed it to the path, its up and running and syncing.