Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleColor#f8f8f8
titleBGColor#348AC7
borderStylesolid
titleContent

Table of Contents
maxLevel4

...

Run parity on Windows 10 OS.

Steps
Info

At this point in time, it does not work with mist, it can only be used as command line interface tool.

  1. Download the following pre- release(1.2.0-unstable-1bead4a).
    1. https://github.com/remyroyethcore/parity/releases/tag/v1.2.0-unstable-1bead4a
      Extract the file.

  2. Run parity.exe and you would see a command line like the one below pop up.


    1. If you intend to run parity with mist, run parity with --geth option to ensure mist compatibility.
      1. Navigate to where parity is installed on your OS.
        Image Added
      2. Drag parity.exe file and drop onto your command line interface and add '--geth' as shown in image below.
        Image Added

      3. Download and run Mist 0.7.6.


  3. Then your default browser should navigate to the following URL 'http://localhost:8080/home/, ' automatically.
     if not type in the address bar 'http://localhost:8080/home'. 


  4. Configure your proxy by following the instructions when you click 'Learn More'
    1. Chrome
      1. Navigate to settings, click 'Advanced settings', under 'Network' click change proxy settings, 
      2. Click 'LAN settings' 
      3. Select 'automatic configuration script' and copy and paste the following: http://localhost:8080/proxy/proxy.pac  into the address input box.
      4. Click Ok.

  5. Point your URL in your browser to http://home.parity/ , you should see the following image if it worked perfectly. You would notice the absence of a yellow triangle.


  6. That's it, your all set.



...