I just installed this according to instructions on a Ubuntu 16.04.2 with all updates to date. I tried flypool, nanopool, suprnova using the EWBF miner ... all fail. Connecting directly to the pools works just fine.
my config.json is
{
"wallet": "${MY_ZCASH_ADDRESS}.proxy",
"pool": {
"host": "eu1-zcash.flypool.org",
"port": 3333
}
}
Launched the proxy ... seems to work so far:
# node proxy.js
zecProxy is listening on port 8000
zecProxy connected to eu1-zcash.flypool.org:3333
Then I launched the ewbf miner ... it fails:
# ./miner --server localhost --port 8000 --user ${MY_ZCASH_ADDRESS}.rig1 --pass x --solver 0
+-------------------------------------------------+
| EWBF's Zcash CUDA miner. 0.3.4b |
+-------------------------------------------------+
INFO: Current pool: localhost:55555
INFO: Selected pools: 1
INFO: Solver: User defined.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
INFO: Target: 00083126e978d4fd...
INFO: Detected new work: fb7378cc1589ebcc45a1
ERROR: Stratum authorization timeout
The proxy output says:
# node proxy.js
zecProxy is listening on port 8000
zecProxy connected to eu1-zcash.flypool.org:3333
====================================
miner listener received data{"id":1,"method":"mining.subscribe","params":["EWBF 0.3.4b",null,"localhost","8000"]}
this data has been sent to the mining pool
====================================
====================================
pool socket has received data{"id":1,"result":["0176826716","0176826716"],"error":null}
====================================
====================================
miner listener received data{"id":2,"method":"mining.authorize","params":["${MY_ZCASH_ADDRESS}.rig1","x"]}
this data has been sent to the mining pool
====================================
====================================
pool socket has received data{"id":1,"result":true,"error":null}
====================================
====================================
pool socket has received data{"id":null,"method":"mining.set_target","params":["00083126e978d4fdf3b645a1cac083126e978d4fdf3b645a1cac083126e978d4"]}
sending this to the miners{"id":null,"method":"mining.set_target","params":["00083126e978d4fdf3b645a1cac083126e978d4fdf3b645a1cac083126e978d4"]}
====================================
====================================
pool socket has received data{"id":null,"method":"mining.notify","params":["fb7378cc1589ebcc45a1","04000000","86e62c3a16ffd7425fc06f95ac7f53b782f790128a53f93fe7209f2a00000000","add2f0e4852eebe56de710c31025e81d094f35689a4a415850f0568333363fcc","0000000000000000000000000000000000000000000000000000000000000000","57884559","1187311c",true]}
sending this to the miners{"id":null,"method":"mining.notify","params":["fb7378cc1589ebcc45a1","04000000","86e62c3a16ffd7425fc06f95ac7f53b782f790128a53f93fe7209f2a00000000","add2f0e4852eebe56de710c31025e81d094f35689a4a415850f0568333363fcc","0000000000000000000000000000000000000000000000000000000000000000","57884559","1187311c",true]}
====================================
miner disconnected
removing connection from dictionary
Executing the miner directly works just fine:
./miner --server eu1-zcash.flypool.org --port 3333 --user ${MY_ZCASH_ADDRESS}.rig1 --pass x --solver 0
+-------------------------------------------------+
| EWBF's Zcash CUDA miner. 0.3.4b |
+-------------------------------------------------+
INFO: Current pool: eu1-zcash.flypool.org:3333
INFO: Selected pools: 1
INFO: Solver: User defined.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
INFO: Target: 00083126e978d4fd...
CUDA: Device: 0 GeForce GTX 1080 Ti, 11172 MB i:64
INFO: Detected new work: 1b08648e83e4b652f78b
CUDA: Device: 1 GeForce GTX 1070, 8112 MB i:64
CUDA: Device: 0 User selected solver: 0
CUDA: Device: 1 User selected solver: 0
INFO 20:52:33: GPU0 Accepted share 12ms [A:1, R:0]\
...
I just installed this according to instructions on a Ubuntu 16.04.2 with all updates to date. I tried flypool, nanopool, suprnova using the EWBF miner ... all fail. Connecting directly to the pools works just fine.
my config.json is
Launched the proxy ... seems to work so far:
Then I launched the ewbf miner ... it fails:
The proxy output says:
Executing the miner directly works just fine: