{"id":19571598,"url":"https://github.com/block-core/blockcore-nodes","last_synced_at":"2025-04-27T03:32:27.835Z","repository":{"id":39661669,"uuid":"240799324","full_name":"block-core/blockcore-nodes","owner":"block-core","description":"Reference implementations of Blockcore based blockchain","archived":false,"fork":false,"pushed_at":"2024-04-08T15:12:08.000Z","size":351,"stargazers_count":14,"open_issues_count":0,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-14T00:47:33.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/block-core.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-15T22:54:07.000Z","updated_at":"2024-03-31T12:42:25.000Z","dependencies_parsed_at":"2024-04-13T23:02:23.045Z","dependency_job_id":"0a1658b8-4405-4e61-a6bf-3addbd571be7","html_url":"https://github.com/block-core/blockcore-nodes","commit_stats":{"total_commits":170,"total_committers":9,"mean_commits":18.88888888888889,"dds":"0.24117647058823533","last_synced_commit":"8f649506e982508802a5d9b002916ae99fbb8cc7"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-nodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-nodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-nodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-nodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block-core","download_url":"https://codeload.github.com/block-core/blockcore-nodes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223740060,"owners_count":17194701,"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-11-11T06:19:25.421Z","updated_at":"2024-11-11T06:19:26.477Z","avatar_url":"https://github.com/block-core.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockcore Reference Nodes\n\nReference implementations of Blockcore based blockchains.\n\n*This software is provided without any support, use at your own risk.*\n\n## Available for these blockchains\n\n- BTC - [Bitcoin](https://bitcoin.org/)\n- CITY - [City Chain](https://www.city-chain.org)\n- CY - [Cybits](https://www.cybits.org)\n- EXOS - [ExO Economy](https://economy.openexo.com/)\n- IMPLX - [Impleum](https://impleum.com/)\n- MOL - [Molie](https://molie.chat/)\n- RUTA - [Rutanio](https://www.rutanio.com/)\n- STRAT - [Stratis](https://stratisplatform.com/)\n- X42 - [x42 Protocol](https://www.x42.tech/)\n- XDS - [XDS](https://github.com/sonofsatoshi2020/xds)\n- XLR - [Solaris](https://www.solariscoin.com/)\n- SBC - [Senior Block Coin](https://seniorblockchain.io/)\n- RSC - [Royal Sports City](https://www.royalsportscity.com/)\n\n## Download\n\nGo to the [releases](releases) page to find a unified multi-chain node. Separate downloads for Windows, Linux and macOS is available.\n\n## Requirements\n\nDownload the .NET runtime:\nhttps://aka.ms/dotnet-core-applaunch?missing_runtime=true\u0026arch=x64\u0026rid=win-x64\u0026os=win10\u0026apphost_version=8.0.4\n\nTo install missing framework, download:\nhttps://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App\u0026framework_version=8.0.0\u0026arch=x64\u0026rid=win-x64\u0026os=win10\n\n## Docker\n\nAll our Blockcore Reference Nodes is published to our [Docker Hub](https://hub.docker.com/orgs/blockcore/repositories).\n\nIt is super easy to spin up a new instance of any of the nodes, they all follow the same syntax (name and version).\n\n*We advice on using specific version when using docker, like our example below. The \"latest\" tag can also be used.*\n\nRun the Blockcore Reference Node for XDS blockchain in interactive mode:\n\n```sh\ndocker run blockcore/node-multi:latest --chain=XDS\n```\n\nTo spin up a docker container instance in the background, apply the \"-d\" tag.\n\nRun the Blockcore Reference Node for City Chain blockchain in background:\n\n```sh\ndocker run blockcore/node-multi:latest -d --chain=CITY\n```\n\nIf you want to access or expose the P2P port, RPC port or API port, you must do a port mapping that is specific for the chain you are launching.\n\nYou can find the correct and default TCP port for each blockchain on:\n\n[https://chains.blockcore.net/](https://chains.blockcore.net/)\n\n```sh\ndocker run blockcore/node-multi:latest -p 8080:4335 -d --chain=CITY -apiuri=http://0.0.0.0:4335\n```\n\n## Support and compatibility\n\nThese are all unofficial reference node software. They are not supported in any way.\n\nThe software can be incompatible with the blockchain they are built for.\n\nYou run the risk of getting your IP address banned on the blockchain if you run \nnode software that violated the blockchain consensus.\n\nPlease refer to the official software for individual blockchains for supported node software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-nodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-core%2Fblockcore-nodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-nodes/lists"}