Skip to content

Arionum-Java-Miner Release 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ProgrammerDan ProgrammerDan released this 05 Feb 20:30

DO NOT USE THIS RELEASE; update to 0.2.1-hf immediately.

Release details:

  • Auto-adapt to block 10800-hf-resistance to remain compliance with primary node code.

  • Re-architected to use CPU affinity and single-threaded argon, so that each core can be pegged individually.

  • Improved stats, including colorized display for Windows and *nix

  • Advanced installation options for maximizing performance.

Advanced installation:

Windows:

  1. Install Maven, git, and Java 8 JDK (minimum).

  2. Clone this repository locally, and navigate to arionum-miner folder.

  3. Run mvn clean package

  4. Run in a Command Prompt: pick-argon.bat -- it will ask for Administrator escalation, this is to check for hardware features, please accept.

  5. Run miner using run.bat.

Alternatively, if you know that your CPU supports AVX2 or AVX instructions, download the appropriate pre-built .exe here.

Linux:

  1. Install Maven, git, Java 8 JDK, make, and gcc.

  2. Clone this repository locally, and navigate to arionum-miner folder.

  3. Run mvn clean package

  4. Run chmod +x build-argon.sh

  5. Run build-argon.sh

  6. Run miner using run.sh -- this will use the locally built high-performance argon2i libraries automatically.

For Linux users, I strongly recommend using these instructions.