Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Nxt :: descendant of Bitcoin
by
magnebit
on 23/11/2013, 21:22:11 UTC
How to set nxt cleint up on windows?

1. Download and install http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
2. Download http://88.198.210.245/Nxt.zip, don't unpack it
3. Go to a directory with Nxt.zip
4. Type
Code:
java -cp Nxt.zip Nxt
5. Open http://localhost:7875

I got it working...I had mis-understood how it works.  

Step 4 :  This step is executing for the java client.  Leave this running!

      How To in Windows....I put stuff in C:\NXT folder...Then...
      Start -> RUN -> CMD.exe  
      > cd \Nxt
      > java -cp Nxt.zip Nxt

      Place these two lines in a text file and rename NXT.CMD and all you need to do is click on it.

Step 5 : Paste "http://localhost:7875" in your browser of choice.  {Step 4 must be running!}

Seems to be working fine.  Thanks