{"id":28554305,"url":"https://github.com/skydashnet/gaianet","last_synced_at":"2025-08-04T12:40:16.582Z","repository":{"id":247939748,"uuid":"827290980","full_name":"skydashnet/gaianet","owner":"skydashnet","description":"a tutorials run GAIANET NODE","archived":false,"fork":false,"pushed_at":"2024-07-11T11:16:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T05:06:21.778Z","etag":null,"topics":["airdrop","airdrop-bot","airdrop-free","gaianet","node","vps"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skydashnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T11:11:16.000Z","updated_at":"2024-07-11T11:16:38.000Z","dependencies_parsed_at":"2024-07-11T12:43:37.950Z","dependency_job_id":"19900dc9-b08c-4db3-9a59-31b2684da6a0","html_url":"https://github.com/skydashnet/gaianet","commit_stats":null,"previous_names":["adryan089/gaianet","skydashnet/gaianet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skydashnet/gaianet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2Fgaianet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2Fgaianet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2Fgaianet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2Fgaianet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skydashnet","download_url":"https://codeload.github.com/skydashnet/gaianet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2Fgaianet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268697167,"owners_count":24292394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","airdrop-bot","airdrop-free","gaianet","node","vps"],"created_at":"2025-06-10T05:06:13.636Z","updated_at":"2025-08-04T12:40:16.567Z","avatar_url":"https://github.com/skydashnet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo](https://www.gaianet.ai/imgs/logo.png)\n\n\n## Tutorial on running node from GAIANET\n\nThe essence of this tutorial is how to start a GAIANET node on a VPS using tmux briefly based on the tutorial from [GAIANET Documentation](https://github.com/GaiaNet-AI/gaianet-node)\n\n\n## Instalation\n\na. Update \u0026 Upgrade Package\n\n```bash\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade -y\n```\nb. Download TMUX Package\n\n```bash\nsudo apt-get install tmux\n```\nc. Download Source Code from server GAIANET\n```bash\ncurl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/install.sh' | bash\n``` \n_Downloading node files generally takes 10-15 minutes or even more depending on your server specifications._ By default the node files are in the ```$HOME/gaianet``` directory and if you want to place the node file into another directory use the following command :\n```bash\ncurl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/install.sh' | bash -s -- --base $HOME/gaianet.alt\n```\nd. Open Tmux session\n```bash\ntmux new-session -s gaia\n```\nnote : change the word **_gaia_** in the last command as you like.\n\ne. Node initialization\n\n```bash\ngaianet init\n```\nThe output should look like below:\n\n```bash\n[+] Downloading Llama-2-7b-chat-hf-Q5_K_M.gguf ...\n############################################################################################################################## 100.0%############################################################################################################################## 100.0%\n\n[+] Downloading all-MiniLM-L6-v2-ggml-model-f16.gguf ...\n\n############################################################################################################################## 100.0%############################################################################################################################## 100.0%\n\n[+] Creating 'default' collection in the Qdrant instance ...\n\n    * Start a Qdrant instance ...\n\n    * Remove the existed 'default' Qdrant collection ...\n\n    * Download Qdrant collection snapshot ...\n############################################################################################################################## 100.0%############################################################################################################################## 100.0%\n\n    * Import the Qdrant collection snapshot ...\n\n    * Recovery is done successfully\n```\n\nf. Start Node\n```bash\ngaianet start\n```\nyou can see output :\n\n```console\n... ... https://0xf63939431ee11267f4855a166e11cc44d24960c0.us.gaianet.network\n```\n_The script prints the official node address on the console as follows. You can open a browser to that URL to see the node information and then chat with the AI agent on the node._\n\n\n\nFinally, now your GAIANET node is running and you can close the terminal without fear of the node stopping.\n\n### Other Command \n\nIf you exit the terminal server, you can reopen it and see the log of the running GAIANET node.\n\nuse the following command :\n```bash\ntmux a -d -t gaia\n```\n\nnote    : note : change the word **_gaia_** in the last command according to the command in step D.\n\nYou can also replace the tmux application with the screen application, but here I explain how to run node with the tmux application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydashnet%2Fgaianet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskydashnet%2Fgaianet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydashnet%2Fgaianet/lists"}