-1
dear friends. Due that my ISP blocks connection to pools i need to make a redirection via VPS that i has to a mining pool. I am very bad at networking and hardly can imagine how can i accomplish this. Let's be more specific.
The miner i am using is Claymore CryptoNote CPU Miner v3.5 Beta.
IP Address of my VPS is 104.198.203.30
My VPS system is
uname -a
Linux instance-11 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
Questions:
- What do i enter in my bat file to start miner under -o option ?
- What commands do i need to enter on my VPS to forward all mining packets to a dwarf pool that has following address: xmr-usa.dwarfpool.com:10000
I need my miner to connect to dwarf pool via ssh or any other method through VPS(104.198.203.30). I got root access to my VPS machine. For my ISP it should look like i am sending packages to 104.198.203.30 and not dwarf pool.
Your help is highly appreciated.
3This may be more on-topic for a general purpose networking site, since VPN forwarding isn't really specific to Bitcoin at all. But you should say what OS you are using on your mining system. The simplest approach may be to set up an ssh tunnel, e.g. the
-Loption tossh. – Nate Eldredge – 2017-07-03T16:10:26.033i am using windows server 2016 on mining machine. sorry for placing it here. – GavGav – 2017-07-03T16:21:01.887
1@GavGav, I think you should edit your question so you do not expose your IP address in public. – renlord – 2017-07-09T18:20:05.170