Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
MaWo
on 16/07/2015, 21:27:36 UTC

I suggest to also put an informative header into the nhz-default.properties
(alike the explanations in the header of in /conf/logging-default.properties).

Is already included in hz-v4.0 Smiley



About updating to newer code ...

A while ago, someone Mawo posted this easy scheme to install and upgrade:

Code:
# upgrade to latest version:
git pull
./compile.sh
screen -rd hzlive
CTRL-C
screen -S hzlive -L ./run.sh

which I am using on my node. Now after 'git pull; ./compile.sh' I get these messages:

Code:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
nhz.jar generated successfully

Could anyone explain the meaning to me?  Thx.

The library json-simple-1.1.1.jar uses not typed raw types.
The compiler can not check at compile time for type safety.
The note is the corresponding warning.

...
But it still takes ages to finish booting up. Which future version will skip the blockchain scanning?

hz-v4.x

I suggest to put an informative sentence at the end "keep this NRS open while you forge or access the wallet", see truxtons newbie troubles.

I've added a hint for windows users, thanks.

I suggest you include two such scripts, one for Linux/Mac, one for Windows, to (semi-)automatically make those above changes to recycle the nhz_db from HZdefault?

That is beyond my scope.

Code:
DB_CLOSE_ON_EXIT=FALSE
What is the meaning of this?
And why is FALSE the default?

That's to avoid a "Database is already closed" issue with the embedded h2 database.