0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Solved] openethereum (parity) install failed

Posted at

Since Parity has been replaced by OpeneThereum, I tried to install OpeneThereum, but got an error, so I wrote down a workaround.

I referred to the following page.
Latest Rust version compiles main branch went error #547

And I'm using WSL2 and Ubuntu18.04.

command
curl https://sh.rustup.rs -sSf | sh -s -- -y
sudo apt install clang cmake
source ~/.cargo/env  # you may add to .bashrc
rustup override set 1.51.0 # IMPORTANT!!
git clone https://github.com/openethereum/openethereum
cd openethereum
cargo clean
cargo build --release --features final
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?