Check its explanation, tokenomics and its Twitter. But simply ORE is a token in the Solana blockchain that you can mine from your computer anywhere with any computational capability.
You can check their recommendations here but I'm gonna simplify those to you.
First you have to install Rust, go to their official website and follow the steps to install it.
Go to their official website and follow the steps to install the latest version.
Same as with Rust and Python, follow the steps they provide for your Operative System here
Use this command to generate your Solana CLI wallet. This will be the wallet used for mining ORE on your computer.
solana-keygen new
The path where it is created should appear on the terminal. Once you have created your wallet, you will need to copy the id.json
file into this working directory and rename it to ore_keypair.json
.
Just execute the following command, this step may take a while.
cargo install ore-cli
Install the Python dependencies by running the following command on the terminal.
pip install -r requirements.txt
You can edit the config.ini
file as your liking. Recommended settings are the ones provided.
With Solana's congestion it is recommended to have at least some lamports of priority fee. You can also change the default rpc to a better one, that would help with landing the validation transactions of ORE.
Finally change the number of threads to any number you want as long as it's lower than your maximum number of threads. The mining part is pretty CPU intensive and currently the main limitation is Solana's congestion on the validation part so I don't recommend spending all your threads but do as you wish, experiment with it.
Ensure you have some SOL on said wallet and just doble click or execute from the terminal the start.bat
file or execute the keeper.py
script using Python.
Whenever you want to claim your ORE you should use this command and you will receive it to your wallet.
ore --keypair ore_keypair.json --priority-fee 88 claim