Skip to content

ManfredKarrer/archived-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.7.1-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

About

@bisq-network nodes used for p2p network bootstrapping and message queueing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.6%
  • Shell 16.4%