Analog-Labs / testnet_issue_tracker

This repository is dedicated to tracking issues reported by Analog testnet users
34 stars 12 forks source link

I Purpose Analog Timechain Node Script (One Click Start Node) #632

Open TungTung6913 opened 2 weeks ago

TungTung6913 commented 2 weeks ago

Hi My name is Tung, My Discord : Tung6913, Node : YedPedNode

Motivation Setting up an Analog node can be a complex and time-consuming process, especially for new users who may not be familiar with the necessary dependencies and steps involved. The motivation behind this suggestion is to simplify the node setup process by providing an automated script that checks for and installs required dependencies (Docker and websocat) if they are not already installed, and then sets up the Analog node. This approach reduces the setup time and minimizes potential errors, making it easier for users to contribute to the Analog ecosystem.

Problem Statement New users often face challenges when setting up an Analog node due to the following reasons:

Suggested Solution I propose a script that automates the setup of an Analog node. The script performs the following actions:

  1. Checks if Docker is installed; if not, it installs Docker.
  2. Checks if websocat is installed; if not, it installs websocat.
  3. Pulls the Analog node Docker image and runs it with a specified node name.
  4. Generates a session key and displays it.

Repository URL

https://github.com/tungtung6913/tung-analog-node-setup feel free to use it as you like. Hope it helps a lot of people and Analog!!!