ore-pool is the first mining pool project since the launch of ORE v2. Users can connect to the pool using ore-pool-cli to contribute computing power and earn ORE rewards, with all costs covered by the pool.
Website: https://ore-pool.com/ (About mining pool's status and infos)
- Start mining with just your SOL address and computing power
- No private key, no gas fees, no RPC, no risk of loss
- Exclusive mining pool strategy to maximize machine profitability
- Friendly for low-power machines, profitable even with low reward rate
- Linux: Download the
ore-pool-cli
binary (compatible with Ubuntu 20.04 and 22.04). - Windows: Download the
ore-pool-cli.exe
executable. - macOS:
- For Apple Silicon (M1/M2), download
ore-pool-cli_aarch64-apple-darwin
. - For Intel x86 architecture, download
ore-pool-cli_x86_64-apple-darwin
.
- For Apple Silicon (M1/M2), download
./ore-pool-cli mine --address YOUR_SOL_ADDRESS
Running this single command starts mining immediately (Default to using machine threads for mining). You can use the same address on multiple machines, and all rewards will accumulate to the same address.
No need to claim manually. The mining pool now automatically distribute ORE to addresses with pending amounts exceeding a certain threshold, typically 0.01 ORE, every hour on the hour.
./ore-pool-cli status --address YOUR_SOL_ADDRESS
-------------------------------------------------------------------
Status -- Claimable Rewards: 2.6377 ORE, Total Mined: 2.6377 ORE
Invitation -- Invite Code: DYA17D, Invites: 2, Rewards: 0.0023 ORE
-------------------------------------------------------------------
You can immediately check mining profits using this command. Additionally, the mining pool will send this information to the mining client program every few minutes.
After extensive research and effort in developing the mining pool and optimizing mining strategies, as well as considering the operational costs of maintaining the pool (including machine, Gas, and RPC costs), a 7% base fee will be deducted from mining rewards as a service fee, and a dynamic fee that changes with the price of ORE.
- Use an invitation code to get a 1% reduction in service fees.
- Invite others and earn 1% of their mining rewards (included in the 7% service fee).
./ore-pool-cli mine --address YOUR_SOL_ADDRESS --invcode INV_CODE
Note: An invitation code can only be used during the initial registration of an address.
Important: Use at your own risk! This is NOT an official product. Not affiliated with ORE team.
Due to the pool still being in the testing phase, the pool might be paused for updates or other reasons. Under normal circumstances, the client will automatically restart mining once the service is restored. To stay informed about the latest updates, please follow the Telegram Announcements channel.
- Build MacOS Client
- Optimize hash algorithm efficiency
- GPU Mining Support
- Open source the code after an audit
Happy mining!