0 Members and 4 Guests are viewing this topic.
NRS 0.3.14 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Fixed Opera rounding issue.
Version 0.3.8 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Rewritten web interface networking. Now HTTP & HTTPS can be used (http://localhost:7874 & https://localhost:7875). The latter is preferable if u use "online" wallet. Browsers will show warning coz TLS certificate is self-signed, try to add it into the certificate vault to get rid of the warning.
Version 0.3.9 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Fixed double URL decoding. Does it work?
Version 0.3.10 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip API now available on 7874 (http) and 7875 (https) ports. API request format changed from localhost:7876/?request=XXX to localhost:7874/nxt?requestType=XXX 2 parameters in web.xml added: "allowedUserHosts" (not enabled yet) and "allowedBotHosts". An example of "allowedBotHosts" value - "*" for all hosts or "173.194.70.102; 204.79.197.200" for some of them. As a quick trick web interface can be "disabled" by deleting all *.html files in "nxt/webapps/root" directory.
Version 0.3.11 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Enabled "sendMoney" API request. Fixed expired unconfirmed transactions issue (@anonymousHacker: check it plz). Fixed some issues related to memory leaks.
Version 0.3.12 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Upgrade only if u have 0.3.11 installed and want to generate blocks. Contains a quick work-around against unconfirmed double-spending transactions.
Version 0.3.13 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip Added warning for secret phrases < 30 symbols. Added extra transaction validation (@hacker: attempt ur trick again)