# Ore - ⛏ Mining quick setup guide > quick setup guide **Published by:** [jesus69420](https://paragraph.com/@jesus69420/) **Published on:** 2024-05-17 **Categories:** tutorial, quick setup guide, ore, solana, mining **URL:** https://paragraph.com/@jesus69420/ore-mining-quick-setup-guide ## Content Ore🫑 How it works The primary innovation of Ore is to offer non-exclusive mining rewards. This means one miner finding a valid solution does not prevent another miner from finding one as well. Rather than setting up every miner in a winner-take-all competition against one another, Ore gives each miner a personalized computational challenge. As long as a miner provides a valid solution to their own individual challenge, the protocol guarantees they will earn a piece of the supply. Since no miner can be censored from the network and valid solutions are non-exclusive, starvation is avoided. ⛏ Supply Ore is designed to protect holders from runaway supply inflation. Regardless of how many miners are active in the world, supply growth is strictly bounded to a rate of 0 ≀ R ≀ 2 ORE/min. In other words, linear. The mining reward rate – amount paid out to miners per valid solution – is dynamically adjusted every 60 seconds to maintain an average supply growth of 1 ORE/min. This level was chosen for its straightforward simplicity, scale agnosticism, and for striking a balance between the extremes of exponential inflation on one hand and stagnant deflation on the other. Ore - ⛏ Mining quick setup guide *This guide assumes you're using a Unix-like operating system (e.g., Linux, macOS) with a terminal.PrerequisitesGit: Ensure Git is installed. You can check by running git --version in your terminal. If it's not installed, follow this guide to install Git.Rust and Cargo: Ensure Rust and Cargo are installed. You can check by running rustc --version and cargo --version. If they're not installed, follow this guide to install Rust and Cargo.Step-by-Step GuideOpen your terminal.Clone the Repository: Open your terminal or command prompt and run the following command: git clone Install dependencies: Make sure you have Rust installed.curl --proto '=https' --tlsv1.2 -sSf | shClone the Repository: Open your terminal and run: git clone Clone the repository: Open your terminal and run: git clone cd ore-cliBuild the project: In the project directory, run: cargo build --releaseNavigate to the ore directory: cd orePull the latest changes from the Git repository: git pullSwitch to the hardhat/v2 branch: git checkout hardhat/v2Navigate to the ore-cli directory: cd ../ore-cliPull the latest changes from the Git repository: git pullSwitch to the hardhat/v2 branch: git checkout hardhat/v2Navigate to the drillx directory: cd ../drillxPull the latest changes from the Git repository: git pullNavigate back to the ore-cli directory: cd ../ore-cliBuild the project in release mode using Cargo: cargo build --releaseAcquire devnet SOLsolana config set --url d solana airdrop 1Run the ore executable with the specified parameters: ./target/release/ore --rpc --keypair ~/.config/solana/id.json mine --buffer-time 2 --threads 4Additional NotesEnsure you have the necessary permissions to read the keypair file at ~/.config/solana/id.json.If any command fails, check the output for error messages and ensure all prerequisites are correctly installed and configured.You might need to install additional dependencies for the project. Check the project's documentation or README file for more details.Feel free to ask if you have any questions or run into any issues!https://discord.comJoin the Ore Discord Server!Ore is a digital currency you can mine from anywhere, at home or on your phone. | 3419 membershttps://x.com/OreSupply ## Publication Information - [jesus69420](https://paragraph.com/@jesus69420/): Publication homepage - [All Posts](https://paragraph.com/@jesus69420/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@jesus69420): Subscribe to updates ## Optional - [Collect as NFT](https://paragraph.com/@jesus69420/ore-mining-quick-setup-guide): Support the author by collecting this post - [View Collectors](https://paragraph.com/@jesus69420/ore-mining-quick-setup-guide/collectors): See who has collected this post