Well I have spent another three hours with a little success but I am still not connected.
I have the following settings
IP: 192.168.1.200
Mask: 255.255.255.0
Gateway: 192.168.1.1 (also tried 0.0.0.0)
WEB Port 8000
Primary DNS : 192.168.10.108 (my wifi IP)
Secondary DNS: 192.168.10.108
Pool ports 8332,8332
Pool addresses 183.107.212.103,183.107.212.103 (my computers ip address) I also tried the ip address of the pool's server.
Miners user:pass worker.pass X 2
I then set up bfgminer with a bat file to run the stratum proxy
The settings in that are
mining_proxy.exe -o stratum+tcp://uk1.ghash.io -p 3333
Which results in the following error.
C:\Downloads\Software\bfgminer-3.9.0-win32>mining_proxy.exe -o stratum+tcp://uk1
.ghash.io -p 3333
C:\Downloads\Software\bfgminer-3.9.0-win32\mining_proxy.exe\twisted\web\util.py:
372: DeprecationWarning: Passing filenames or file objects to XMLFile is depreca
ted since Twisted 12.1. Pass a FilePath instead.
2013-12-30 21:51:17,839 INFO proxy jobs. # C extension for midstate not
available. Using default implementation instead.
2013-12-30 21:51:17,845 WARNING proxy mining_proxy.main # Stratum proxy version:
1.5.2
2013-12-30 21:51:17,852 WARNING proxy mining_proxy.test_update # Checking for up
dates...
2013-12-30 21:51:20,112 WARNING proxy mining_proxy.test_update # Check failed.
2013-12-30 21:51:20,112 WARNING proxy mining_proxy.main # Trying to connect to S
tratum pool at stratum+tcp://uk1.ghash.io:3333
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: stratum.custom_exceptions.TransportException: SocketTransportClientFact
ory connection timed out
2013-12-30 21:53:20,114 ERROR proxy client_service.on_timeout # Connection to up
stream pool timed out
2013-12-30 21:55:20,114 ERROR proxy client_service.on_timeout # Connection to up
stream pool timed out
Any ideas?
this is wrong.
you comp IP is different, if you got router, login and check who is conneted and what IP got your laptop.
should be something like 192.168.1.X
what you wrote is external IP and this is not what you looking for.
My ip is in Korea, so that is the difference, I think. Actually, my router IP is different than my Wifi ip.
When I run ipconfig from a command prompt I get
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\삼성>ipconfig
Windows IP Configuration
Wireless LAN adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter 무선 네트워크 연결:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::c0a1:4b4a:2da9:9c97%11
IPv4 Address. . . . . . . . . . . : 192.168.10.108
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 0.0.0.0
192.168.10.1
Ethernet adapter 로컬 영역 연결:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::384a:e5c:4cd0:9a1b%10
IPv4 Address. . . . . . . . . . . : 172.30.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.30.1.254
So the IP addresses are correct.