This script allows you to install any node literally with just one command.


We have prepared a script for our entire community that allows you to install the nodes you need with just one command.

Using the script is quite simple and convenient:

. <(wget -qO- <a href="<http://sh.f5nodes.com/>">sh.f5nodes.com</a>) node_name [-y]

The first part is responsible for launching the script from the website sh.f5nodes.com, while the second part defines parameters. The first parameter specifies the node name, and the second one specifies the options.

Among the available options, -y skips the installation confirmation.

How to use?


. <(wget -qO- <a href="<http://sh.f5nodes.com/>">sh.f5nodes.com</a>) starknet -y

This command will install the node for the Starknet project.

The list of available projects, their versions, and updates can be tracked here - github.com/f5nodes.

Besides installing nodes, some projects also offer updates or deletions, which will greatly simplify your work and save time. This functionality is already available for the Starknet and Ironfish projects, among others, and will continue to expand. To update, you need to use the same command, and then choose the appropriate option: install the node from scratch, or update it.

You can also see the list of available projects, along with available functions (update, delete), by calling the script without parameters:

. <(wget -qO- <a href="<http://sh.f5nodes.com/>">sh.f5nodes.com</a>)

The script is always being updated, so use it and follow the updates 🤝