hinto-janai / monero-bash

a wrapper for Monero written in Bash
MIT License
66 stars 7 forks source link

Please Create use case Guides #6

Open elibroftw opened 1 year ago

elibroftw commented 1 year ago

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.

hinto-janai commented 1 year ago

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?

elibroftw commented 1 year ago

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.