Bitcoin Forum
May 28, 2024, 01:53:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to mine Litecoins behind a proxy on Windows?  (Read 7344 times)
Ali (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 13, 2012, 10:15:00 AM
 #1

I'm using cpuminer right now to mine Litecoins. I'm behind a proxy and "minerd --help" doesn't bring up any options to specify a proxy.
What am I supposed to do?
pooler
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
February 13, 2012, 01:39:25 PM
 #2

I'm using cpuminer right now to mine Litecoins. I'm behind a proxy and "minerd --help" doesn't bring up any options to specify a proxy.
What am I supposed to do?

According to the libcurl documentation, setting the environment variable http_proxy should do the trick.
This seems to work well under Linux:
Code:
export http_proxy=http://proxyaddress:port/
./minerd [usual options]
I don't have a Windows box to try it on, but I'm going to guess that
Code:
set http_proxy=http://proxyaddress:port/
minerd [usual options]
will work.

It may also be useful to know that some pools (Pool-X for instance) allow mining on port 80.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Ali (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 13, 2012, 02:04:11 PM
 #3

Thank you. Setting the environment variable HTTP_PROXY helped. It is working now.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!