Monero miner written in java using JNI bindings.
- Binary releases: https://github.com/netindev/drill/releases
- Git tree: https://github.com/netindev/drill.git
Usage: java -jar drill-x.x.x.jar -thread 2 -host localhost -port 3333 -user 4AignrnSVPiXUwk3nKBsTWVi4PCvAKPsrJKSpqinK55bQPFXHTsbYbe5FtUmxjJTbcATQ233gkntYA51fd6Hmur5F3v2o1G -pass x
Arg | Description | Required |
---|---|---|
-host | Pool host to connect | Yes |
-user | Username to login, also can be used your address | Yes |
-port | Pool host port | Yes |
-pass | Password to login | Optional |
-thread | Thread count | Optional |
-help | Prints the help | Optional |
CMake:
- Install CMake
- Go to:
..\drill\src\main\jni
and executecmake .
Java:
- Install Maven
- Go to:
..\drill
and executemvn clean install