ubuntu上面Parity 安装

sudo wget https://raw.githubusercontent.com/paritytech/parity/master/scripts/parity.service -O /etc/systemd/system/parity.service

  sudo chmod +x /etc/systemd/system/parity.service

  sudo systemctl enable parity

  sudo systemctl start parity

你可能感兴趣的:(ubuntu上面Parity 安装)