Skip to content

Releases: jamescoxon/nano_distributed_pow_client

DPoW client 1.1.1

23 Feb 09:56
Compare
Choose a tag to compare

This release brings a fix to the following issue while reconnecting:

Reconnecting in 15 seconds...
Error: name 'ws' is not defined

DPoW client 1.1 - hotfix

25 Dec 18:57
1add3ef
Compare
Choose a tag to compare

Fix for the 1.1 release, closes socket connections before deleting the socket as some clients reported not being able to reconnect due to hung sockets.

DPoW client 1.1

20 Dec 20:40
Compare
Choose a tag to compare

This release comes quickly after 1.0, as some clients are still being "shadow disconnected" by the server. The following feature was added to help with this issue:

  • The clients will reconnect after 5 minutes without any message from the server.

DPoW client 1.0

18 Dec 09:21
Compare
Choose a tag to compare

This is the first stable release. It has been tested for several months, with the following new recent features:

  • Send keep-alive ping periodically (every 20 seconds)
  • Handle non-work (status) messages correctly

To use, follow the setup instructions.