[center]
[/center][center]0.6.28 is here![/center]
[hr]
Changes:
[li]Reduced high cpu usage. This should also solve some problems related to not harvesting constantly. - Eigentrust++ recalculation was done more times than needed, which caused slowdown when refreshing nodes.[/li]
[li]In standalone AUTOHARVESTING has been set to OFF as default - this caused problems, when most newcomers booted with key unknown to network.[/li]
[li]Updated docs http://bob.nem.ninja/docs/ for details (v1.11).[/li]
[li]No github issues closed this time, we were concentrating on something else (details coming soon)[/li]
[li]
This version offers an additional feature which you can switch on in your config.properties: historical account data
When you enable this feature your node can supply historical account information like balance / importance / page rank for any block height!
The API request is
http://<your node>:7890/account/historical/get?address=<address>&startHeight=<startHeight>&endHeight=<endHeight>&increment=<increment>
where
<your node> is the ip address of your node
<address> is a valid address
<startHeight> is the height from which on you want to get the data
<endHeight> is the height up to which you want to get data
<increment> is the value used to increment the height between subsequent data points.
So a valid request would be for example
[tt]
[url=http://bigalice3.nem.ninja:7890/account/historical/get?address=NALICELGU3IVY4DPJKHYLSSVYFFWYS5QPLYEZDJJ&startHeight=1&endHeight=24000&increment=359]http://bigalice3.nem.ninja:7890/account/historical/get
?address=NALICELGU3IVY4DPJKHYLSSVYFFWYS5QPLYEZDJJ
&startHeight=1
&endHeight=24000
&increment=359
[/tt]
For more info read bob.nem.ninja/docs/index.html#retrieving-historical-account-data
To turn on the feature just change the entry
nis.optionalFeatures = TRANSACTION_HASH_LOOKUP
to
nis.optionalFeatures = TRANSACTION_HASH_LOOKUP|HISTORICAL_ACCOUNT_DATA
in the file config.properties.
The feature is [B]not turned on by default because it relies on caching more data which is more memory intensive.
Only turn on the feature if your node has enough memory for the java process.[/li]
[hr]
NEM requires Java 8
Remember installer requires 64-bit java
You can download java from official page: http://java.com/en/download/manual.jsp
You can start NCC and NIS with an installer from the following link:
http://bob.nem.ninja/installer/
Standalone version: http://bob.nem.ninja/