Skip to content

Beta 0.6.2

Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 02 Apr 19:02
· 1186 commits to main since this release
1d8c6d5

Small fixes related to hostable nodes and registration frontend.

Boot instructions have not changed, but can now use the --ws-routing port to enforce a given port for the websockets-based networking protocol.

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 8080. Here's an example:

./kinode home/mynodename

For most purposes, you should be booting a testnet node on ETH Sepolia:

./kinode home/mynodename --testnet

Testnet nodes must use the --testnet flag on boot.

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2