[ home ] [ nero / g / land / chan ] [ rules ] [ donate ]

/nero/ - Monero

All things monero.
Comment
File
Password (For file deletion.)

File: 1724183303888.png (896.64 KB, 1280x720, img-2024-08-20-14-49-06.png)

 No.72

hey monerobros, quick question for you all.
i run my own monero node on my debian linux machine. I access it over SSH. SO when I log in, I create a tmux session:
`tmux new -s MoneroNode`
And from there I `cd` into my `monero/monerod` directory, which contains the blockchain, and monerod. from there I run `monerod –config-file=bitmonero.conf` and then the node goes crazy.
Does anyone know how to just start monerod on startup? tmux can be skipped, but its needed if you start your sessions with SSH. Any other node bros out there?

 No.74

>>72
learn to turn a service into a systemctl or open-rc service
then you just create a file to run monerod in the background, with a specific user and permissions, and to pipe to a given log file, then to get info you `tail -f /log/file` and to start/restart just `systemctl restart monerod` or `rc-service monerod restart`



[Return][Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ home ] [ nero / g / land / chan ] [ rules ] [ donate ]