Posts

Showing posts with the label #parityInstallation

Parity installation on Ubuntu Virtual Machine

Image
Im going to be installing Parity on a Virtual Machine. My current OS is a Windows 10 and use the following settings installing ubuntu should be by downloading the ISO and creating a new VM on oracle virtual machine and attaching the ISO file and running setup until you have installed Ubuntu. To Install Parity on your Ubuntu. Open the terminal window and type away: >sudo apt-get install rustc cargo >sudo apt-get install curl >bash <(curl https://get.parity.io -Lk) >sudo apt-get install snapd >sudo snap install parity-ui >sudo apt install npm >sudo snap install parity OPTIONAL:  (a just in case all the above fails and i dont know what those mean, you would want to do this) go to PARITY.IO download and install the parity debian build for ubuntu once installed. you can now see Parity and Parity UI in your applications Running Parity from the Applications Menu: click on parity first to open the terminal while keeping the terminal op...