1
I'm fairly new to bitcoin and mining and am currently using a very restrictive ISP(port forwarding is not permitted). Therefore, it is not possible to connect to the bitcoin network(port 8333 is blocked). I also have a work station, in a different network, which doesn't share the above limitation. I am using ubuntu 12.04 and went for the OpenVPN package. I can connect to the remote machine but don't know how to route mining traffic through it. Also, I don't want to delegate mining tasks to the remote box as it is a low end machine. Is mining through a VPN tunnel possible in this context?
Are you sure that a port forwarding is needed for mining? As far as I know, you just need to be able to send traffic out on that port. (if your ISP blocks everything but port 80 for traffic or some such, that would be a problem) – Earlz – 2014-01-31T05:42:26.140
You need that port when peers broadcast transaction information; and sadly yes the ISP blocks all inbound connections – Sebi – 2014-01-31T09:03:14.673
There is no way, at least not with a pool. I have a restrictive firewall (no UPnP or ports forwarded) and I have no problems connecting to the bitcoin network. Do you mean the ISP blocks all outbound connections on non-standard ports or some such? – Earlz – 2014-01-31T14:48:39.747
Yes, nobody can connect to my machine. I am currently trying to set up OpenVPN on the remote machine. – Sebi – 2014-01-31T14:59:03.510
I'm also having what appears to be an issue with running
bitcoindbehind OpenVPN.bitcoindappears to crash after a few minutes with nothing in~/.bitcoin/debug.log. Couple questions: