Clone
Running the project this way requires Java 21+ JDK to be installed. You can use the vendor of your choice (I personally use Temurin).
-
Clone this repository
git clone git@github.com:RakambdaOrg/ChannelPointsMiner.git
. -
Get into the cloned directory
cd ChannelPointsMiner
. -
Build the jar
./gradlew build -x test
-
Run with
config.json
as the configuration-
Default:
java -jar miner/build/libs/miner-shaded.jar --settings config.json
-
With your own logger:
java -Dlog4j.configurationFile=log4j2.xml -jar miner/build/libs/miner-shaded.jar --settings config.json
-