Beta 0.5.5 is here!
This is minor release to fix some of the issues.
Changes:
UI improvements
fixed bug that could lead to fork (people stuck at block 3700 have to delete their db and resync)
fixed bug in transaction anti-spam (thanks to spammers)
Closed issues (doesn't mean solved ;)):
https://github.com/NewEconomyMovement/NemCommunityClient/issues/236
https://github.com/NewEconomyMovement/NemCommunityClient/issues/237
https://github.com/NewEconomyMovement/NemCommunityClient/issues/239
https://github.com/NewEconomyMovement/NemCommunityClient/issues/234
https://github.com/NewEconomyMovement/NemCommunityClient/issues/249
https://github.com/NewEconomyMovement/NemCommunityClient/issues/250
https://github.com/NewEconomyMovement/NemCommunityClient/issues/251
https://github.com/NewEconomyMovement/NemCommunityClient/issues/256
There's a good reason to try standalone instead of webstart - it starts a lot faster
Some hints for multi-sig
If you convert an account into a multi-sig account that account will from that point on only act as a "storage". You can't issue tx from that account directly anymore - only from it's cosignatories.
DO NOT set the multisig account as cosignatory of itself. Since multisig account can't issue any transactions it will also NOT be able to cosign any transactions, therefore will yield the funds UNTOUCHABLE.
Quick Example (via pestmaster):
You have a lot of NEM and you're afraid your girl is spending all your NEM on shoes again. So you want to set up a multi-sig account so that you will have to sign every tx your girlfriend makes.
For this purpose you create a new account A and convert it to a multi-sig account. As co-signatories you set an account controlled by you (B) and your girlfriends account ©.
When that process is completed B and C will be able to spend NEMs from A but only when the other party also signs the tx.
Remember this is just the first iteration of multi-sig so more flexibility will be added in the future. For example right now all keys are needed to sign a tx. In the future we might have multi-sig accounts that only require a subset of all co-signatories to sign.
[hr]
NEM requires Java 8
You can start NCC and NIS with the following link:
http://bob.nem.ninja/webstart/
Alternatively, you could just shutdown and restart NEM monitor by double-clicking the NEM icon on the desktop.
Standalone version: http://bob.nem.ninja/
[hr]
Usual Troubleshooting Guide:
[li]Standalone - shouldn't have issues with this release.[/li]
[li]Webstart,
[li]kill any running jawa/jawaws processes[/li]
[li]Go to java control panel, and hit "View…" (can be run with javaws -viewer)
[li]from "applications" remove both NCC and NIS[/li]
[li]to be sure check resources and clean them all (this will cause redownload of everything, which might take a bit,
but should help with most of the problems)[/li]
[/li]
[li]There is a detailed post on how to remove the NEM software prior to installing the new version in the ournem forum:
https://forum.ournem.com/index.php?topic=2635.msg8834#msg8834[/li]
[li]If you end up on a fork, go to c:\users<i><username>\nem\nis and delete data subdirectory[/li]
[/li]
As most of you know, this is probably last testnem release.
Enjoy the new version