{"id":24880923,"url":"https://github.com/sn1f3rt/derogold-checkpoints-generator","last_synced_at":"2025-03-27T06:25:35.051Z","repository":{"id":223913437,"uuid":"761372457","full_name":"sn1f3rt/derogold-checkpoints-generator","owner":"sn1f3rt","description":"A python script to generate checkpoints for the DeroGold blockchain.","archived":false,"fork":false,"pushed_at":"2024-03-12T18:01:03.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T10:57:50.129Z","etag":null,"topics":["checkpoints","daemon-rpc","derogold","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sn1f3rt.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}},"created_at":"2024-02-21T18:42:45.000Z","updated_at":"2024-03-08T11:52:29.000Z","dependencies_parsed_at":"2024-03-12T17:59:06.528Z","dependency_job_id":null,"html_url":"https://github.com/sn1f3rt/derogold-checkpoints-generator","commit_stats":null,"previous_names":["sn1f3rt/derogold-checkpoints","sn1f3rt/derogold-checkpoints-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn1f3rt%2Fderogold-checkpoints-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn1f3rt%2Fderogold-checkpoints-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn1f3rt%2Fderogold-checkpoints-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sn1f3rt%2Fderogold-checkpoints-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sn1f3rt","download_url":"https://codeload.github.com/sn1f3rt/derogold-checkpoints-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245793969,"owners_count":20673089,"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":["checkpoints","daemon-rpc","derogold","python","python3"],"created_at":"2025-02-01T11:27:50.894Z","updated_at":"2025-03-27T06:25:35.035Z","avatar_url":"https://github.com/sn1f3rt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeroGold Checkpoints Generator\n\n[![License](https://img.shields.io/github/license/Sn1F3rt/derogold-checkpoints)](LICENSE) \n\n## Table of Contents\n\n- [About](#about)\n- [Pre-requisites](#pre-requisites)\n- [Installation](#installation)\n- [Configuration (Optional)](#configuration-optional)\n- [Usage](#usage)\n- [License](#license)\n\n## About\n\nA python script to generate checkpoints for the DeroGold blockchain.\n\n## Pre-requisites\n\n- Git\n- Python 3.8 or higher (tested on 3.11)\n- [DeroGold daemon (v0.7.1 or higher)](https://github.com/derogold/derogold/releases/latest)\n\n## Installation\n\n```shell\n# Clone the repository\ngit clone https://github.com/Sn1F3rt/derogold-checkpoints-generator.git\n# Switch to the project directory\ncd derogold-checkpoints-generator\n# Create a virtual environment\npython -m venv .venv\n# Activate the virtual environment\nsource .venv/bin/activate\n# Install the dependencies\npip install -r requirements.txt\n```\n\n\n## Configuration (Optional)\n\nThe script can be configured using the following methods:\n\n1. Environment variables - Create a `.env` file with the options that you want to set. For example:\n\n    ```shell\n    DAEMON_RPC_HOST=\"localhost\"  # Daemon RPC host address (e.g. localhost)\n    DAEMON_RPC_PORT=6969  # Daemon RPC port (usually 6969)\n    DAEMON_RPC_SSL=0  # Use SSL for daemon RPC (0 for http, 1 for https)\n    OUTPUT_FILE_NAME=\"checkpoints.csv\"  # Output file name (e.g. checkpoints.csv)\n    ```\n\n2. Command-line arguments - You can run the script with the `--help` option to see the available options.\n\n    ```shell\n    python generate.py --help\n    ```\n\n## Usage\n\n```shell\npython generate.py\n```\n\n## License\n\n[MIT License](LICENSE)\n\nCopyright \u0026copy; 2024 Sayan \"Sn1F3rt\" Bhattacharyya\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsn1f3rt%2Fderogold-checkpoints-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsn1f3rt%2Fderogold-checkpoints-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsn1f3rt%2Fderogold-checkpoints-generator/lists"}