Qortal Core - Main Code Repository Decentralized Data Network - Blockchain - TRUE Cross-Chain Trading - Application and Website Hosting - Much More - Qortal is the future internet infrastructure for the global digital world.
Go to file
catbref dce919f58c Updated pre-launch blockchain config + fixes
Fixed build timestamp parsing in Controller post reproducible build.
Fixed REGISTER_NAME support in genesis block.
2020-01-24 11:35:30 +00:00
lib/org/ciyam/at Bump HSQLDB from svn r5970 to release v2.5.0 2019-08-02 13:05:18 +01:00
src Updated pre-launch blockchain config + fixes 2020-01-24 11:35:30 +00:00
.gitignore Updated .gitignore 2019-11-26 10:20:06 +00:00
DATABASE.md Updated build instructions in README.md and moved database info to DATABASE.md 2020-01-22 10:54:21 +00:00
log4j2.properties Fix case-typo in log4j2.properties 2019-11-26 08:57:04 +00:00
pom.xml pom.xml modifications for reproducible builds 2020-01-23 11:59:34 +00:00
README.md Updated build instructions in README.md and moved database info to DATABASE.md 2020-01-22 10:54:21 +00:00

((Qora2)) - Qortal Project - Official Repo

Build / run

  • Requires Java 11
  • Use Maven to fetch dependencies and build: mvn clean package
  • Built JAR should be something like target/qortal-1.0.jar
  • Create basic settings.json file: echo '{}' > settings.json
  • Run JAR in same working directory as settings.json: java -jar target/qortal-1.0.jar
  • Wrap in shell script, add JVM flags, redirection, backgrounding, etc. as necessary.