Only ~24 hour to planned fork.
I start to try it with real-net.
ifinta@debian-imx6:~/hz-source$ git tag
hz-v3.9
hz-v3.9.1
hz-v3.9.2
hz-v4.0e
hz-v4.0e-revoked
hz-v5.2
ifinta@debian-imx6:~/hz-source$ git checkout hz-v5.2
Note: checking out 'hz-v5.2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at e36d91f... Merge branch 'master' into develop
ifinta@debian-imx6:~/hz-source$ ./compile.sh
Note: src/java/nxt/http/APIServlet.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Horizon class files compiled successfully
ifinta@debian-imx6:~/hz-source$ ./run.sh
Initializing Horizon server version NHZ V5.2
isHeadless=true
Loading nhz-default.properties from classpath
Loading nhz.properties from classpath
Loading logging-default.properties from classpath
2015-11-16 20:33:17 INFO: nhz.enableStackTraces = "true"
2015-11-16 20:33:17 INFO: nhz.enableLogTraceback = "false"
2015-11-16 20:33:17 INFO: logging enabled
2015-11-16 20:33:17 INFO: socksProxyHost not defined
2015-11-16 20:33:17 INFO: socksProxyPort not defined
[b]2015-11-16 20:33:17 INFO: nhz.isTestnet = "false"[/b]
2015-11-16 20:33:17 INFO: nhz.isOffline = "false"
2015-11-16 20:33:17 INFO: nhz.dontForge = "false"
2015-11-16 20:33:17 INFO: nhz.maxRollback = "1441"
2015-11-16 20:33:17 INFO: nhz.forgingDelay = "20"
2015-11-16 20:33:17 INFO: nhz.forgingSpeedup = "3"
2015-11-16 20:33:17 INFO: nhz.maxPrunableLifetime = "0"
2015-11-16 20:33:17 INFO: nhz.includeExpiredPrunable = "false"
2015-11-16 20:33:17 INFO: nhz.statementLogThreshold = "10000"
2015-11-16 20:33:17 INFO: nhz.transactionLogThreshold = "15000"
2015-11-16 20:33:17 INFO: nhz.transactionLogInterval = "15"
2015-11-16 20:33:17 INFO: nhz.dbCacheKB = "0"
2015-11-16 20:33:17 INFO: nhz.dbUrl = "jdbc:h2:nhz_db/nhz;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE"
2015-11-16 20:33:17 INFO: nhz.dbType = "h2"
2015-11-16 20:33:17 INFO: nhz.dbDir = "nhz_db/nhz"
2015-11-16 20:33:17 INFO: nhz.dbParams = "DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE"
2015-11-16 20:33:17 INFO: nhz.dbUsername = "sa"
2015-11-16 20:33:17 INFO: nhz.dbPassword = "{not logged}"
2015-11-16 20:33:17 INFO: nhz.maxDbConnections = "30"
2015-11-16 20:33:17 INFO: nhz.dbLoginTimeout = "70"
2015-11-16 20:33:17 INFO: nhz.dbDefaultLockTimeout = "60"
2015-11-16 20:33:21 INFO: Database update may take a while if needed, current db version 230...