安装前硬件准备
处理器
多核处理器
内存
最低8G内存
硬盘
不低于400GB的SSD硬盘
安装网址
3.2.5版本:https://github.com/openethereum/openethereum/tree/v3.2.5
更多说明:https://openethereum.github.io/Beginner-Introduction
安装步骤
安装rustup
curl https://sh.rustup.rs -sSf | sh
安装Perl
sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) --activate-default ActiveState/Perl-5.32
安装yasm
sudo apt-get install -y yasm
安装openethereum
git clone https://github.com/openethereum/openethereum && cd openethereum
sudo apt-get install cargo && cargo clean && cargo build --release --features final
这会在 ./target/release 子目录中生成一个可执行文件。如果以上命令执行失败,请操作下面的指令。
~/.cargo/bin/cargo build --release
启动
./target/release/openethereum --chain xdai --no-warp