Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Proxy settings missing #892

Open SMH17 opened 8 years ago

SMH17 commented 8 years ago

Would be useful an option to allow a dedicated proxy configuration.

gary-rowe commented 8 years ago

Since MultiBit HD is a Java application at heart, you can launch the JAR file from the command line and provide it with system parameters known to the JVM. For example, you could try launching with this configuration:

java -Djava.net.useSystemProxies=true -jar multibit-hd.jar

This would read whatever system proxies are currently in place and apply them to MultiBit.

You may find the additional information in this Stack Overflow article useful.

Since this is an advanced option we won't be adding it to the UI.

SMH17 commented 8 years ago

I know this, but is annoying procedure. A dedicated option in the GUI is far better option.