ZcashMiner can't connect. Connection refused

Hi,
after one day of successful working ZcashMiner can’t establish a connection now. It stop working after 18314 block.
I see this line in a log:
connect() to 46.105.126.215:18333 failed after select(): Connection refused (111)
Ping to alphatestnet.z.cash (46.105.126.215) goes successfully.

The testnet has been reset for an updated version of the software. Delete all your old zcash folders and start over.

1 Like

Thank you,
and as I understand, I have not to delete only but to update and compile again in this way:
git fetch origin
git checkout zc.v0.11.2.z5
Build:
./zcutil/fetch-params.sh
./zcutil/build.sh -j8
Delete old testnet data: rm -rf ~/.zcash/testnet3/

1 Like