Guides

Quick Start

Join the "Hitchhiking to AGI" Program

Submit an application to join the first wave of node operators on Fortytwo: Application Form

⚠️

Please ensure you have received an acceptance confirmation email before attempting to install the node.

❗️

A unique activation code is required for each device on which the node is installed.

Installation

System Requirements

Before installing a Fortytwo node, verify that your device meets the following minimum requirements.

Installing Fortytwo Node

  1. Open Terminal.

  2. Navigate to your preferred installation directory, or run the following command to continue installation in the default location (your home directory):

    mkdir -p ~/Fortytwo && cd ~/Fortytwo
  3. Run the following commands to download the node package, extract it, and execute the installation script:

    curl -L -o fortytwo-console-app.zip https://github.com/Fortytwo-Network/fortytwo-console-app/archive/refs/heads/main.zip
    unzip fortytwo-console-app.zip -d . && rm fortytwo-console-app.zip
    cd fortytwo-console-app-main
    chmod +x macos.sh && ./macos.sh
  4. Follow the on-screen instructions in the script to complete the setup.

  5. The node will start automatically.

Operating Your Node

The node will remain fully operational until it is terminated by the user or the system restarts. You can minimize the terminal window or switch to other applications – the node will continue running in the background.

Updating Your Node

The Fortytwo node app automatically updates every time it is launched. When you start the node, the app checks for the latest available version and installs any updates before running.

Stopping Your Node

Press Ctrl+C in the terminal window to terminate the node process.

Restarting Fortytwo Node

  1. Open Terminal

  2. Navigate to the directory where the node is installed using the cd command. If the node was installed in the default location, run:

    cd ~/Fortytwo/fortytwo-console-app-main
  3. Run the node startup script:

    ./macos.sh
  4. Follow the on-screen instructions.

  5. The node will start automatically.

Help and Support

For any questions or issues, you can access the tech support channel on the official Fortytwo Discord server.

Performance Considerations

Currently, the node app does not support full load balancing. It is recommended to stop the node app (by closing the terminal) before running resource-intensive applications (e.g., 3D games, video editing, or graphics software) to prevent performance issues.

This does not apply to nodes running on dedicated machines, where the node app runs independently without impacting other tasks.

Future versions will include load balancing, allowing nodes to run alongside other resource-intensive applications without noticeable performance impact.