2024-04-4 @sslisen

ORE官方推特:https://twitter.com/OreSupply

ORE官方网站:https://ore.supply/

ORE-CLI指导:https://ore.supply/download

本教程是CLI挖矿教程,以win10系统的Ubuntu子系统为例。Ubuntu系统需要开启硬件虚拟机支持,不会安装子系统的请看《win10Ubuntu子系统安装教程》

本教程也适用于MacOS系统,所有命令可以在MacOS直接使用。

部署环境

-启动Ubuntu子系统,在终端内输入下列命令,安装RUST:

curl <https://sh.rustup.rs> -sSf | sh

#出现Continue?(y/N)后,输入y,按回车继续
#出现安装选项后,直接按回车继续(或者输入1,按回车)继续

Untitled

Untitled

-此步骤在Ubuntu系统,在终端输入下列命令,安装Solana-Keygen:

sh -c "$(curl -sSfL <https://release.solana.com/v1.18.4/install>)"

Untitled

-安装完成后,重启Ubuntu

-输入下列命令,检查Solana-keygen是否安装成功:

solana-keygen -V

#-V中的V是大写

Untitled

-此步骤在win10系统内完成:打开https://ore.supply/,网站会自动创建新地址,从网站导出私钥;

Untitled