{"id":17979007,"url":"https://github.com/lykhonis/lukso-node","last_synced_at":"2025-04-04T00:40:18.668Z","repository":{"id":193350643,"uuid":"652302200","full_name":"lykhonis/lukso-node","owner":"lykhonis","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-05T12:59:20.000Z","size":1373,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T12:29:33.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lykhonis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-06-11T18:09:39.000Z","updated_at":"2023-12-07T05:54:00.000Z","dependencies_parsed_at":"2023-12-02T07:25:26.014Z","dependency_job_id":"39d816fd-0388-4e97-bf06-436efd259f98","html_url":"https://github.com/lykhonis/lukso-node","commit_stats":null,"previous_names":["lykhonis/lukso-node"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykhonis%2Flukso-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykhonis%2Flukso-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykhonis%2Flukso-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykhonis%2Flukso-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lykhonis","download_url":"https://codeload.github.com/lykhonis/lukso-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103301,"owners_count":20884023,"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","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":[],"created_at":"2024-10-29T17:35:56.088Z","updated_at":"2025-04-04T00:40:18.622Z","avatar_url":"https://github.com/lykhonis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lukso Node\n\nA lukso validator node with a support for Prysm and Lighthosue as a beacon and a validator clients. This node also includes promethus monitoring with grafana dashboard.\n\n## Minimum Requirements\n\nName | Description\n---- | -----------\nOS | Ubuntu 22 LTS\nCPU | 4 core/thread\nRAM | 8 GB\nDisk | 150 GB NVMe SSD\nBandwidth | 5 Mbps Up/Down\nData | 1.5 TB/month\n\n## Setup\n\n#### Prerequisites\n\n1. Docker. Install it by following [few steps](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository).\n\n#### Setup Environment\n\n```shell\ncp .env.example .env\n```\n\n#### Validator Access\n\nSet your validator password in a file `secrets/validator_password`.\n\n```shell\nnano secrets/validator_password\n```\n\nRestrict access to password with `sudo` only:\n\n```shell\nsudo chown root:root secrets/validator_password\nsudo chmod 400 secrets/validator_password\n```\n\n#### Validators\n\nCopy all validator keystores (`keystore-...json`) in `validators` folder.\n\n#### Withdrawal\n\nSetup your withdrawal address for fees and rewards in `.env` file for `WITHDRAWAL_ADDRESS=`:\n\n```shell\nnano .env\n```\n\n#### Improve Discovery\n\nImprove discovery of your node by publushing your node's IP address. Resolve IP address and set it int `.env` file for `EXTERNAL_IP=`:\n\n```shell\ncurl https://ipinfo.io/ip # prints your IP address\nnano .env\n```\n\n#### Monitoring\n\nEnable monitoring by setting up your password to grafana and secure access. Set password in `.env` file for `GRAFANA_PASSWORD=`:\n\n```shell\nnano .env\n```\n\nSetup secure access:\n\n```shell\ncd grafana/etc\nsudo openssl genrsa -out grafana.key 2048\nsudo openssl req -new -key grafana.key -out grafana.csr\nsudo openssl x509 -req -days 365 -in grafana.csr -signkey grafana.key -out grafana.crt\nsudo chmod 400 grafana.key grafana.crt\n```\n\n## Start\n\n```shell\nsudo docker compose up -d\n```\n\nto stop run:\n\n```shell\nsudo docker compose down\n```\n\n## Monitor\n\nReplace IP address with your node's IP and navigate to `https://IP:46321`. Select advance settings and proceed to an unsafe connection if prompted by a web browser. It may take some time to fully sync the chain, but some metrics should be populated within few minutes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flykhonis%2Flukso-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flykhonis%2Flukso-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flykhonis%2Flukso-node/lists"}