Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
Come-from-Beyond
on 02/12/2013, 12:56:06 UTC
Version 0.3.0 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip
*.nxt files if u need any - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

1. Download nxt.zip
2. Unzip it!
3. Open "nxt" directory.
4. Put there *.nxt files (near start.jar).
5. Type
Code:
java -jar start.jar
6. Open http://localhost:7874/nxt to launch Nxt servlet (u should see "HTTP ERROR 405").
7. Open http://localhost:7875 for GUI.

If ur server is visible on the Internet and has a static IP or domain then go to "/webapps/root/WEB-INF" and open "web.xml". Change line "" to "MY_ADDRESS". (Replace MY_ADDRESS with IP/domain). Save the file, go back to "nxt" directory and then type
Code:
java -jar start.jar

This version contains a mess of old and new code, ignore exceptions, just check if u can download blocks and send transactions. 0.3.0 was tested in local network, now we r supposed to test it in wild.

PS: We have to wait when most of peers pick the longest chain.