| Crates.io | node-launchpad |
| lib.rs | node-launchpad |
| version | 0.5.10 |
| created_at | 2024-05-08 02:29:54.022416+00 |
| updated_at | 2025-06-26 20:26:39.84421+00 |
| description | TUI for running nodes on the Autonomi network |
| homepage | https://maidsafe.net |
| repository | https://github.com/maidsafe/autonomi |
| max_upload_size | |
| id | 1233313 |
| size | 591,413 |
A terminal user interface (TUI) for managing Autonomi network nodes. This tool provides an easy way to set up, monitor, and maintain nodes on the Autonomi decentralized network.
Download the latest version from docs.autonomi.com/node/downloads or build from source:
git clone https://github.com/maidsafe/autonomi
cd autonomi
cargo run --release --bin node-launchpad
The usage guides can be found here docs.autonomi.com/node/guides/how-to-guides
The launchpad supports connecting to different Autonomi networks. Here is an example on how to spawn nodes using a pre-built node binary and connect it to a network with a custom network ID.
| Option | Description |
|---|---|
--network-id <ID> |
Specify the network ID to connect to. Default is 1 for mainnet |
--antnode-path <PATH> |
Path to the pre-built node binary |
--network-contacts-url <URL> |
Comma-separated list of URL containing the bootstrap cache. Can be ignored if --peer is used |
--peer <MULTIADDR> |
Comma-separated list of peer multiaddresses. Can be ignored if --network-contacts-url is used |
./node-launchpad --network-id 2 --antnode-path /path/to/antnode --peer /ip4/1.2.3.4/tcp/12000/p2p/12D3KooWAbCxMV2Zm3Pe4HcAokWDG9w8UMLpDiKpMxwLK3mixpkL