xdagj-native-randomx v0.2.6
What's Included
This release includes the Java library with native RandomX bindings for multiple platforms.
Native Libraries Included
- Linux: x86_64
- Windows: x86_64
- macOS: x86_64 (Intel), aarch64 (Apple Silicon)
System Requirements
- Java 21 or later
- Supported operating systems:
- Linux (x86_64)
- Windows (x86_64)
- macOS (Intel & Apple Silicon)
Installation
Add to your Maven project:
<dependency>
<groupId>io.xdag</groupId>
<artifactId>xdagj-native-randomx</artifactId>
<version>0.2.6</version>
</dependency>Performance Notes
- macOS Apple Silicon (M1/M2/M3): Use JIT + SECURE flags for optimal performance (~12x speedup)
- All platforms support hardware AES acceleration when available
Known Issues
None reported for this release.
Documentation
See the README for usage examples and API documentation.