Author

Topic: Json.conf Einstellen für Proxy ? (Read 1175 times)

member
Activity: 122
Merit: 17
September 14, 2016, 10:02:08 AM
#1
Hallo ich sitze jetzt gerade in der Schule und wir benutzten einen Proxy hier,

Internet funktioniert und die meisten Programme auch, nur ich weis gerade nicht wie ich diesen Config File bearbeiten muss. oder wo ich das mit dem Proxy eintragen soll kann mir das einer einen Tip gehen

wir benutzen einen http proxy

Code:
{
"_comment1" : "Any long-format command line argument ",
"_comment2" : "may be used in this JSON configuration file",

"api-bind" : "127.0.0.1:4048",

"url" : "stratum+tcp://Url",
"user" : "Wallet",
"pass" : "x",

"algo" : "cryptonight",
"threads" : 0,
"cpu-priority" : 0,
"cpu-affinity" : -1,

"benchmark" : false,
"debug" : false,
"protocol": true,
"quiet" : false
}



in der Readme steht das drin aber leider kein Beispiel

### Connecting through a proxy

Use the --proxy option.

To use a SOCKS proxy, add a socks4:// or socks5:// prefix to the proxy host 
Protocols socks4a and socks5h, allowing remote name resolving, are also available since libcurl 7.18.0.

If no protocol is specified, the proxy is assumed to be a HTTP proxy. 
When the --proxy option is not used, the program honors the http_proxy and all_proxy environment variables.


wäre gut wenn mir jemand einen Tip geben würde Danke schön.



Jump to: