Last active
January 21, 2021 23:51
-
-
Save bladedoyle/7d354d67399e3b4fc3e94e8dfd4f18dc to your computer and use it in GitHub Desktop.
grinup installer script ideas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* option to install binaries (if pre-built exist for this arch) | |
* option to build from source | |
* option to install/build a specific branch/tag | |
* option to build debug or release | |
* option to accept wallet seed words to restore from | |
* options where to place/find wallet_data and chain_data | |
* resource validation (ex: warn if not enough disk space to hold chain_data) | |
* option to configure auto-start/keepalive (systemd, supervisord, other) | |
* option to check for updates / install updates | |
- use "release channels"? stable, beta, master | |
* option to uninstall (dont delete the wallet seed file) | |
* option to (re)configure node and wallet | |
- linux kernel "make config" style configuration? | |
* install binaries to ~/.grin/bin and version them | |
* option to set the active version of grin if more than one version is installed | |
* "info" option to show whats currently installed and configured and running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment