{"id":22938352,"url":"https://github.com/dappnode/dappnodepackage-ethereum-classic","last_synced_at":"2025-04-01T19:33:33.635Z","repository":{"id":41358830,"uuid":"233686907","full_name":"dappnode/DAppNodePackage-ethereum-classic","owner":"dappnode","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-04T18:54:16.000Z","size":47,"stargazers_count":6,"open_issues_count":3,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-07T12:40:41.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dappnode.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-01-13T20:28:14.000Z","updated_at":"2024-04-20T07:56:24.000Z","dependencies_parsed_at":"2023-01-21T22:16:24.154Z","dependency_job_id":null,"html_url":"https://github.com/dappnode/DAppNodePackage-ethereum-classic","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappnode%2FDAppNodePackage-ethereum-classic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappnode%2FDAppNodePackage-ethereum-classic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappnode%2FDAppNodePackage-ethereum-classic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappnode%2FDAppNodePackage-ethereum-classic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dappnode","download_url":"https://codeload.github.com/dappnode/DAppNodePackage-ethereum-classic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700913,"owners_count":20819958,"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-12-14T12:17:40.407Z","updated_at":"2025-04-01T19:33:33.614Z","avatar_url":"https://github.com/dappnode.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Core-Geth DAppNode package for ETC\n\n[![DAppNodeStore Available](https://img.shields.io/badge/DAppNodeStore-Available-brightgreen.svg)](http://my.dappnode/#/installer/ethereum-classic.dnp.dappnode.eth)\n\n[![Core-Geth github](https://img.shields.io/badge/Core--Geth-Github-blue.svg)](https://github.com/etclabscore/core-geth)\n\nYou can use this package without installing it in your DAppNode following these instructions:\n\n## Prerequisites\n\n- git\n\n   Install [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) commandline tool.\n\n- docker\n\n   Install [docker](https://docs.docker.com/engine/installation). The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, `sudo usermod -aG docker $USER`. Once you update the users group, exit from the current terminal and open a new one to make effect.\n\n- docker-compose\n\n   Install [docker-compose](https://docs.docker.com/compose/install)\n   \n**Note**: Make sure you can run `git`, `docker ps`, `docker-compose` without any issue and without sudo command.\n\n## Buidling\n\n`docker-compose build`\n\n## Running\n\n### Start\n\n`docker-compose up -d`\n\n### View logs\n\n`docker-compose logs -f`\n\n### Stop\n\n`docker-compose down`\n\n## Extra options\n\nYou can edit the `docker-compose.yml` and add extra options, such as:\n```\n - EXTRA_OPTS=--ws.api db,eth,net,ssh,miner,web3,personal,admin,txpool\n```\n\n## Connect using web3js\n\nIf the package is running and you're connected to your dappnode you can use:\n```\nvar Web3 = require('web3');\nvar web3 = new Web3('ws://ethereum-classic.dappnode:8546')\nweb3.eth.getBlockNumber().then(console.log)\n```\nIn case you are running it locally:\n```\nvar Web3 = require('web3');\nvar web3 = new Web3('ws://127.0.0.1:8546')\nweb3.eth.getBlockNumber().then(console.log)\n```\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappnode%2Fdappnodepackage-ethereum-classic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdappnode%2Fdappnodepackage-ethereum-classic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappnode%2Fdappnodepackage-ethereum-classic/lists"}