forked from Qortal/qortal
catbref
9e2663b11b
Fixed old Qora v1 "GenesisAccount" by replacing with NullAccount
NullAccount has 'empty' public key (32 bytes of zeros) compared with GenesisAccount's vague sometimes 8 bytes, sometimes 32 bytes public key. NullAccount has static public key and address, plus overridden methods to speed up pointless calls like verify(). Genesis Block also tidied up, dropping old Qora v1 compatibility and using proper block signature and public key to generate minter's block signature. Genesis Block transaction processing also simplified, with no need to access repository to handle fake references, due to new last-reference code (which will need to be merged). Dropped support for old, broken RMD160 code.
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: run.sh
Description
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.
Languages
Java
98%
JavaScript
0.6%
Shell
0.5%
HTML
0.5%
Perl
0.3%