Orchid has been removed from master, as it is unmaintained for years.
It's still in the current stable version (0.14.x), and I think it
doesn't need a proxy as it sets the circuits up itself (in-process).


On 03/30/2017 04:35 PM, Emilio Norrmann wrote:
> I'm trying to setup orchid to use my local proxy, and then to connect
> the wallet via orchid, but this is not working
> 
> |
>         System.setProperty("http.proxyHost","10.4.8.21");
>         System.setProperty("http.proxyPort","8080");
>         System.setProperty("https.proxyHost","10.4.8.21");
>         System.setProperty("https.proxyPort","8080");
> 
>         BriefLogFormatter.init();
>         NetworkParametersparams=MainNetParams.get();
>         StringfilePrefix ="test";
>         WalletAppKitkit =newWalletAppKit(params,newFile("."),filePrefix);
>         kit.useTor();
>         kit.startAsync();
> |
> 
> what is the correct way to tell orchid to use my corporate proxy ?
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to