{"id":28042259,"url":"https://github.com/kalikot26/aztec-validator-registration-script","last_synced_at":"2025-05-11T14:24:58.822Z","repository":{"id":291795241,"uuid":"978813619","full_name":"kalikot26/aztec-validator-registration-script","owner":"kalikot26","description":"Time-based Bash script to register Aztec validators using the CLI. Designed for Sepolia testnet automation.","archived":false,"fork":false,"pushed_at":"2025-05-06T15:25:07.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T15:56:30.659Z","etag":null,"topics":["automation","aztec","blockchain","cli-tool","shell-script","testnet","validator"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalikot26.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,"zenodo":null}},"created_at":"2025-05-06T14:46:38.000Z","updated_at":"2025-05-06T15:25:10.000Z","dependencies_parsed_at":"2025-05-06T15:56:33.755Z","dependency_job_id":"23b390f3-05c5-4db9-b80e-d30a06f308f4","html_url":"https://github.com/kalikot26/aztec-validator-registration-script","commit_stats":null,"previous_names":["kalikot26/aztec-validator-registration-script"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalikot26%2Faztec-validator-registration-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalikot26%2Faztec-validator-registration-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalikot26%2Faztec-validator-registration-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalikot26%2Faztec-validator-registration-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalikot26","download_url":"https://codeload.github.com/kalikot26/aztec-validator-registration-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253578262,"owners_count":21930520,"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":["automation","aztec","blockchain","cli-tool","shell-script","testnet","validator"],"created_at":"2025-05-11T14:24:58.219Z","updated_at":"2025-05-11T14:24:58.815Z","avatar_url":"https://github.com/kalikot26.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aztec Validator Registration Script\n\nThis Bash script registers a validator on the Aztec network using the `aztec` CLI. It automatically waits until a target UNIX timestamp and then triggers the `add-l1-validator` transaction with the provided parameters.\n\n\u003e 🛠️ Useful for time-sensitive validator registration on testnets like Sepolia.\n\n---\n\n## 📦 Features\n\n- Waits until a future UNIX timestamp before executing\n- Clean parameter-based config for secure and flexible use\n- Supports unattended execution via `screen` or any terminal session manager\n\n---\n\n## 🧰 Technologies Used\n\n- Bash (Shell scripting)\n- Aztec CLI\n- Time-based automation\n- Ethereum JSON-RPC\n- `screen` (optional but recommended)\n\n---\n\n## ⚠️ Timestamp Configuration (IMPORTANT)\n\nIf you get an error like this:\n\nError: ValidatorQuotaFilledUntil(uint256 _timestamp)\n(1746568152)  \u003c-- copy the value\n\n\nCopy the **timestamp value** (e.g., `1746568152`) and update the script:\n\n##📁 Cloning \u0026 Running the Script (Recommended with screen)\n\n```bash\nscreen -S regvalidator\nwget -O register-validator.sh https://raw.githubusercontent.com/kalikot26/aztec-validator-registration-script/main/register-validator.sh\nchmod +x register-validator.sh\n```\n### 🔧 How to update:\n\n```bash\nnano register-validator.sh\n````\nLook for:\n\nTARGET_TIMESTAMP=\nPaste the new value from the error and save the file (Ctrl + s) and exit (Ctrl + X).\n\nApply your RPC, PrivKey, and Address\n\n```run script\n./register-validator.sh\n```\nTo detach the session: Ctrl + A, then D\n\nTo reconnect later: screen -r regvalidator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalikot26%2Faztec-validator-registration-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalikot26%2Faztec-validator-registration-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalikot26%2Faztec-validator-registration-script/lists"}