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();
        NetworkParameters params = MainNetParams.get();
        String filePrefix = "test";
        WalletAppKit kit = new WalletAppKit(params, new File("."), 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to