ORE Miner built on top of Jito bundle service by @tonyke_bot and @shoucccc.
Shipped with both CPU and GPU hashing support.
Each miner is able to carry 400 wallets on a single RTX 4090 card. Should expect 10~20% improvement if the code is optimized.
Get a reliable, fastest Solana RPC
Clone the repo and build
git clone https://github.com/tonyke-bot/ore-miner.git
cd ore-miner
cargo build --release
(Optional) Install CUDA development environment
(Optional) Build CUDA miner
./build-cuda-worker.sh
Generate wallets and fund them with SOL
export CUDA_VISIBLE_DEVICES=<GPU_INDEX>
cargo run --release -- \
--rpc <RPC_URL> \
--priority-fee 500000 \ # Tip used for Jito bundle. If max adaptive tip is set, this will be the initial tip.
bundle-mine-gpu \
--key-folder <FOLDER_CONTAINS_YOUR_KEYS> \ # Folder contains your Solana keys
--max-adaptive-tip 400000 \ # Max tip used, if this is set, use tip min(tips.p50, max)****
cargo run --release -- \
--rpc <RPC_URL> \
--priority-fee 500000 \ # Tip used for Jito bundle.
claim \
--key-folder <FOLDER_CONTAINS_YOUR_KEYS> \ # Folder contains your Solana keys
--beneficiary <YOUR_PUBKEY_TO_RECEIVE_ORE>
cargo run --release -- \
--rpc <RPC_URL> \
--priority-fee 500000 \ # Tip used for Jito bundle.
register \
--key-folder <FOLDER_CONTAINS_YOUR_KEYS> \ # Folder contains your Solana keys
tonyi4UznxNzae5RBinHTU8Gxr91RRGBcdx7mmimN8F
0x45Fce32abB76fd0722882326FBf2d1182e6b982B
Appreciate your support!