{"id":19423201,"url":"https://github.com/make-software/casper-testnet-validator-identification","last_synced_at":"2026-03-06T16:03:12.798Z","repository":{"id":48651069,"uuid":"386045220","full_name":"make-software/casper-testnet-validator-identification","owner":"make-software","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-06T20:37:20.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T16:32:04.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/make-software.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}},"created_at":"2021-07-14T18:51:58.000Z","updated_at":"2023-06-27T10:13:23.000Z","dependencies_parsed_at":"2022-08-27T00:43:20.600Z","dependency_job_id":null,"html_url":"https://github.com/make-software/casper-testnet-validator-identification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/make-software/casper-testnet-validator-identification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-testnet-validator-identification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-testnet-validator-identification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-testnet-validator-identification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-testnet-validator-identification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-software","download_url":"https://codeload.github.com/make-software/casper-testnet-validator-identification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-testnet-validator-identification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30184885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-10T13:37:11.421Z","updated_at":"2026-03-06T16:03:12.784Z","avatar_url":"https://github.com/make-software.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# casper-testnet-validator-identification\n\nHelper scripts to sign a given message by using the validator secret key (ed25519 algorithm) (PEM) file, and then to verify the signed message by using the public key in hex format.\n\n## Prerequisites\n`Python 3`, `git` and the `cryptography` library of Python are needed on your node with a GNU/Linux environment (preferably Ubuntu 20.04.)\n\nInstall them by issuing the following commands:\n\n`sudo apt update \u0026\u0026 sudo apt install git`\n\n`sudo apt install python3-pip`\n\n`sudo -H pip install cryptography`\n\n## Installation\n\nGo to your home directory:\n\n`cd ~`\n\nClone the repository:\n\n`git clone https://github.com/make-software/casper-testnet-validator-identification.git`\n\n## Instructions\n\nMove to your home directory (or the directory where you cloned/installed the repo in the installation step):\n\n`cd ~`\n\nEnter the clone directory:\n\n`cd casper-testnet-validator-identification`\n\nSign your email address with your secret key:\n\n`sudo -u casper ./sign.py -m YOUR-EMAIL-ADDRESS`\n\nYou will get an output similar to this:\n\n```bash\nPublic Key:\n 0118157c4c169d3534742084bfca4b891606958a96dc46f54444f0a790ef096d28\nMessage:\n me@mydomain.com\nSignature:\n fcb9216b98e589686633df826af4d37839f67ea12dbf09264db346d0e6cf0a1725a7aedba7d824498e2e0cf83e3d461ac0257ad204f3f3229c2f184d86295706\n ```\n\n **Copy and paste the signature to the Casper Testnet Public Key and Email Verification form.**\n\n### Optional\n\nYou can verify your signature before submitting it via the provided form to make sure there are no errors.\n\nIssue this command to verify your signature:\n\n  `./verify.py -m YOUR-EMAIL-ADDRESS -s SIGNATURE`\n\nYou should get an output similar to this:\n\n```bash\nPublic Key:\n 0118157c4c169d3534742084bfca4b891606958a96dc46f54444f0a790ef096d28\nMessage:\n me@mydomain.com\nSignature:\n fcb9216b98e589686633df826af4d37839f67ea12dbf09264db346d0e6cf0a1725a7aedba7d824498e2e0cf83e3d461ac0257ad204f3f3229c2f184d86295706\nVerified!\n```\n\n## Credits\n* Uses the [ecc_ed25519.py](https://github.com/momipsl/pycspr/blob/main/pycspr/crypto/ecc_ed25519.py) module from [pycspr](https://github.com/momipsl/pycspr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-software%2Fcasper-testnet-validator-identification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-software%2Fcasper-testnet-validator-identification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-software%2Fcasper-testnet-validator-identification/lists"}