Skip to main content

0.25.13-alpha

Please report bugs using the issue tracker at GitHub:

https://github.com/flokiorg/go-flokicoin/issues

This release introduces MuSig2 improvements and critical network parameter corrections for TestNet4.

Highlights

  • MuSig2 (Aggregated Nonce Signing)

    • Added support for aggregated nonce signing flow in the MuSig2 implementation.
    • Included comprehensive test coverage for the new signing flow.
  • Network Parameters

    • TestNet4 P2P Port: Corrected the TestNet4 default P2P port from the Bitcoin value (48333) to the Flokicoin value (65212).
    • Comment Cleanup: Updated inline comments in chaincfg/params.go to reference Flokicoin rather than Bitcoin for the relevant network port entries.
  • Dependency Updates

    • Go SDK: Updated minimum Go version requirement to 1.26.1.
    • Routine go mod tidy cleanup.

Assets

OS/ArchAsset
macOS (Apple Silicon)https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-darwin-arm64-v0.25.13-alpha.tar.gz
macOS (Intel)https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-darwin-amd64-v0.25.13-alpha.tar.gz
Linux x86_64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-linux-amd64-v0.25.13-alpha.tar.gz
Linux arm64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-linux-arm64-v0.25.13-alpha.tar.gz
Windows x86_64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-windows-amd64-v0.25.13-alpha.zip
Windows 32-bithttps://github.com/flokiorg/go-flokicoin/releases/download/v0.25.13-alpha/lokid-windows-386-v0.25.13-alpha.zip

Additional builds (ppc64, mips, *BSD, illumos/solaris) are available on the GitHub release page.