Post
Topic
Board Beginners & Help
Topic OP
(Ubuntu) Tunneling DiabloMiner
by
insanityflea
on 25/01/2012, 10:49:07 UTC
Hi All,

I've been battling for a few days now, I need to tunnel the miner as I cannot use port 8332.

The closest I've got:

Ssh Tunnel:
Code:
ssh -f user@proxy -D 8332 -p 80 proxy.com  (connects fine)

Start DiabloMiner
Code:
DiabloMiner-Linux.sh -u user@miningpool -p password -o pit.deepbit.net -r 8332 -x 127.0.0.1:8332

But I get:

Code:
ERROR: Cannot connect to pit.deepbit.net: Unexpected end of file from server

If anyone could help me out here I'd really appreciate it
Thank you in advance.

PPS I also tried proxychains (proxychains.conf : socks5 127.0.0.1 8332)
Code:
proxychains DiabloMiner-Linux.sh -u user@miningpool -p password -o pit.deepbit.net -r 8332

Also no luck Sad