Hello fapar, thanks for your reply, below I will post my current configuration, still cannot get it to work
Geth
geth --ws --rpc --rpcaddr 192.168.212.2 --rpcport 8545
On Ether-Proxy config.json
{
"threads": 2,
"proxy": {
"listen": "192.168.212.4:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "100ms",
"hashrateWindow": "15m",
"submitHashrate": false,
"luckWindow": "24h",
"largeLuckWindow": "72h"
},
"frontend": {
"listen": "0.0.0.0:8080",
"login": "admin",
"password": ""
},
"upstreamCheckInterval": "5s",
"upstream": [
{
"name": "main",
"url": "
http://192.168.212.2:8545",
"timeout": "10s"
}
],
"newrelicEnabled": false,
"newrelicName": "MyEtherProxy",
"newrelicKey": "SECRET_KEY",
"newrelicVerbose": false
}
And my Claymore config
-epool
http://192.168.212.4:8546-ewal XXXXXXXXXXXXXXXX.miner101
-epsw x
-dpool dcr.suprnova.cc:3252
-dwal XXXXXXX.miner101
-dpsw x
-dcri 30
-allpools 1
-esm 1
-etha 0
-mode 0
-tt 1
-tstop 90
Still scratching my head....
thanks