Create a new file in /home/user/.config/monerod/monerod.conf and insert the following in it:" I can not find that file. The only file I can find regarding this is “/home/user/monero-x86_64-linux-gnu-v0.18.3.4/” .
Im not that good with tech and have no clue what that means. Can you please try and break it down for me? I have spent the past 15 minutes trying to make sense with what your saying!
By point 3 I am trying to say that I am not sure whether monerod even creates a default configuration file. It should create the data directory, but it has default configuration build into monerod itself.
By point 1 I mean that you should check for folder .bitmonero in your home folder. If you have ran monerod without custom settings already, blockchain, logs, and config (if exists) should be there.
But it all doesn’t matter that much because you can directly tell monerod which configuration file to use by starting it with parameter --config-file (once you create a config file, of course). For example:
You have to CREATE that file, of course you can’t find it because it doesn’t exist unless you create it. Try nano /home/user/.config/monerod/monerod.conf and then save the file.
If you are using the default whonix template for your qube, you have “mousepad” text editor. You can open it via the qubes menu thing (if you have it set up be shown there in qube settings), or just invoke xfce4-appfinder in the terminal and find mousepad through it.
Mousepad interface is very intuitive, so it shouldn’t be an issue for you to figure it out.
If nonetheless lost, you can open the file for editing with:
mousepad /home/user/.config/monerod/monerod.conf
Paste or write configuration in the window, and press ctrl+s to save it.