{"id":36444935,"url":"https://github.com/my-cloud/ruthenium","last_synced_at":"2026-01-11T22:04:09.973Z","repository":{"id":59817461,"uuid":"536569894","full_name":"my-cloud/ruthenium","owner":"my-cloud","description":"Golang implementation of the Ruthenium protocol","archived":false,"fork":false,"pushed_at":"2024-12-11T23:53:45.000Z","size":4111,"stargazers_count":12,"open_issues_count":26,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T16:48:06.150Z","etag":null,"topics":["blockchain","cryptocurrency","cryptography","decay","demurrage","ecdsa","elliptic","fair","income","p2p","proof-of-humanity","reward","sha256","smart-contract","sustainable","transaction"],"latest_commit_sha":null,"homepage":"","language":"Go","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/my-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2022-09-14T12:35:12.000Z","updated_at":"2025-01-18T07:30:09.000Z","dependencies_parsed_at":"2023-11-14T10:30:53.935Z","dependency_job_id":"690f4a54-d1a0-43c4-aa16-1db84e878aa0","html_url":"https://github.com/my-cloud/ruthenium","commit_stats":null,"previous_names":[],"tags_count":29,"template":true,"template_full_name":null,"purl":"pkg:github/my-cloud/ruthenium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-cloud%2Fruthenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-cloud%2Fruthenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-cloud%2Fruthenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-cloud%2Fruthenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/my-cloud","download_url":"https://codeload.github.com/my-cloud/ruthenium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-cloud%2Fruthenium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28324856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"last_error":"SSL_read: 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":["blockchain","cryptocurrency","cryptography","decay","demurrage","ecdsa","elliptic","fair","income","p2p","proof-of-humanity","reward","sha256","smart-contract","sustainable","transaction"],"created_at":"2026-01-11T22:04:09.884Z","updated_at":"2026-01-11T22:04:09.955Z","avatar_url":"https://github.com/my-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruthenium\n[![Release](https://img.shields.io/github/release/my-cloud/ruthenium?logo=github)](https://github.com/my-cloud/ruthenium/releases)\n[![Build](https://img.shields.io/github/actions/workflow/status/my-cloud/ruthenium/build.yml?logo=github)](https://github.com/my-cloud/ruthenium/actions?query=workflow%3ABuild+event%3Apush+branch%3Amain)\n\n\u003cimg src=\"doc/ruthenium-coin.png\" alt=\"Ruthenium coin\" width=\"20%\" style=\"display: block; margin-left: 40%;\"/\u003e\n\n## Description\n[![Doc](https://img.shields.io/badge/doc-wiki-blue?logo=github)](https://github.com/my-cloud/ruthenium/wiki)\n[![Doc](https://img.shields.io/badge/doc-whitepaper-blue?logo=github)](https://github.com/my-cloud/ruthenium/wiki/Whitepaper)\n\nGolang implementation of the Ruthenium protocol.\n\nYou will find a detailed description of the project in the [wiki](https://github.com/my-cloud/ruthenium/wiki/Home). To understand the motivations behind the creation of this blockchain, you can peruse the comprehensive details outlined in the Ruthenium [whitepaper](https://github.com/my-cloud/ruthenium/wiki/Whitepaper). \n\n## Quickstart\nThere are two ways to run a Ruthenium node. You can either use your own build from [sources](https://github.com/my-cloud/ruthenium/releases) (Option A) or use a docker image provided in the [repository packages](https://github.com/my-cloud/ruthenium/pkgs/container/ruthenium) (Option B).\n\n### Prerequisites\n* Option A (using sources):\n  * You need to have [![Go](https://img.shields.io/github/go-mod/go-version/my-cloud/ruthenium?logo=go)](https://go.dev/dl/) installed.\n  * If you are using Windows, you need to have [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) installed.\n* Option B (using docker image):\n  * You need to have [![Docker](https://img.shields.io/badge/docker-grey?logo=docker)](https://www.docker.com/) installed.\n* Your firewall port 10600 must be open (please read \"Program arguments\" section of the [validator node](validatornode/README.md#program-arguments) and [access node](accessnode/README.md#program-arguments) documentation if you want to use another port than 10600).\n* To get an income or validate blocks ou need to be registered in the [Proof of Humanity](https://github.com/my-cloud/ruthenium/wiki/Whitepaper#proof-of-humanity) registry.\n\n### Installation\n* Option A (using sources):\n  * Download the sources archive:\n    ```\n    https://github.com/my-cloud/ruthenium/releases/latest\n    ```\n* Option B (using docker image):\n  * Pull the image:\n    ```\n    sudo docker pull ghcr.io/my-cloud/ruthenium:latest\n    ```\n\n### Launch\n* Option A (using sources):\n  * Extract files from the sources archive\n  * At root level (ruthenium folder), run the [validator node](validatornode/README.md):\n    ```\n    go run validatornode/main.go\n    ```\n  * At root level (ruthenium folder), run the [access node](accessnode/README.md):\n    ```\n    go run accessnode/main.go\n    ```\n* Option B (using docker image):\n  * Run the [validator node](validatornode/README.md):\n    ```\n    sudo docker run -p 10600:10600 -ti ghcr.io/my-cloud/ruthenium:latest \\app\\validatornode\n    ```\n  * Run the [access node](accessnode/README.md):\n    ```\n    sudo docker run -p 8080:8080 -ti ghcr.io/my-cloud/ruthenium:latest \\app\\accessnode\n    ```\n* Using a web browser, go to:\n  * http://localhost:8080\n\n## APIs\n* [validator node API](validatornode/README.md#api)\n* [access node API](accessnode/README.md#api)\n\n## Contributing\n[![Forks](https://img.shields.io/github/forks/my-cloud/ruthenium?logo=github)](https://github.com/my-cloud/ruthenium/fork)\n[![Stars](https://img.shields.io/github/stars/my-cloud/ruthenium?logo=github)](https://github.com/my-cloud/ruthenium)\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\nIf you have a suggestion that would make this better, please do not hesitate to [report a new bug](https://github.com/my-cloud/ruthenium/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=) or [request a new feature](https://github.com/my-cloud/ruthenium/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md\u0026title=). Of course, you are welcome to fork the repository and create a pull request. In any case, please let's take a look at the [contributing](.github/CONTRIBUTING.md) file.\n\n⭐ Don't forget to give the project a [star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars)! Thanks again!\n\n## Contact\nFounder: [Jérémy Pansier](https://github.com/JeremyPansier) - jpansier@my-cloud.me\n\nRepository: https://github.com/my-cloud/ruthenium\n\n## Authors and Acknowledgments\n[![Contributors](https://img.shields.io/github/contributors/my-cloud/ruthenium?logo=github)](https://github.com/my-cloud/ruthenium/graphs/contributors)\n\nSpecial thanks to [Gwenall Pansier](https://github.com/Gwenall) who contributed since the early developments.\n\nFor a [tutorial to create a first blockchain in Go][1], thanks to [Yuko Sakai][2] \u0026 [Jun Sakai][3].\n\n## License\n[![License](https://img.shields.io/github/license/my-cloud/ruthenium?label=⚖\u0026nbsp;license)](LICENSE)\n\n![license.png](doc/license.png)\n\n## Project status\n[![Commit activity](https://img.shields.io/github/commit-activity/y/my-cloud/ruthenium?logo=github)](https://github.com/my-cloud/ruthenium/commits/main)\n\n[![Maintainability](https://sonarcloud.io/api/project_badges/measure?project=my-cloud_ruthenium\u0026metric=sqale_rating)](https://sonarcloud.io/component_measures?id=my-cloud_ruthenium\u0026metric=sqale_rating)\n[![Security](https://sonarcloud.io/api/project_badges/measure?project=my-cloud_ruthenium\u0026metric=security_rating)](https://sonarcloud.io/component_measures?id=my-cloud_ruthenium\u0026metric=security_rating)\n[![Reliability](https://sonarcloud.io/api/project_badges/measure?project=my-cloud_ruthenium\u0026metric=reliability_rating)](https://sonarcloud.io/component_measures?id=my-cloud_ruthenium\u0026metric=reliability_rating)\n[![Coverage](https://img.shields.io/sonar/coverage/my-cloud_ruthenium/main?logo=sonarcloud\u0026server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/component_measures?id=my-cloud_ruthenium\u0026metric=coverage)\n\nWhile the main principles have been implemented, there is still a substantial amount of refactoring and test implementation remaining.\n\n[1]: https://www.udemy.com/course/golang-how-to-build-a-blockchain-in-go/ \"Udemy tutorial to build a blockchain in Go\"\n[2]: https://www.udemy.com/user/myeigoworld/ \"Yuko Sakai LinkedIn profile\"\n[3]: https://udemy.com/user/jun-sakai/ \"Jun Sakai LinkedIn profile\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-cloud%2Fruthenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmy-cloud%2Fruthenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-cloud%2Fruthenium/lists"}