CalDescent 6da671ba86 Started work to compute a PoW nonce in the online accounts manager.
This isn't used for anything yet, but it's enough to measure the performance implications of continually computing a nonce.
2021-11-27 22:59:34 +00:00
2021-05-26 11:27:46 +01:00
2021-10-04 22:45:05 +01:00
2021-02-21 17:12:02 +00:00
2021-02-06 10:59:31 +00:00
2021-11-24 18:36:40 +00:00
2021-02-06 10:59:31 +00:00
2021-02-06 10:59:31 +00:00

Qortal Project - Official Repo

Build / run

  • Requires Java 11. OpenJDK 11 recommended over Java SE.
  • Install Maven
  • 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.
  • Or use supplied example shell script: start.sh
Description
The primary qortal core repository, cloned to https://gitea.qortal.link for posterity and future more in-depth utilization.
https://qortal.dev
Readme 515 MiB
Languages
Java 98%
JavaScript 0.6%
Shell 0.5%
HTML 0.5%
Perl 0.3%