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
crowetic ce33abcade
Merge pull request #200 from jschulthess/reticulum
Reticulum Mesh Fixes, synchronized code with qortal-4.5.2-a02d1ce.
2024-08-20 11:13:46 -07:00
.github/workflows Updated depreciated actions 2023-02-04 21:57:31 -05:00
.vscode Create settings.json 2023-10-12 11:23:36 +02:00
lib update reticulum library, sync up with qortal version 4.5.2 2024-08-14 16:21:33 +02:00
src create identities directory if it does not exist 2024-08-14 19:49:48 +02:00
testnet Update testchain.json 2023-12-06 16:17:34 +01:00
tools Update fee in qdn script 2023-09-08 03:30:06 -04:00
WindowsInstaller Update Advance Installer 2023-11-04 16:32:24 +01:00
.gitignore Added testnet files to testnet/ directory. 2023-03-10 14:28:13 +00:00
AutoUpdates.md Fix file ending 2024-01-07 14:34:20 +01:00
DATABASE.md Documentation updates 2021-02-06 10:59:31 +00:00
Dockerfile feat: add Dockerfile 2022-01-23 16:48:34 -08:00
log4j2.properties Update logging properties 2023-09-05 15:20:21 +02:00
pom.xml Merge remote-tracking branch 'origin/master' into reticulum 2024-08-14 16:02:29 +02:00
Q-Apps.md Added optional minLevel filter to GET /arbitrary/resources/search and the SEARCH_QDN_RESOURCES action. 2023-06-23 11:55:49 +01:00
README.md Fixed inaccurate README text that was accidentally merged from the data node repository. 2022-01-29 22:37:27 +00:00
run.sh Improved start-up shell script "start.sh" 2020-09-01 10:25:48 +01:00
start.sh add starup options for netty 2024-08-14 19:48:47 +02:00
stop.sh Updated stop.sh script to use the /admin/stop API endpoint if an apikey.txt file is available. 2022-01-13 19:18:39 +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