Rambeboy / TITAN-NETWORK

A simple installation script for setting up Titan Edge node with Docker.
1 stars 0 forks source link

TITAN EDGE

titannetwork

A simple installation script for setting up Titan Edge node with Docker.


Overview

This script automates the installation process of Titan Edge node by:


Registration

Before installation, you need to register to get your hash:

  1. Visit Titan Edge Registration
  2. Complete the registration process
  3. After registration, obtain your hash:
    • Go to Console
    • Navigate to Node Management
    • Click on "Get Identity Code"
  4. Save your hash for the installation process

Requirements


Supported Operating Systems


Quick Start

  1. Register and get your hash:
  1. Run this single command to download and execute the installation script:
curl -fsSL https://raw.githubusercontent.com/Rambeboy/TITAN-NETWORK/main/install.sh -o install.sh && chmod +x install.sh && sudo ./install.sh

Or using wget:

wget https://raw.githubusercontent.com/Rambeboy/TITAN-NETWORK/main/install.sh && chmod +x install.sh && sudo ./install.sh

The script will prompt you to enter your hash during installation.


Features


Troubleshooting

If you encounter any issues:

  1. Docker Installation Fails
  1. Container Fails to Start
  1. Binding Fails

Notes


License

This project is open source and available under the MIT License.