{"id":16099975,"url":"https://github.com/fooock/ropsten-miner-docker","last_synced_at":"2025-08-10T00:07:27.007Z","repository":{"id":44574687,"uuid":"138626225","full_name":"fooock/ropsten-miner-docker","owner":"fooock","description":"Setup Ethereum Ropsten miner network using Docker","archived":false,"fork":false,"pushed_at":"2022-02-07T12:41:10.000Z","size":9,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T13:40:50.623Z","etag":null,"topics":["deployment","docker","ethereum","ethereum-miner","ropsten"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fooock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-25T17:10:40.000Z","updated_at":"2022-04-25T06:31:50.000Z","dependencies_parsed_at":"2022-09-15T05:41:08.821Z","dependency_job_id":null,"html_url":"https://github.com/fooock/ropsten-miner-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fooock/ropsten-miner-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fooock%2Fropsten-miner-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fooock%2Fropsten-miner-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fooock%2Fropsten-miner-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fooock%2Fropsten-miner-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fooock","download_url":"https://codeload.github.com/fooock/ropsten-miner-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fooock%2Fropsten-miner-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654991,"owners_count":24454353,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deployment","docker","ethereum","ethereum-miner","ropsten"],"created_at":"2024-10-09T18:44:41.315Z","updated_at":"2025-08-10T00:07:26.956Z","avatar_url":"https://github.com/fooock.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Ropsten Docker miner\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSetup Ethereum Ropster miner using Docker. You can customize the resources used by the container.\n\n## Requirements\nYou only need:\n* [Docker](https://docs.docker.com/)\n* Make\n\nIf you have `Ubuntu`, to install make simply use:\n\n```bash\n$ sudo apt-get install make\n```\n\n## Build params\nYou can customize multiple params. See next table.\n\n| Param         \t| Description                                                         \t| Default value                                \t|\n|---------------\t|---------------------------------------------------------------------\t|----------------------------------------------\t|\n| `ETHER_BASE`  \t| Public address for block mining rewards                             \t| `0x33C425D7E08aa105a4520f78b750b30AC6FF85CD` \t|\n| `MEMORY`      \t| The maximum amount of memory the container can use                  \t| `4g`                                         \t|\n| `SWAP_MEMORY` \t| The amount of memory this container is allowed to swap to disk      \t| `6gb`                                        \t|\n| `CPUS`        \t| Specify how much of the available CPU resources a container can use \t| `2`                                          \t|\n\n\u003eNote: Swap memory is equal to `$SWAP_MEMORY` - `$MEMORY`. Using the default values, the swap memory is 2g.\n\n## Tasks\nYou can execute these tasks:\n\n| **Name** \t| **Description**                       \t|\n|----------\t|---------------------------------------\t|\n| `build`  \t| Pull the Docker image                 \t|\n| `start`  \t| Start the node in the Ropsten network \t|\n| `shell`  \t| Open an interactive Geth console      \t|\n\n\n## Start miner\nYou can start the miner with the default values\n\n```bash\n$ make start\n```\n\nThis command downloads the image `client-go` and start it to mine in the `Ropsten network`. For more detail see the [Makefile](Makefile). If you want to \ncustomize the container resources, you just have to overwrite the variables. For example, if you want to limit the cpu to 4, then:\n\n```bash\n$ CPUS=4 make start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffooock%2Fropsten-miner-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffooock%2Fropsten-miner-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffooock%2Fropsten-miner-docker/lists"}