drill
drill copied to clipboard
Monero miner written in java using JNI bindings
drill 
Monero miner written in java using JNI bindings.
Download
- Binary releases: https://github.com/netindev/drill/releases
- Git tree: https://github.com/netindev/drill.git
Usage
Usage: java -jar drill-x.x.x.jar -thread 2 -host localhost -port 3333 -user 4AignrnSVPiXUwk3nKBsTWVi4PCvAKPsrJKSpqinK55bQPFXHTsbYbe5FtUmxjJTbcATQ233gkntYA51fd6Hmur5F3v2o1G -pass x
Options
| 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 |
Build
CMake:
- Install CMake
- Go to:
..\drill\src\main\jniand executecmake .
Java:
- Install Maven
- Go to:
..\drilland executemvn clean install