monero-bash
monero-bash copied to clipboard
Please Create use case Guides
I found this project by digging through the CCS. One of the proclaimed features is that there is
Automatic monero release upgrades, verified with SHA256SUMS
My use case is setting up a monero node on a VPS like DigitalOcean and making sure it stays up to date. Currently, to update the daemon, I have my own bash script to do so. And to ensure the daemon is always running with the a configuration, I also have a systemd configuration. This was pretty annoying to get setup, so I think this tool could be useful but the readme does not clarify what exactly it takes care of.
I also have custom configuration to set the path to the blockchain and set the bandwidth speed to unlimited.
the readme does not clarify what exactly it takes care of
The README tells you exactly what monero-bash does. Did... did you read it?
In terms of a server context.
Does it take care of ensuring the node is always running? 🤷♂️. Does it ensure the node is always updated? 🤷♂️. All I know is that it can install the node and use the wallets and update when told to update. This is all fine on a client but in a server, a guide would be very helpful.