Skip to content

v0.9.6

Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 11 Oct 20:14
· 361 commits to main since this release
ed41dd4
Kinode

Hotfix release that resolves a networking issue related to new file descriptor management.

Running the Binary

To run the binary, you must indicate where the home folder for the node will be. You may also optionally specify your HTTP port. The default if unspecified is the first free port at or above 8080. Here's an example:

./kinode home/mynodename

What's Changed

  • hotfix: in net, use AtomicU64 in Peers to respect fd_manager limits by @dr-frmr in #570

Full Changelog: v0.9.5...v0.9.6