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 binary and installer config to reduce bandwidth #47

Closed HDauven closed 7 months ago

HDauven commented 7 months ago

Summary

The current installer increases bandwidth for the node significantly.

Possible solution design or implementation

To reduce the bandwidth consumed by the nodes, we need to tune settings like autopropagate and the amount of repair blocks.

We also need to update the Rusk binary with the following fix included: https://github.com/dusk-network/rusk/issues/1456