After beating my head against the wall for several days, I'm hoping I have missed something ez here. Trying to run the strat-proxy server as setup lists on it nice/westhash's site. I have no problems at all getting to NiceHash and getting shares, my asics are getting about 15 mh very low errors, however I can't get any connection to Westhash at all, the config file is copied straight from the west hash site. All get is the errors below, over and over.
2014-10-22 22:06:42,733 ERROR [Pool-Westhash Scrypt-Thread]:strat.mining.stratum.proxy.pool.Pool - Disconnect of pool
Pool [name=Westhash Scrypt, host=stratum.westhash.com:3333, username=mybtcaddress, password=x, re
adySince=Wed Oct 22 21:56:44 CDT 2014, isReady=false, isEnabled=true, isStable=false, priority=1, weight=1].
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecode[Suspicious link removed]plRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.BufferedReader.fill(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at strat.mining.stratum.proxy.network.StratumConnection$1.run(StratumConnection.java:158)
2014-10-22 22:06:42,734 WARN [Pool-Westhash Scrypt-Thread]:strat.mining.stratum.proxy.manager.ProxyManager - Pool We
sthash Scrypt is DOWN. Moving connections to another one.
2014-10-22 22:06:42,734 INFO [Pool-Westhash Scrypt-Thread]:strat.mining.stratum.proxy.pool.Pool - Pool Westhash Scry
pt stopped.
2014-10-22 22:06:42,734 INFO [Pool-Westhash Scrypt-Thread]:strat.mining.stratum.proxy.pool.Pool - Trying reconnect o
f pool Westhash Scrypt in 5.0 seconds.
2014-10-22 22:06:44,835 INFO [Grizzly-worker(1)]:strat.mining.stratum.proxy.worker.GetworkWorkerConnection - Accepte
d share (diff: 2048.0) from x@Getwork-/MyLocalIP on Nicehash Scrypt. Yeah !!!!
My config is
{
"isScrypt" : true,
"disableStratum" : true,
"pools" :
[
{
"name" : "Nicehash Scrypt",
"host" : "stratum.nicehash.com:3333",
"user" : "MyBTCaddress",
"password" : "x",
"enableExtranonceSubscribe" : true
},
{
"name" : "Westhash Scrypt",
"host" : "stratum.westhash.com:3333",
"user" : "MyBTCaddress",
"password" : "x",
"enableExtranonceSubscribe" : true
}
]
}
Is it possible they have my IP banned or something? I can get to their website with no issues. So I tried pointing my GPUs at the x11 for NiceHash and WestHash, NiceHash works fine, however WestHash is showing up dead.