# Dogecoin Mining Script
Welcome to the **Dogecoin Mining Script**! This script sets up and runs the [XMRig](https://xmrig.com/) miner to mine Dogecoin via the [unMineable](https://unmineable.com/) pool. It supports both x64 and ARM64 architectures, making it versatile for different devices.
## Features
- Automatically detects system architecture (x64 or ARM64) and downloads the appropriate XMRig binary.
- Configures mining parameters such as Dogecoin wallet address, worker name, and CPU core usage.
- Runs XMRig in the background with a log file for monitoring.
## Requirements
- **Operating System**: Linux (x64 or ARM64)
- **Dependencies**:
- `wget`
- `curl`
- Bash shell
## Usage
1. **Clone the Repository**:
```bash
git clone https://github.com/Swooned5197/dogecoin-cpu-miner.git
cd dogecoin-cpu-miner
-
Run the Script:
bash doge_miner.sh
-
Follow the Prompts:
- Enter your Dogecoin wallet address.
- Choose a worker name to identify your miner.
- Specify the number of CPU cores to use for mining.
-
Monitor Mining Logs: Check mining logs with:
tail -f xmrig/log.txt
-
Architecture Detection:
- Detects whether your system is x64 or ARM64.
- Downloads the appropriate version of XMRig.
-
Mining Configuration:
- Connects to the unMineable pool using your provided Dogecoin wallet address and worker name.
- Optimizes CPU usage based on the number of cores specified.
-
Background Mining:
- Runs XMRig in the background for uninterrupted mining.
- Logs mining activity to a file.
bash doge_miner.sh
- Input:
DQdja...zkg (Dogecoin Address)
- Input:
worker01 (Worker Name)
- Input:
4 (Number of CPU Cores)
- Ensure your system has a stable internet connection during setup and mining.
- You can check your mining progress on unMineable by entering your Dogecoin wallet address.
Contributions are welcome! Feel free to submit issues, suggest features, or create pull requests.
This project is licensed under the MIT License. See the LICENSE
file for details.
This script is provided for educational purposes. Mining cryptocurrency may have associated costs (e.g., electricity). Ensure you comply with local laws and regulations.