dusk-network / node-installer

Easy to use tool to install a Dusk node with extra utilities
Mozilla Public License 2.0
21 stars 17 forks source link

Update installer #21

Closed HDauven closed 8 months ago

HDauven commented 9 months ago

Summary

The current installer is based on the old Golang node, combined with Rusk. To prepare the ITN installer for ITN2, we need to update the scripts.

Possible solution design or implementation

The installer no longer needs to use the dusk and rusk-recovery-state binary. We should remove these and replace the rusk binary with the latest version.

Given the blockchain is encapsulated into a single binary, the way services are structure in the installer also needs to change.