{"id":51039215,"url":"https://github.com/valamidev/ore-miner-docker","last_synced_at":"2026-06-22T09:03:49.127Z","repository":{"id":250838260,"uuid":"835396073","full_name":"valamidev/ore-miner-docker","owner":"valamidev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-06T05:31:19.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-06T21:45:42.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/valamidev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-29T18:43:54.000Z","updated_at":"2024-08-06T05:31:22.000Z","dependencies_parsed_at":"2024-08-04T10:54:06.767Z","dependency_job_id":null,"html_url":"https://github.com/valamidev/ore-miner-docker","commit_stats":null,"previous_names":["valamidev/ore-miner-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valamidev/ore-miner-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valamidev%2Fore-miner-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valamidev%2Fore-miner-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valamidev%2Fore-miner-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valamidev%2Fore-miner-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valamidev","download_url":"https://codeload.github.com/valamidev/ore-miner-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valamidev%2Fore-miner-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34641636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":[],"created_at":"2026-06-22T09:03:48.296Z","updated_at":"2026-06-22T09:03:49.118Z","avatar_url":"https://github.com/valamidev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ore CLI in Docker\n\n## Description\n\n`ore-miner-docker` is a Dockerized version of the [Ore CLI](https://github.com/regolith-labs/ore-cli) application. It is a Solana-based application that allows you to mine ORE tokens.\n\n### Based on:\n\n[Create Ore-cli Docker image](https://crates.io/crates/ore-cli)\n[@solana/web3.js](https://www.npmjs.com/package/@solana/web3.js)\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed on your machine:\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n\n## Installation\n\n1. **Clone the repository**:\n\n   ```sh\n   git clone https://github.com/valamidev/ore-miner-docker.git\n   cd ore-miner-docker\n   docker-compose build --no-cache\n   ```\n\n2. **Run Solana Cli to generate Keypair**:\n\n   ```sh\n   docker-compose up solana-cli\n   ```\n\n3. **Rename `.env.example` to `.env`**:\n\n   ```sh\n   sudo cp .env.example .env\n   ```\n\n4. **Get Solana Devnet Faucet**:\n\n   - [Solana Faucet](https://faucet.solana.com/)\n\n   - Your wallet address in `./config/publicKey` file\n\n   - Verify that your account has been funded:\n\n   - [Solana Devnet Explorer](https://explorer.solana.com/?cluster=devnet)\n\n5. **Build and start the Docker containers**:\n\n   ```sh\n   docker-compose up ore-cli\n   ```\n\n6. **Enjoy**\n\n```sh\nore-cli-1  | Using custom RPC_URL: \"https://api.devnet.solana.com\"\nore-cli-1  | A command line interface for the ORE cryptocurrency mining.\nore-cli-1  |\nore-cli-1  | Usage: ore [OPTIONS] \u003cCOMMAND\u003e\nore-cli-1  |\nore-cli-1  | Commands:\nore-cli-1  |   balance    Fetch an account balance\nore-cli-1  |   benchmark  Benchmark your hashpower\nore-cli-1  |   busses     Fetch the bus account balances\nore-cli-1  |   claim      Claim your mining rewards\nore-cli-1  |   close      Close your account to recover rent\nore-cli-1  |   config     Fetch the program config\nore-cli-1  |   mine       Start mining\nore-cli-1  |   rewards    Fetch the current reward rate for each difficulty level\nore-cli-1  |   stake      Stake to earn a rewards multiplier\nore-cli-1  |   upgrade    Upgrade your ORE tokens from v1 to v2\nore-cli-1  |   help       Print this message or the help of the given subcommand(s)\nore-cli-1  |\nore-cli-1  |   -h, --help                          Print help\nore-cli-1  |   -V, --version                       Print version\nore-cli-1  |\nore-cli-1  | Stake balance: 0.00604324633 ORE\n\n```\n\n## Config\n\nOpen `.env` and change the following environment variables as needed:\n\n```\n   SOLANA_RPC_URL=https://api.devnet.solana.com\n   BUFFER_TIME=5\n   THREADS=6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalamidev%2Fore-miner-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalamidev%2Fore-miner-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalamidev%2Fore-miner-docker/lists"}