NXT Nextcoin official portal
Technical and Development Discussion => NXT Client Download / Instructions => Topic started by: Drexme on December 02, 2013, 09:20:14 PM
-
Java Client Version 0.3.14 - https://nextcoin.org/index.php/topic,100.msg730.html#msg730 (As of 12/06/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/
Error Handling(If java is installed):
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)
(http://s22.postimg.org/kb5z9uwe9/image.png)
2. Unzip it!
(http://s28.postimg.org/ym288ic8d/image.png)
3. Download nxtfiles.zip to redownload chain. (OPTIONAL - Link Above)
(DOWNLOAD THIS ONLY IF YOU ARE GETTING NEGATIVE BLOCKS)
(http://s13.postimg.org/5lecjj8dj/image.png)
4. Extract in nxt folder
(http://s29.postimg.org/9bk15c5mf/image.png)
5. Make a .bat file in the nxt folder
(http://s18.postimg.org/efpvl1jzt/image.png)
6. Type: java -jar start.jar and save the batch file
(http://s21.postimg.org/wm6qyx7yv/image.png)
7. Run the batch file
(http://s10.postimg.org/gltwvl8wp/image.png)
8. Open http://localhost:7875 (http://localhost:7875) or http://localhost:7674 (http://localhost:7874)for GUI.
(http://s30.postimg.org/chc152jr5/image.png)
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.
To create & open your account click on the lock in the wb browser upper left. Enter in a high security passphrase. This MUST consist of a long string of words/letters/numbers of random words that NEVER appear in any literary or commonly spoken vulgate.
Security Tips
- Reiteration: Enter in a high security passphrase. Your Nxt WILL EVENTUALLY be stolen if you dont!
- 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 (http://www.ipchicken.com/)
3.Save and run start.bat again
Donations: 8333778433828768082
- Thanks for posting, still can't get mine to work. Was running 0.2.19 just fine, but now nothing.
- You need to update to the latest.. which is 0.3.3
- 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?
- What does not work? The client? The website? Please clarify
- I followed directions, run the start.bat, go to local host and nothing, just times out.
- Can you show me a pic of the batch program?
- Thanks for the instructions, mine is up and running!
-
I added extra steps if you have errors.
They might be helpful to solve your error.
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
- Of course you need to download and install Java on your computer first if it's not there.
https://www.java.com/en/
-
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
-
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.
-
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
-
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
-
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
-
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
Okay, maybe I'll just wait until the next client release, which should be in about an hour.
-
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
Okay, maybe I'll just wait until the next client release, which should be in about an hour.
It's hard to explain. you can read this to see how to install java.
http://docs.oracle.com/javase/tutorial/essential/environment/paths.html (http://docs.oracle.com/javase/tutorial/essential/environment/paths.html)
Quick Fix: (Use this instead, Insert in batch)
"C:\Program Files\Java\jre7\bin\java.exe" -jar start.jar
-
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
Okay, maybe I'll just wait until the next client release, which should be in about an hour.
It's hard to explain. you can read this to see how to install java.
http://docs.oracle.com/javase/tutorial/essential/environment/paths.html (http://docs.oracle.com/javase/tutorial/essential/environment/paths.html)
Quick Fix: (Use this instead, Insert in batch)
"C:\Program Files\Java\jre7\bin\java.exe" -jar start.jar
Yeah, would love an easy to open, stable client. Every other update doesn't work for me. I was having no problems with the old "java -cp Nxt.zip Nxt" launch.bat
- like i said add this code to your start.bat file in the newest Nxt client.
"C:\Program Files\Java\jre7\bin\java.exe" -jar start.jar
(include the quotes, copy the line above this)
- Thanks drexme, looks like that worked, had to add the "(x86)" but everything seems to be working, thanks for helping me.
-
Thanks drexme, looks like that worked, had to add the "(x86)" but everything seems to be working, thanks for helping me.
I'm glad I could help you.
- Can someone send me a couple Nxt, I want to see if it's working, I'll send it right back
-
Can someone send me a couple Nxt, I want to see if it's working, I'll send it right back
I can send you 10. whats ur address.
- 18311555883168620168
Thanks, I'll send right back.
-
Can someone send me a couple Nxt, I want to see if it's working, I'll send it right back
I can send you 10. whats ur address.
Got it, thanks, I'll send back, send me your address
-
Can someone send me a couple Nxt, I want to see if it's working, I'll send it right back
I can send you 10. whats ur address.
Got it, thanks, I'll send back, send me your address
8333778433828768082 good to know
- Sent 9 back, had to use 1 for fee, sorry, will get you back, thanks.
- Just installed it successfully.. But it's showing up with 0 Active, Known, and Blacklisted peers and there are only 193 blocks showing, the last of which was on Monday, November 25, 2013 11:32:52 AM.
Also shows 34 unconfirmed transactions which is weird since I haven't used the account before haha
-
Just installed it successfully.. But it's showing up with 0 Active, Known, and Blacklisted peers and there are only 193 blocks showing, the last of which was on Monday, November 25, 2013 11:32:52 AM.
Also shows 34 unconfirmed transactions which is weird since I haven't used the account before haha
You sure you got the latest version of nxt?
Installed correctly?
- Need help. Program won't start
Here's screenshot : http://pl.tinypic.com/view.php?pic=24n4g1x&s=5#.Up03GuK9Y8s
any ideas ?
-
Need help. Program won't start
Here's screenshot : http://pl.tinypic.com/view.php?pic=24n4g1x&s=5#.Up03GuK9Y8s
any ideas ?
Try these:
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
-
Just installed it successfully.. But it's showing up with 0 Active, Known, and Blacklisted peers and there are only 193 blocks showing, the last of which was on Monday, November 25, 2013 11:32:52 AM.
Also shows 34 unconfirmed transactions which is weird since I haven't used the account before haha
You sure you got the latest version of nxt?
Installed correctly?
Yup, the one directly from this thread. I closed out of the cmd prompt to see if relaunching it would get it to connect... but now I get an io error after Loading Transactions
C:\Users\Aysyr\Documents\Mining\Nxt\nxt>java -jar start.jar
2013-12-02 20:56:00.056:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-02 20:56:00.079:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Users/Aysyr/Documents/Mining/Nxt/nxt/webapps/] at interval 1
[2013-12-02 20:56:00.713] Nxt 0.3.3 started.
[2013-12-02 20:56:00.719] Loading transactions...
[2013-12-02 20:56:00.766] 10: java.io.EOFException
2013-12-02 20:56:00.767:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@14c1313{/,file:/C:/Users/Aysyr/Documents/Mining/Nxt/nxt/webapps/root/,AVAI
LABLE}{C:\Users\Aysyr\Documents\Mining\Nxt\nxt\webapps\root}
2013-12-02 20:56:00.786:INFO:oejs.ServerConnector:main: Started ServerConnector@
17ac3e5{HTTP/1.1}{0.0.0.0:7874}
-
Just installed it successfully.. But it's showing up with 0 Active, Known, and Blacklisted peers and there are only 193 blocks showing, the last of which was on Monday, November 25, 2013 11:32:52 AM.
Also shows 34 unconfirmed transactions which is weird since I haven't used the account before haha
You sure you got the latest version of nxt?
Installed correctly?
Yup, the one directly from this thread. I closed out of the cmd prompt to see if relaunching it would get it to connect... but now I get an io error after Loading Transactions
C:\Users\Aysyr\Documents\Mining\Nxt\nxt>java -jar start.jar
2013-12-02 20:56:00.056:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-02 20:56:00.079:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Users/Aysyr/Documents/Mining/Nxt/nxt/webapps/] at interval 1
[2013-12-02 20:56:00.713] Nxt 0.3.3 started.
[2013-12-02 20:56:00.719] Loading transactions...
[2013-12-02 20:56:00.766] 10: java.io.EOFException
2013-12-02 20:56:00.767:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@14c1313{/,file:/C:/Users/Aysyr/Documents/Mining/Nxt/nxt/webapps/root/,AVAI
LABLE}{C:\Users\Aysyr\Documents\Mining\Nxt\nxt\webapps\root}
2013-12-02 20:56:00.786:INFO:oejs.ServerConnector:main: Started ServerConnector@
17ac3e5{HTTP/1.1}{0.0.0.0:7874}
re install the nxt files, see if that helps
- Okay, that got it to load the GUI again, but peers are still 0 and now the latest block showing is from November 24. Installed NXT on my laptop as well and the results are the same
-
Okay, that got it to load the GUI again, but peers are still 0 and now the latest block showing is from November 24. Installed NXT on my laptop as well and the results are the same
accepted peers is bugged ans should not work.
Everyone has 0 accepted peers.
But idk about your block problem.
Must be something with java.
try replacing this with your batch file:
"C:\Program Files\Java\jre7\bin\java.exe" -jar start.jar
- in the CMD : java.io.IOException:
what is the problem
-
in the CMD : java.io.IOException:
what is the problem
ignore, its a bug with the client
- have
java.io.IOException: too
and then - java.nio.channels.ClosedChannelException
block no catching
java last version, win xp
- Thank you! You're guide worked for me. I didn't bother with the recent nxtfiles.zip. I just downloaded everything from the start again. 8)
- Finally!!! I am up and running again. I fail couple of times before getting it working.
But my balance have been 0.000 all the while since Sunday.
When will I start getting Nxtcoin? :-\
- This pictorial guide is one of the best and easiest I have ever had the pleasure to use. It worked beautifully, and if I had coins, I'd surely send some to you. You deserve many. Thanks so much.
-
This pictorial guide is one of the best and easiest I have ever had the pleasure to use. It worked beautifully, and if I had coins, I'd surely send some to you. You deserve many. Thanks so much.
Agreed, drexme deserves some donations for his work in helping people get the client running, he's doing a great job.
- I see this guide has worked. I'm happy to have helped the community.
- Hello
i followed each step in the guide. Got web-app going, but in the bat file this message keeps rolling: " 32: java.lang.NullPointerException ".
Also in the web-app there is nothing in "my transactions" area. all other windows contain info. What could be the problem?
-
Hello
i followed each step in the guide. Got web-app going, but in the bat file this message keeps rolling: " 32: java.lang.NullPointerException ".
Also in the web-app there is nothing in "my transactions" area. all other windows contain info. What could be the problem?
I'm seeing NullPointerExceptions as well, but it appears to still be working without issue.
- Most of these NullPointerExceptions is the legacy of old networking code. If it works then don't pay much attention.
- I forgot to "unlock" my address in upper left of web app.. :-[
Now everything seems to be working. I' m curious about 2 things:
1. Does .bat file has to output some information about blocks, mining etc. ?
2. How to figure out at what "speed " my mining is going? I dont get any new info in "my transactions", balance is zero for quite some time
-
I forgot to "unlock" my address in upper left of web app.. :-[
Now everything seems to be working. I' m curious about 2 things:
1. Does .bat file has to output some information about blocks, mining etc. ?
2. How to figure out at what "speed " my mining is going? I dont get any new info in "my transactions", balance is zero for quite some time
It doesn't work like CGminer or any of the other mining methods. You'll need at least 1 NXT to begin accumulating more NXT. I believe you are credited additional NXT for assisting with the transactions by having a client running.
- Can someone spare a few Nxt, want to try it out but am new to the whole crypto currency game so don't have any BTCs to buy with.
My address is 5313485182992615051
- Is there any way to get the address without creating localhost? I mean I'm too lame for this programming stuff, but I really see that this coin could be the next big hit and I just would like to invest into it. I believe it would be great if you guys had a quick and easy way to get an address...
Also, think about older people who are not so good at all those internet businesses, but wants to invest too. I believe easyness of coins usability can drive a huge interest from people who haven't invested yet! :)
- BTW, I've registered there -> http://88.198.210.245:7875/
And it shows me 3983230863398579452
Is this my wallet address / account number?
-
BTW, I've registered there -> http://88.198.210.245:7875/
And it shows me 3983230863398579452
Is this my wallet address / account number?
Yes, guard it with your life.
-
BTW, I've registered there -> http://88.198.210.245:7875/
And it shows me 3983230863398579452
Is this my wallet address / account number?
Yes, that is your address. The next step is to get at least 1 NXT so you can gain more NXT from transaction fees.
- Does my earnings depend on how much of NXT'S I have? Sorry for dumb questions, just I'm really a newbie in this coin world. :)
-
Does my earnings depend on how much of NXT'S I have? Sorry for dumb questions, just I'm really a newbie in this coin world. :)
Yes, the more you have, the better chance you have of obtaining the fees.
- I see! So no mining in this coin? Wow, that's really a huge plus for it! :) Or I guess I understood it wrong?
Anyway, I guess it's time to trade my IFC's... :D
-
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.
I HAVE THE SAME PROBEM EVEN I DID ALL WHAT IT WAS SAID IN THIS TOPIC
-
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.
I HAVE THE SAME PROBEM EVEN I DID ALL WHAT IT WAS SAID IN THIS TOPIC
Do you have java installed?
If No, Install java (https://www.java.com/en/)
If Yes, try using this instead:
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar start.jar
-
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.
I HAVE THE SAME PROBEM EVEN I DID ALL WHAT IT WAS SAID IN THIS TOPIC
Do you have java installed?
If No, Install java (https://www.java.com/en/)
If Yes, try using this instead:
"C:\Program Files\Java\jre7\bin\java.exe" -jar start.jar
I DID THAT AND YES I HAVE INSTALLED JAVA LIKE 4 TIME BETWEN YESTERDAY AND NOW BUT I HAVE THE SAME PROBLEM
AND MY OS IS WIN 8.1
AND I THINK THERE IS A PROBLEM FOR JAVA WITH WIN 8.1
(Stop using caps. First warning.)
- @hichman Okay, First of all stop using caps, second locate the location of java.exe through C:\
I'm not familiar with Windows 8.1 so I can't give you the correct path to java
-
@hichman Okay, First of all stop using caps, second locate the location of java.exe through C:\
I'm not familiar with Windows 8.1 so I can't give you the correct path to java
‪C:\Program Files (x86)\Java\jre7\bin\java.exe
-
@hichman Okay, First of all stop using caps, second locate the location of java.exe through C:\
I'm not familiar with Windows 8.1 so I can't give you the correct path to java
‪C:\Program Files (x86)\Java\jre7\bin\java.exe
Ok, replace the batch file text with this (include quotes):
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar start.jar
-
@hichman Okay, First of all stop using caps, second locate the location of java.exe through C:\
I'm not familiar with Windows 8.1 so I can't give you the correct path to java
‪C:\Program Files (x86)\Java\jre7\bin\java.exe
Ok, replace the batch file text with this (include quotes):
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar start.jar
it's working now thank you
:)
- Hi,
I am getting this error when i run the script:
C:\Users\Mini\Desktop\K\Next>java -jar start.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
-
Hi,
I am getting this error when i run the script:
C:\Users\Mini\Desktop\K\Next>java -jar start.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Did you install the correct Nxt client?
- Hi All,
I am getting the following when trying to run the client :
C:\Documents and Settings\jon\Desktop\nxt>java -jar start.jar
2013-12-04 00:32:02.843:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-04 00:32:02.890:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Documents%20and%20Settings/jon/Desktop/nxt/webapps/] at interval 1
[2013-12-04 00:32:04.390] Nxt 0.3.7 started.
[2013-12-04 00:32:04.390] Loading transactions...
[2013-12-04 00:32:04.515] ...Done
[2013-12-04 00:32:04.515] Loading peers...
[2013-12-04 00:32:04.531] ...Done
[2013-12-04 00:32:04.531] Loading blocks...
[2013-12-04 00:32:05.171] ...Done
[2013-12-04 00:32:05.171] Loading accounts...
[2013-12-04 00:32:05.203] ...Done
[2013-12-04 00:32:05.203] Loading assets...
[2013-12-04 00:32:05.203] ...Done
[2013-12-04 00:32:05.203] Loading orders...
[2013-12-04 00:32:05.203] ...Done
[2013-12-04 00:32:05.218] 10: java.net.BindException: Address already in use: bi
nd
2013-12-04 00:32:05.234:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1fce83e{/,file:/C:/Documents%20and%20Settings/jon/Desktop/nxt/webapps/root
/,AVAILABLE}{C:\Documents and Settings\jon\Desktop\nxt\webapps\root}
2013-12-04 00:32:05.234:WARN:oejuc.AbstractLifeCycle:main: FAILED ServerConnecto
r@16e5f3e{HTTP/1.1}{0.0.0.0:7874}: java.net.BindException: Address already in us
e: bind
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:27
9)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNet
workConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java
:218)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.server.Server.doStart(Server.java:336)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:706)
at org.eclipse.jetty.start.Main.main(Main.java:103)
2013-12-04 00:32:05.250:WARN:oejuc.AbstractLifeCycle:main: FAILED org.eclipse.je
tty.server.Server@86a602: java.net.BindException: Address already in use: bind
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:27
9)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNet
workConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java
:218)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.server.Server.doStart(Server.java:336)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:706)
at org.eclipse.jetty.start.Main.main(Main.java:103)
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:706)
at org.eclipse.jetty.start.Main.main(Main.java:103)
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:27
9)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNet
workConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java
:218)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.server.Server.doStart(Server.java:336)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
... 7 more
Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
2013-12-04 00:32:05.296:INFO:oejwc.WebSocketClient:Thread-0: Stopped org.eclipse
.jetty.websocket.client.WebSocketClient@16b2b4c
C:\Documents and Settings\jon\Desktop\nxt>
-
Hi All,
I'm trying to run the client. I'm a mac guy. But since mac 10.6.8 doesn't like Java, I pulled my old pc out of the closet (literally) and downloaded the client. I followed all the instructions. However, I guess I don't know how to "run" the start.bat file I created. When I go to "run" and select that file it just opens the .bat in notepad. I'm sure (I hope) the problem is a very simple one. I would appreciate some guidance.
Thanks in advance.
Jon
it may have the .txt behind .bat
Goto to File>> Save as >> and delete the .txt extension. Just leave .bat
-
Hi All,
I'm trying to run the client. I'm a mac guy. But since mac 10.6.8 doesn't like Java, I pulled my old pc out of the closet (literally) and downloaded the client. I followed all the instructions. However, I guess I don't know how to "run" the start.bat file I created. When I go to "run" and select that file it just opens the .bat in notepad. I'm sure (I hope) the problem is a very simple one. I would appreciate some guidance.
Thanks in advance.
Jon
it may have the .txt behind .bat
Goto to File>> Save as >> and delete the .txt extension. Just leave .bat
Thanks. I solved that issue though and edited my post above to reflect the new issue I encountered.
-
Hi All,
I'm trying to run the client. I'm a mac guy. But since mac 10.6.8 doesn't like Java, I pulled my old pc out of the closet (literally) and downloaded the client. I followed all the instructions. However, I guess I don't know how to "run" the start.bat file I created. When I go to "run" and select that file it just opens the .bat in notepad. I'm sure (I hope) the problem is a very simple one. I would appreciate some guidance.
Thanks in advance.
Jon
it may have the .txt behind .bat
Goto to File>> Save as >> and delete the .txt extension. Just leave .bat
Thanks. I solved that issue though and edited my post above to reflect the new issue I encountered.
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
-
Hi All,
I'm trying to run the client. I'm a mac guy. But since mac 10.6.8 doesn't like Java, I pulled my old pc out of the closet (literally) and downloaded the client. I followed all the instructions. However, I guess I don't know how to "run" the start.bat file I created. When I go to "run" and select that file it just opens the .bat in notepad. I'm sure (I hope) the problem is a very simple one. I would appreciate some guidance.
Thanks in advance.
Jon
it may have the .txt behind .bat
Goto to File>> Save as >> and delete the .txt extension. Just leave .bat
Thanks. I solved that issue though and edited my post above to reflect the new issue I encountered.
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
Ok. This is stretching my computer knowledge a bit. Do I have to have a xml editor to edit this xml file? I tried to do it with notepad and that didn't work. Is there an easy way to make this edit?
-
Hi All,
I'm trying to run the client. I'm a mac guy. But since mac 10.6.8 doesn't like Java, I pulled my old pc out of the closet (literally) and downloaded the client. I followed all the instructions. However, I guess I don't know how to "run" the start.bat file I created. When I go to "run" and select that file it just opens the .bat in notepad. I'm sure (I hope) the problem is a very simple one. I would appreciate some guidance.
Thanks in advance.
Jon
it may have the .txt behind .bat
Goto to File>> Save as >> and delete the .txt extension. Just leave .bat
Thanks. I solved that issue though and edited my post above to reflect the new issue I encountered.
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
Ok. This is stretching my computer knowledge a bit. Do I have to have a xml editor to edit this xml file? I tried to do it with notepad and that didn't work. Is there an easy way to make this edit?
You can edit it with notepad. Try re installing Nxt client again.
- Ok. I edited the xml this time. But I am still getting the exact same error. Address already in use.
Any other suggestions? By the way, I really appreciate your help.
- Ok. I got the client to open.
That is a victory.
But when I put my secret passphrase in (I have been using another node already and I already own Nxt) nothing happens. I click on "Unlock account" and the button goes grey. But nothing happens? Any suggestions?
- Drexme - Thank you so much for the step-by-step guide. I installed successfully. Can I get few nxt coins? wish me luck. TIA
-
Is there any way to get the address without creating localhost? I mean I'm too lame for this programming stuff, but I really see that this coin could be the next big hit and I just would like to invest into it. I believe it would be great if you guys had a quick and easy way to get an address...
Also, think about older people who are not so good at all those internet businesses, but wants to invest too. I believe easyness of coins usability can drive a huge interest from people who haven't invested yet! :)
I'll add HTTPS stuff very soon (maybe even today). After that usage of online wallets will become much more secure. But u still have to trust the owner of the website.
We have plans to implement transaction signing in a user browser, but other tasks have much higher priority ATM.
-
Hi,
I am getting this error when i run the script:
C:\Users\Mini\Desktop\K\Next>java -jar start.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Did you install the correct Nxt client?
Hi...I downloaded the file from the first page:
Java Client Version 0.3.6 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip (As of 12/03/2013)
Is that the correct file?
Thank you
- Hi Help please
Dowloaded and only appear me files accounts.nxt until transactions.nxt
Thanks
- is there the same but for ubuntu ? ith pics I mean ..
-
Hi Help please
Dowloaded and only appear me files accounts.nxt until transactions.nxt
Thanks
Have you downloaded both *.zip files?
- Hi, seems admin panel switched over to https in 0.3.9! :)
To use, go to: https://localhost:7875/
-
Hi, seems admin panel switched over to https in 0.3.9! :)
To use, go to: https://localhost:7875/
Also ignore the certificate error.
Read more here:
https://nextcoin.org/index.php/topic,100.msg733.html#msg733
- Hi! I'm getting such stuff. Is is ok?
2013-12-04 21:04:20.587:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/] at interval 1
2013-12-04 21:04:20.679:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Suppo
rt for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-04 21:04:20.708] Nxt 0.3.9 started.
[2013-12-04 21:04:20.708] Loading transactions...
[2013-12-04 21:04:20.793] ...Done
[2013-12-04 21:04:20.793] Loading peers...
[2013-12-04 21:04:20.800] ...Done
[2013-12-04 21:04:20.800] Loading blocks...
[2013-12-04 21:04:21.472] ...Done
[2013-12-04 21:04:21.472] Loading accounts...
[2013-12-04 21:04:21.495] ...Done
[2013-12-04 21:04:21.496] Loading assets...
[2013-12-04 21:04:21.498] ...Done
[2013-12-04 21:04:21.498] Loading orders...
[2013-12-04 21:04:21.500] ...Done
2013-12-04 21:04:21.508:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@da88c2{/,file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/root/,AVAILABLE}{C:\U
sers\Cind\Desktop\nxt\nxt\webapps\root}
2013-12-04 21:04:21.524:INFO:oejs.ServerConnector:main: Started ServerConnector@
1447c32{HTTP/1.1}{0.0.0.0:7874}
2013-12-04 21:04:21.831:INFO:oejs.ServerConnector:main: Started ServerConnector@
ae0e27{SSL-http/1.1}{0.0.0.0:7875}
-
Hi, seems admin panel switched over to https in 0.3.9! :)
To use, go to: https://localhost:7875/
Also ignore the certificate error.
Read more here:
https://nextcoin.org/index.php/topic,100.msg733.html#msg733
What does it mean if the client runs, but the localhost link will not open? I cannot get to the localhost page.
-
Hi, seems admin panel switched over to https in 0.3.9! :)
To use, go to: https://localhost:7875/
Also ignore the certificate error.
Read more here:
https://nextcoin.org/index.php/topic,100.msg733.html#msg733
What does it mean if the client runs, but the localhost link will not open? I cannot get to the localhost page.
Did you run the java program first?
-
Hi! I'm getting such stuff. Is is ok?
2013-12-04 21:04:20.587:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/] at interval 1
2013-12-04 21:04:20.679:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Suppo
rt for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-04 21:04:20.708] Nxt 0.3.9 started.
[2013-12-04 21:04:20.708] Loading transactions...
[2013-12-04 21:04:20.793] ...Done
[2013-12-04 21:04:20.793] Loading peers...
[2013-12-04 21:04:20.800] ...Done
[2013-12-04 21:04:20.800] Loading blocks...
[2013-12-04 21:04:21.472] ...Done
[2013-12-04 21:04:21.472] Loading accounts...
[2013-12-04 21:04:21.495] ...Done
[2013-12-04 21:04:21.496] Loading assets...
[2013-12-04 21:04:21.498] ...Done
[2013-12-04 21:04:21.498] Loading orders...
[2013-12-04 21:04:21.500] ...Done
2013-12-04 21:04:21.508:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@da88c2{/,file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/root/,AVAILABLE}{C:\U
sers\Cind\Desktop\nxt\nxt\webapps\root}
2013-12-04 21:04:21.524:INFO:oejs.ServerConnector:main: Started ServerConnector@
1447c32{HTTP/1.1}{0.0.0.0:7874}
2013-12-04 21:04:21.831:INFO:oejs.ServerConnector:main: Started ServerConnector@
ae0e27{SSL-http/1.1}{0.0.0.0:7875}
I received that error as well and my client is working without issue.
-
Hi, seems admin panel switched over to https in 0.3.9! :)
To use, go to: https://localhost:7875/
Also ignore the certificate error.
Read more here:
https://nextcoin.org/index.php/topic,100.msg733.html#msg733
What does it mean if the client runs, but the localhost link will not open? I cannot get to the localhost page.
Did you run the java program first?
Yes. Than I click on link and get "Unable to connect" in my browser
- windjc did you type https instead of http? also try http://localhost:7874/
-
When I update to 0.3.10,I can not open the http://localhost:7875/.
What should I do? The before version is 0.3.7
Java Client Version 0.3.10 - https://nextcoin.org/index.php/topic,100.msg730.html#msg730 (As of 12/04/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/
Error Handling(If java is installed):
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)
(http://s22.postimg.org/kb5z9uwe9/image.png)
2. Unzip it!
(http://s28.postimg.org/ym288ic8d/image.png)
3. Download nxtfiles.zip to redownload chain. (OPTIONAL - Link Above)
(DOWNLOAD THIS ONLY IF YOU ARE GETTING NEGATIVE BLOCKS)
(http://s13.postimg.org/5lecjj8dj/image.png)
4. Extract in nxt folder
(http://s29.postimg.org/9bk15c5mf/image.png)
5. Make a .bat file in the nxt folder
(http://s18.postimg.org/efpvl1jzt/image.png)
6. Type: java -jar start.jar and save the batch file
(http://s21.postimg.org/wm6qyx7yv/image.png)
7. Run the batch file
(http://s10.postimg.org/gltwvl8wp/image.png)
8. Open localhost:7875 (http://localhost:7875) for GUI.
(http://s30.postimg.org/chc152jr5/image.png)
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 (http://www.ipchicken.com/)
3.Save and run start.bat again
Donations: 8333778433828768082
- try using http://localhost:7874/
-
Hi! I'm getting such stuff. Is is ok?
2013-12-04 21:04:20.587:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/] at interval 1
2013-12-04 21:04:20.679:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Suppo
rt for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-04 21:04:20.708] Nxt 0.3.9 started.
[2013-12-04 21:04:20.708] Loading transactions...
[2013-12-04 21:04:20.793] ...Done
[2013-12-04 21:04:20.793] Loading peers...
[2013-12-04 21:04:20.800] ...Done
[2013-12-04 21:04:20.800] Loading blocks...
[2013-12-04 21:04:21.472] ...Done
[2013-12-04 21:04:21.472] Loading accounts...
[2013-12-04 21:04:21.495] ...Done
[2013-12-04 21:04:21.496] Loading assets...
[2013-12-04 21:04:21.498] ...Done
[2013-12-04 21:04:21.498] Loading orders...
[2013-12-04 21:04:21.500] ...Done
2013-12-04 21:04:21.508:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@da88c2{/,file:/C:/Users/Cind/Desktop/nxt/nxt/webapps/root/,AVAILABLE}{C:\U
sers\Cind\Desktop\nxt\nxt\webapps\root}
2013-12-04 21:04:21.524:INFO:oejs.ServerConnector:main: Started ServerConnector@
1447c32{HTTP/1.1}{0.0.0.0:7874}
2013-12-04 21:04:21.831:INFO:oejs.ServerConnector:main: Started ServerConnector@
ae0e27{SSL-http/1.1}{0.0.0.0:7875}
I received that error as well and my client is working without issue.
I'm also receiving this error but my client is not working. Any advice would be appreciated. Everything has worked up to this one.
-
NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
is not an error, do u see "INFO" tag? Nxt interface doesn't use JSP.
- I think I've got this up and running on my Linux Mint install. Can someone shoot me a NXT to test?
13305162378051783130
- We need a compact link list of past versions. People need to roll back quite often because the latest version does not work as well as the previous.
-
We need a compact link list of past versions. People need to roll back quite often because the latest version does not work as well as the previous.
Taken care of: https://nextcoin.org/index.php/topic,100.0.html
- Thanks for your help, it's working now!
6128340969120868927
Hope to get started :)
- Hello, I am a user of NXT Client. I have a important doubt about mining blocks with the NXT client. Do all transactions need to have at least 1440 confirms to get the maximun speed mining?
Thank you very much.
- When I run the start.bat file in cmd I get this:
Could not find the main class: org.eclipse.jetty.start.Main. Program will exit.
Thoughts on how to fix?
- when I run java -jar start.jar I get this:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
etty/start/Main (Unsupported major.minor version 51.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
6)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
HELP!
I am usint windows 7 ultimate
Its pity that we have to use java :)
- It's not working for me. The thing is starting etc. but I cannot acces the site then.
Pic:
(http://s7.directupload.net/images/131205/8c6hpkh8.jpg)
-
It's not working for me. The thing is starting etc. but I cannot acces the site then.
Pic:
try https://127.0.0.1:7875/
-
Hello, I am a user of NXT Client. I have a important doubt about mining blocks with the NXT client. Do all transactions need to have at least 1440 confirms to get the maximun speed mining?
Only very 1st transaction requires 1440 confirmations.
- I was having the same problem accessing localhost 7875 but your https workaround worked (except for a security certificate message). Could someone shoot 1 NXT to 15524426238925067899 so I can see if everything is fully in order? Thanks in advance.
-
It's not working for me. The thing is starting etc. but I cannot acces the site then.
Pic:
try https://127.0.0.1:7875/
I'm stupid. this worked ofc, thanks >_>
- Hey guys I need your help, first id like to say im a total noob ok lets.
1. I installed the latest Java
2. I downloaded the file and unzipped it.
3. I made a text file called start.bat
4. I typed this in it java -jar start.jar and saved it.
5. I opened CMD and dragged the file on it. I didnt understand "RUN BATCH FILE" I googled it and it says drag the file and hit enter, it only opens the file. nothing happens?
What am I doing wrong? help would be much appreciated. thanks
-
Hey guys I need your help, first id like to say im a total noob ok lets.
1. I installed the latest Java
2. I downloaded the file and unzipped it.
3. I made a text file called start.bat
4. I typed this in it java -jar start.jar and saved it.
5. I opened CMD and dragged the file on it. I didnt understand "RUN BATCH FILE" I googled it and it says drag the file and hit enter, it only opens the file. nothing happens?
What am I doing wrong? help would be much appreciated. thanks
Run batch file means double click start.bat
-
Hey guys I need your help, first id like to say im a total noob ok lets.
1. I installed the latest Java
2. I downloaded the file and unzipped it.
3. I made a text file called start.bat
4. I typed this in it java -jar start.jar and saved it.
5. I opened CMD and dragged the file on it. I didnt understand "RUN BATCH FILE" I googled it and it says drag the file and hit enter, it only opens the file. nothing happens?
What am I doing wrong? help would be much appreciated. thanks
Run batch file means double click start.bat
I do that and it just opens up notepad?
-
I do that and it just opens up notepad?
The file is probably called start.bat.txt, the .txt part is just hidden.
Open it in notepad, choose save as, and next to the file name choose *.* instead of *.txt, then save it as start.bat.
That should work.
- ok I did it and it worked. but when i go to click on it, it brings up cmd realy fast and goes away? what am i doing wrong now? lol thanks so much btw
-
ok I did it and it worked. but when i go to click on it, it brings up cmd realy fast and goes away? what am i doing wrong now? lol thanks so much btw
Replace the current .nxt files with the .bak files.
Just delete the .bak extension and replace it with the original.
-
ok I did it and it worked. but when i go to click on it, it brings up cmd realy fast and goes away? what am i doing wrong now? lol thanks so much btw
Replace the current .nxt files with the .bak files.
Just delete the .bak extension and replace it with the original.
I'm not comprehending what your saying, this is what my stuff looks like right now.
http://tinypic.com/r/1zm15s5/5
thanks
- (http://s18.postimg.org/e2ntqfqy1/New_Bitmap_Image_2.png)
-
(http://s18.postimg.org/e2ntqfqy1/New_Bitmap_Image_2.png)
still not working i dont know what the fahk im doing wrong, can someone please teamviewer with me or something? im so stressed.
- Idk, you should have 3 .bak files.
did you download 0.3.13?
-
Idk, you should have 3 .bak files.
did you download 0.3.13?
yup :S :'(
- @Drexme,
I followed the guide and got to the last step where i successfully run the .bat file. but when i tried to execute the last step, it says "no data received", i.e the browser didnt turn anything up ...
Please help!! :D
-
ok I did it and it worked. but when i go to click on it, it brings up cmd realy fast and goes away? what am i doing wrong now? lol thanks so much btw
I think I know what wrong. It happened to me in that Java wouldn't recognize. So what you do is in the .bat file make sure it has the forward address to where your Java.exe file is located. You can do a quick search in Windows (if you are running windows) to locate the java.exe. So something like "C:/.../...(up to where your file is located) -jar start.jar" in your start.bat file should allow the java to execute which should get the client running.
-
ok I did it and it worked. but when i go to click on it, it brings up cmd realy fast and goes away? what am i doing wrong now? lol thanks so much btw
I think I know what wrong. It happened to me in that Java wouldn't recognize. So what you do is in the .bat file make sure it has the forward address to where your Java.exe file is located. You can do a quick search in Windows (if you are running windows) to locate the java.exe. So something like "C:/.../...(up to where your file is located) -jar start.jar" in your start.bat file should allow the java to execute which should get the client running.
ok i got it working, i am now at the local thing, now i put my secret phrase in and click unlock account and it doesnt do anything? what am i doing wrong now?
- Dear all of you,
I have 2 question need your help:
My PC is win7 system.
1.I have install java and do everything (download the nxt) according the above topic ,and I use client 0.3.7:
It seems to be working and running status is like the attachment picture(cmd-0.3.7 and client-0.3.7).
Could anybody help me to check whether the 0.3.7 client is working normally as the picture displayed?
2.This morning I saw the new version 0.3.13 released,so I download and set up according to the above instruction,
Then I click the bat file, and then start the web client,but it displayed:
java.lang.NullPointerException
It seems not work.
The cmd and client of version 0.3.13 running status is refered to the another attachment two pictures(file name:client-0.3.13 and cmd-0.3.13).
What should I do in order to let the client 0.3.13 forging normally.
Please,please help me.
Many thanks.
- Can someone simply tell me how to make this process secure using https? How to a run it locally and not VPS as has been stated in setup and how to use ports? Thanks :)
- i installed the newest version java and nxt, and install it according to the instruction. everything goes well until i get this(see attachment). It just stop there.
what should i do next?
Thx
-
i installed the newest version java and nxt, and install it according to the instruction. everything goes well until i get this(see attachment). It just stop there.
what should i do next?
Thx
Nothing, it is working correctly. Try loading http://localhost:7874 (in your web browser) and see if you get the client.
- I've got everything up and running but am in need of a single coin to get started. Anyone care to loan one (I'm waiting for Satoshi Vault verification so I don't have any BTC to buy with). I'm happy to pay back when forging has run for a few days.
12138264976152974925
I've also added a blurb to my BTC collector site about NXT: http://collectco.in (http://collectco.in) (check the right side bar)
- My local host isnt working http://localhost:7874/ << HTTP ERROR 40 & Google Chrome could not connect to localhost:7875
any thoughts?
-
My local host isnt working http://localhost:7874/ << HTTP ERROR 40 & Google Chrome could not connect to localhost:7875
any thoughts?
You need to be connecting to your localhost on https and on port 7875
https://localhost:7875 (https://localhost:7875)
Also make sure you have port 7874 open to the outside world so the P2P network can connect.
- Hello.
Trying to learn about this interesting new crypto, having a lot of trouble with the software. Everything is running but when I "unlock" I either get "java.lang.NullPointerException" or appearently nothing happens and I see nothing happening under cmd.exe either?
What can I try? What's going wrong?
Running 0.3.14 with newest JRE on W8.
TIA
-
Hello.
Trying to learn about this interesting new crypto, having a lot of trouble with the software. Everything is running but when I "unlock" I either get "java.lang.NullPointerException" or appearently nothing happens and I see nothing happening under cmd.exe either?
What can I try? What's going wrong?
Running 0.3.14 with newest JRE on W8.
TIA
In the nxt directory try deleting the *.nxt files and rename *.bak to *.nxt.
People were having similar issues in this thread:
https://bitcointalk.org/index.php?topic=345619.msg3833884#msg3833884 (https://bitcointalk.org/index.php?topic=345619.msg3833884#msg3833884)
- I am getting this and the client closes immediately.
http://i.imgur.com/ketqiUK.png
- I think it would be useful to mention in the instructions that you need to have some Nxt in your wallet to start forging.
Also a quick mention about how to forge or a link to forging instructions would be helpful for noobs :)
-
I think it would be useful to mention in the instructions that you need to have some Nxt in your wallet to start forging.
Also a quick mention about how to forge or a link to forging instructions would be helpful for noobs :)
good idea. Would someone please send any number of Nxt to my wallet to let me start? thanks.
741929315039754176