Skip to content

netindev/drill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drill Build Status

Monero miner written in java using JNI bindings.

Download

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\jni and execute cmake .

Java:

  • Install Maven
  • Go to: ..\drill and execute mvn clean install

Contacts