Welcome, Guest. Please login or register.

Author Topic: [NXT 0.3.11] - How To Install NXT Client (WITH PICTURES) UPDATED DAILY!  (Read 2446 times)

0 Members and 6 Guests are viewing this topic.

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Java Client Version 0.3.11 - https://nextcoin.org/index.php/topic,100.msg730.html#msg730 (As of 12/05/2013)
NXT Files - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

Of course you need to download and install Java on your computer first if it's not there.

https://www.java.com/en/
Quote
Error Handling(If java is installed):
Quote
C:\nxtcoin\nxt>java -jar start.jar
'java' is not recognized as an internal or external command,
operable program or batch file.

Locate the java.exe and replace your batch file with the following(Include quotes):

"[JAVA_PATH]" -jar start.jar

1. Download nxt.zip (Link Above)


2. Unzip it!


3. Download nxtfiles.zip to redownload chain. (OPTIONAL - Link Above)
(DOWNLOAD THIS ONLY IF YOU ARE GETTING NEGATIVE BLOCKS)


4. Extract in nxt folder


5. Make a .bat file in the nxt folder


6. Type: java -jar start.jar and save the batch file


7. Run the batch file


8. Open http://localhost:7875(Secure)  or http://localhost:7674(not secure)for GUI.


Also ignore the certificate error.
Read more here:
https://nextcoin.org/index.php/topic,100.msg733.html#msg733

If you get any exceptions let them be. This client still has many bugs.

Security Tips

- Do NOT run Nxt on a VPS.  Only run Nxt locally.  Even if you connect to your VPS securely via SSH, you are still not safe because all VPSs have backdoors.
- Nxt's P2P port is 7874 (tcp).  This port is the only port that needs to be open to run Nxt.
- Nxt also uses port 7875 for it's HTML client interface and port 7876 for API commands.  CLOSE THESE PORTS ON YOUR FIREWALL.

PS:If you get errors try this:
1. Go into your nxt folder >> webapps folder >> root >> WEB-INF and edit web.xml
2. In the parameter "<param-value>(IP_ADDRESS_GOES_HERE)</param-value>" put ur IP address
3.Save and run start.bat again

Donations: 8333778433828768082
« Last Edit: Today at 06:30:28 PM by Drexme »
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline mripper

  • Fresh Nxter
  • *
  • Posts: 19
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #1 on: December 03, 2013, 12:08:12 AM »
Thanks for posting, still can't get mine to work.  Was running 0.2.19 just fine, but now nothing.
« Last Edit: December 03, 2013, 12:36:12 AM by mripper »

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #2 on: December 03, 2013, 12:09:10 AM »
You need to update to the latest.. which is 0.3.3
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline mripper

  • Fresh Nxter
  • *
  • Posts: 19
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #3 on: December 03, 2013, 12:32:46 AM »
Sorry, should have been more clear, I did update per your instructions, but the client is not working for me. 0.2.19 was working fine.  Any other suggestions?

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #4 on: December 03, 2013, 12:38:12 AM »
What does not work? The client? The website? Please clarify
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline mripper

  • Fresh Nxter
  • *
  • Posts: 19
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #5 on: December 03, 2013, 12:43:19 AM »
I followed directions, run the start.bat, go to local host and nothing, just times out. 

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #6 on: December 03, 2013, 12:45:42 AM »
Can you show me a pic of the batch program?
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline NiftyNikel

  • Fresh Nxter
  • *
  • Posts: 20
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #7 on: December 03, 2013, 12:49:03 AM »
Thanks for the instructions, mine is up and running!

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #8 on: December 03, 2013, 12:50:32 AM »
I added extra steps if you have errors.
They might be helpful to solve your error.

Quote
PS:If you get errors try this:
1. Go into your nxt folder >> webapps folder >> root >> WEB-INF and edit web.xml
2. In the parameter "<param-value>(IP_ADDRESS_GOES_HERE)</param-value>" put ur IP address
3.Save and run start.bat again
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline Graviton

  • Administrator
  • Fresh Nxter
  • *****
  • Posts: 38
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #9 on: December 03, 2013, 12:52:30 AM »
Of course you need to download and install Java on your computer first if it's not there.

https://www.java.com/en/

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #10 on: December 03, 2013, 12:54:19 AM »
Of course you need to download and install Java on your computer first if it's not there.

https://www.java.com/en/

Yes. Ofcourse.  ;D
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline mripper

  • Fresh Nxter
  • *
  • Posts: 19
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #11 on: December 03, 2013, 01:07:31 AM »
Can you show me a pic of the batch program?

C:\nxtcoin\nxt>java -jar start.jar
'java' is not recognized as an internal or external command,
operable program or batch file.

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #12 on: December 03, 2013, 01:12:11 AM »
Can you show me a pic of the batch program?

C:\nxtcoin\nxt>java -jar start.jar
'java' is not recognized as an internal or external command,
operable program or batch file.

First check if you have java installed:
1.Go to START >> Computer >> C:\ Drive >> Program Files >> Java >> Check what versions of jdk/jre you have.
You need to install java follow the link in the beginning of the guide. And download java
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal:

Offline mripper

  • Fresh Nxter
  • *
  • Posts: 19
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #13 on: December 03, 2013, 01:20:09 AM »
Can you show me a pic of the batch program?

C:\nxtcoin\nxt>java -jar start.jar
'java' is not recognized as an internal or external command,
operable program or batch file.

First check if you have java installed:
1.Go to START >> Computer >> C:\ Drive >> Program Files >> Java >> Check what versions of jdk/jre you have.
You need to install java follow the link in the beginning of the guide. And download java

Yep, I have jre7

Offline Drexme

  • Global Moderator
  • Nxter
  • *****
  • Posts: 138
    • View Profile
Re: [NXT 0.3.3] - How To Install NXT Client (WITH PICTURES)
« Reply #14 on: December 03, 2013, 01:29:13 AM »
Can you show me a pic of the batch program?

C:\nxtcoin\nxt>java -jar start.jar
'java' is not recognized as an internal or external command,
operable program or batch file.

First check if you have java installed:
1.Go to START >> Computer >> C:\ Drive >> Program Files >> Java >> Check what versions of jdk/jre you have.
You need to install java follow the link in the beginning of the guide. And download java

Yep, I have jre7

You need to ad the path to the java.exe in the environment variables
I'm not currently working but my job is to keep these forums in order.
Drexme's Money Pit: 8333778433828768082 | Paypal: