Skip to content

Instantly share code, notes, and snippets.

@bladedoyle
Last active January 21, 2021 23:51
grinup installer script ideas
* 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