-
Notifications
You must be signed in to change notification settings - Fork 67
Do not auto-launch after installation without prompting user for where to connect to. #181
Comments
The idea behind this behaviour was to make beginner users launch a parity node in the background. If you wish to connect to your own server, we recommend using SSH tunelling and the flags You know all of this, but writing it for anybody else visiting this thread :) |
I launch Parity UI on Mac OS (not from the terminal) and I have the same question? |
@indigoram89 if you're running Parity with websockets on non-standard ports (edit: or not on the local machine), currently the only way to use your running instance is to launch Parity UI from the terminal with the flags |
@axelchalon I'm running Parity on standard ports, but I don't want to run local Parity node. I install Parity UI on Mac from parity-ui-0.3.2.pkg file and I don't understand how can I run It from the terminal? |
@indigoram89 When you run Parity UI, Parity UI will try to connect to a running instance of Parity. By default, it will try to connect to the local instance, i.e. 127.0.0.1:8546 (using websockets). If it cannot connect, it will run a local Parity node. It seems that you want Parity UI to connect to a node that is not on your local machine (not on 127.0.0.1). To do so, you need to tell Parity UI the host (IP) it should connect to. For example if your Parity node is running on
|
@axelchalon Wow! Thank you very much for helping me! If I connecting to Parity node with SSH tunelling, so Parity UI will connect to It without flags? |
I did it with SSH tunelling - It's the great experience for me! Thank you! |
Issue related to #171. Idea: If Parity UI couldn't connect to Parity on startup, show a modal
We should also memorize the preferences (custom ws IP/Port and local Parity binary path). If Parity UI could connect to Parity on startup, run Currently we download Parity if the binary cannot be found on the computer (even if Parity UI can connect to Parity). This behaviour should be changed. |
@axelchalon Your suggestion is an excellent one. |
@axelchalon you said
Can you explain how this would work? If you are connected to a server running Parity then you will run Also when did this change? When I first used ParityUI this did not happen. I can't stress enough that we can not run Parity on the client computer, period. |
Please remain kind and polite. This software is provided for free, with support for free... We recommend to use other software as Parity UI is not maintained anymore. This software is open source, you are very welcome to make PR if you wish to make changes. |
To streamline the user experience and so that the user doesn't have to run |
Hi @axelchalon you didn't actually answer. Let me get more specific:
It sounds like you are saying that the local binary allows you to run "parity signer new-token" on the server through the UI. This doesn't make sense to me. So my question is "Can you explain how this would work?" How is it that having Parity installed on my local computer allows me to run the |
Who is being unkind or impolite? No one. Not you, not me. I explained a use case. My use case (and that of anyone who lives somewhere that mining is frowned upon for example) is that I absolutely "can not run Parity on the client computer, period." So I explained that. That's something that is very appropriate for an Issue tracker. Yes it is free software and I appreciate it. I also take my responsibility seriously to make sure the developers know the use cases the users have. |
It doesn't. This is why the code should be rewritten so that Parity UI doesn't download a local instance of Parity Ethereum if it managed to connect to the node; it should simply ask the user to run |
Yes! Funny, when I said the same thing everyone started yelling at me. |
I'm trying to use this to connect to a remote node. I expressly do not want parity installed/running on my machine due to network/drive space limitations. When I run the installer, it immediately launches parity and begins syncing without giving me an opportunity to stop it and tell it where to connect to.
The text was updated successfully, but these errors were encountered: