Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
Come-from-Beyond
on 13/12/2013, 14:38:40 UTC
Version 0.3.19e - https://dl.dropboxusercontent.com/u/67242472/nxt-experimental.zip

This is an experimental version, use it only if u want to help us as a tester.

Added "peerScheme" and "peerPort" in web.xml. This is for migration to HTTPS and different ports.
Added "maxNumberOfConnectedPublicPeers" in web.xml. Ur node will keep connecting to public peers until this number is reached. Previous version does it until total number of public and private peers < 100.
Removed code related to Colored Coins (to prepare source code for review). Now u don't have to copy so many .class files.

Made an attempt to fix blockchain downloading issue related to stuck "Catching up..." message. I removed it from .html files completely, so u won't see it anymore... It's a joke, I also changed a few lines of server code. Now blocks r downloaded faster (2 mins vs 30 mins in previous version) and u don't need to lock/unlock account to unfreeze Recent blocks widget (I hope). I wasn't able to check how the changes handle blockchain reorgs when orphaned blocks appear, that's why this version is experimental. If u can, please, install it and report if u see at least one orphaned block or the blockchain stops growing.