node-installer
node-installer copied to clipboard
#### Summary With the upcoming release of Ubuntu LTS 24.04, and the upcoming mainnet release, we should test whether the installer works with the upcoming Ubuntu LTS.
#### Summary Currently, the installer only allows for the installation of a single network. It would be nice if the installer allowed you to pick between testnet, devnet and in...
Currently it only supports running on Ubuntu22 and cannot run on Centos.
#### Summary `ifconfig` is outdated and no longer available on newer versions of Ubuntu. #### Possible solution design or implementation Make use of a different tool available on (future) LTS...
**Describe what you want implemented** Update the script to retrieve the Rusk-wallet from our [Rusk](https://github.com/dusk-network/rusk/) repository instead of retrieving it from the [Wallet-cli](https://github.com/dusk-network/wallet-cli) repository. **Describe "Why" this is needed** This...
- fixes #41 - fix: remove usage of deprecated `ifconfig` Now using `ip` (which is available since at least [2011](https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/)). - fix: stick with `ip` for the route check The...
#### Summary During ITN, a node would only work correctly when the setup with ITN-installer was done as user "root". Using any other superuser would result in the node not...
#### Summary For certain use-cases, predefined settings make sense. While for others, people might want to deviate from the default settings we use in the script. #### Possible solution design...