# 比特猎人出品-ORE挖矿教程 **Published by:** [比特猎人 | BitHunter](https://paragraph.com/@bithunter-2/) **Published on:** 2024-04-06 **URL:** https://paragraph.com/@bithunter-2/ore-3 ## Content 比特猎人社区电报群: https://t.me/BitHunterCN 比特猎人Youtube频道: https://www.youtube.com/@thebithunter 内陆很多的机器无法访问solana节点,导致挖矿环境无法安装,需要使用海外的节点, 推荐使用美国RackNerd的VPS,安装 ubuntu22系统,年费价格相对便宜,连接solana节点速度也快,推荐购买链接: https://my.racknerd.com/aff.php?aff=10319 1.创建 Solana 链RPC 免费创建RPC网站:https://shyft.to/ 2.安装rust环境 curl https://sh.rustup.rs -sSf | sh 3.安装 Solana链开发环境 sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)" 配置环境变量 vim ~/.bashrc PATH="/root/.local/share/solana/install/active_release/bin:$PATH" 4.创建钱包 solana-keygen new --derivation-path m/44'/501'/0'/0' --force 5.安装 cargo apt install cargo -y 6.安装ORE客户端 cargo install ore-cli 7.开始挖矿 ~/.cargo/bin/ore --rpc https://rpc.shyft.to?api_key=LvsL511h61ss21Y6Q9brQQ --keypair ~/.config/solana/id.json --priority-fee 1 mine --threads 4 注:rpc 节点 https://rpc.shyft.to?api_key=LvsL511h61ss21Y6Q9brQQ 已经失效,请使用步骤1创建的自己的RPC 8.查询已经挖到的数量 ~/.cargo/bin/ore --rpc https://rpc.shyft.to?api_key=LvsL5h61Y6Q9brQQ --keypair ~/.config/solana/id.json rewards 注:rpc 节点 https://rpc.shyft.to?api_key=LvsL511h61ss21Y6Q9brQQ 已经失效,请使用步骤1创建的自己的RPC 9.领取奖励 ~/.cargo/bin/ore --rpc https://rpc.shyft.to?api_key=LvsL5h61Y6Q9brQQ --keypair ~/.config/solana/id.json claim ## Publication Information - [比特猎人 | BitHunter](https://paragraph.com/@bithunter-2/): Publication homepage - [All Posts](https://paragraph.com/@bithunter-2/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@bithunter-2): Subscribe to updates