Beta 0.6.2
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
- fix: enforce ws-routing port by @dr-frmr in #282
- fix: use personal rpc for register, if set with flag by @dr-frmr in #286
- fix: remove control chars from pasted lines by @dr-frmr in #288
- fix: insert headers even if they're set-cookie by @dr-frmr in #289
- Move homepage & appstore UIs to main repo by @0x70b1a5 in #285
- fix login page and add compiled types to register-ui by @0x70b1a5 in #296
- static files by @dr-frmr in #297
New Contributors
Full Changelog: v0.6.1...v0.6.2