Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

bisq-network/bisq-seednode

Repository files navigation

bisq-seednode

Build Status

Prerequisite

Be sure to have the bcprov-jdk15on-1.56.jar file inside of the JDKs ext directory:

[PATH TO JAVA_HOME]/jre/lib/ext/bcprov-jdk15on-1.56.jar

Build

sh create_jar.sh  (or ./gradlew build -x test shadowJar)

Run

java -jar ./build/libs/bisq-seednode-0.8.0-SNAPSHOT-all.jar  [options]

See also docs/run-on-tor-and-regtest.md

Import into IDEA

You'll first need to install the Lombok plugin for IDEA. Then import the project as you normally would.

Further information