Arionum-Java-Miner Release 0.2.0
Pre-releaseDO 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:
-
Install Maven, git, and Java 8 JDK (minimum).
-
Clone this repository locally, and navigate to
arionum-miner
folder. -
Run
mvn clean package
-
Run in a Command Prompt:
pick-argon.bat
-- it will ask for Administrator escalation, this is to check for hardware features, please accept. -
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:
-
Install Maven, git, Java 8 JDK, make, and gcc.
-
Clone this repository locally, and navigate to
arionum-miner
folder. -
Run
mvn clean package
-
Run
chmod +x build-argon.sh
-
Run
build-argon.sh
-
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.