This repository contains a script for setting up and running the Ore mining process. Ore is a cryptocurrency mining tool built for the Solana blockchain. The script automates the setup process and initiates the mining process once configured.
Before running the script, ensure that you have the following prerequisites installed:
- Rust and cargo
- Solana CLI
- curl
- wget
- gcc
- build-essential (for Debian-based systems)
-
Clone this repository:
git clone https://github.com/dante4rt/Ore.git
-
Navigate to the cloned directory:
cd Ore
-
Run the setup script:
./setup.sh
-
Follow the prompts to generate a Solana wallet address (public key) and deposit at least 0.101 SOL to the generated address.
-
After depositing SOL, confirm when prompted.
-
Obtain the Solana RPC URL from Alchemy (HTTPS API).
-
Enter the RPC URL when prompted.
-
Once configured, the mining process will begin automatically.
-
Check the
ore.sh
file for details on the mining process.
Please note that cryptocurrency mining may consume significant computational resources and energy. Ensure that you have considered the environmental impact and cost implications before proceeding with mining activities.