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
2024-07-04 08:17:53 +02: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 Updated to bouncycastle 1.70 (AT and Core) 2024-06-29 12:23:57 +02:00
src Added sync from genesis and reindex 2024-07-04 08:17:53 +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 Bump version to 4.5.2 2024-06-30 18:41:04 +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 Improve default JVM memory arguments for mac/linux. 2024-01-03 17:23:23 -08: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