Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 576. (Read 2761626 times)

full member
Activity: 168
Merit: 100
How to upgrade your NXT node guide.

(text wall)


I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client

What URL are you using to access the client UI? Have you seen the previous comments?

https://188.226.169.81:7874/ does not work
http://188.226.169.81:7874/ does not work
https://188.226.169.81:7875/ does not work
http://188.226.169.81:7875/ does not work
https://188.226.169.81:7876/ does not work
http://188.226.169.81:7876/ does not work

Java seems is working well

I have not tried to activate ssl but

You are only listening on 127.0.0.1.  change to 0.0.0.0

I can see my local client 0.8.3 in my laptop in http://127.0.0.1:7875/
but i can not see my VPS client 0.8.3

where i must change to 0.0.0.0 ?
full member
Activity: 238
Merit: 100
How to upgrade your NXT node guide.

(text wall)


I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client

What URL are you using to access the client UI? Have you seen the previous comments?

https://188.226.169.81:7874/ does not work
http://188.226.169.81:7874/ does not work
https://188.226.169.81:7875/ does not work
http://188.226.169.81:7875/ does not work
https://188.226.169.81:7876/ does not work
http://188.226.169.81:7876/ does not work

Java seems is working well

I have not tried to activate ssl but

You are only listening on 127.0.0.1.  change to 0.0.0.0
full member
Activity: 168
Merit: 100


In the latest LetsTalkBitcoin podcast (88), NXT gets a small mention..

http://letstalkbitcoin.com/e88-gox-gox-gox-gox-gox-gox-gox/#.UxOzX-NdXkk
(Ethereum Evangelist Joel Dietz, about 36 mins in)

They aren't going to know what hit 'em  Grin




These people seem to be not really aware of Nxt... I guess  Cheesy

I would be scared as an Ethereum guy^^

nobody is aware of nxt thanks to epic failing marketing

they burn nxt with zero result and wrong approach but nobody dare to tell

marketing priority must be get fresh money in to nxt but money is flowing out of nxt due constant selling.
full member
Activity: 168
Merit: 100
How to upgrade your NXT node guide.

(text wall)


I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client

What URL are you using to access the client UI? Have you seen the previous comments?

https://188.226.169.81:7874/ does not work
http://188.226.169.81:7874/ does not work
https://188.226.169.81:7875/ does not work
http://188.226.169.81:7875/ does not work
https://188.226.169.81:7876/ does not work
http://188.226.169.81:7876/ does not work

Java seems is working well

I have not tried to activate ssl but
sr. member
Activity: 630
Merit: 262
This account was hacked. just recently got it back


In the latest LetsTalkBitcoin podcast (88), NXT gets a small mention..

http://letstalkbitcoin.com/e88-gox-gox-gox-gox-gox-gox-gox/#.UxOzX-NdXkk
(Ethereum Evangelist Joel Dietz, about 36 mins in)

They aren't going to know what hit 'em  Grin




These people seem to be not really aware of Nxt... I guess  Cheesy

I would be scared as an Ethereum guy^^
legendary
Activity: 1092
Merit: 1010


In the latest LetsTalkBitcoin podcast (88), NXT gets a small mention..

http://letstalkbitcoin.com/e88-gox-gox-gox-gox-gox-gox-gox/#.UxOzX-NdXkk
(Ethereum Evangelist Joel Dietz, about 36 mins in)

They aren't going to know what hit 'em  Grin

It's good to see we're in "the list" now, however.
No more "scam", and that's thanks to everyone's work over the last three-four months Smiley
member
Activity: 111
Merit: 10


In the latest LetsTalkBitcoin podcast (88), NXT gets a small mention..

http://letstalkbitcoin.com/e88-gox-gox-gox-gox-gox-gox-gox/#.UxOzX-NdXkk
(Ethereum Evangelist Joel Dietz, about 36 mins in)

They aren't going to know what hit 'em  Grin


sr. member
Activity: 460
Merit: 250
How to upgrade your NXT node guide.

(text wall)


I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client

What URL are you using to access the client UI? Have you seen the previous comments?
full member
Activity: 168
Merit: 100
How to upgrade your NXT node guide.

Step 1) Log in to your node using Putty (user 'root' and pass that your received in the welcome email from your VPS company).

Step 2) Enter the following commands in the terminal:

1) 'top' command, it will show a line similar to this for 'java' process:

2973 root       20   0 1166m 428m  10m S   0.0 41.8   9:57.51 java


2973 is your process ID.


press 'q' to exit top;

2) kill -9 2973      (kills the java process, enter your 'java' process ID number instead of 2973).

3) cd    (switch to your home directory);

4) rm nxt.zip   (delete the old nxt.zip file);

4a) rm -rf /root/nxt.old   (this removes the old nxt working directory if it's not the first upgrade you do);

5) mv nxt nxt.old   (rename the old nxt working directory);

6) wget http://download.nxtcrypto.org/nxt-client-0.8.3.zip

7) unzip nxt-client-0.8.3.zip

8 ) cat ~/nxt.old/webapps/root/WEB-INF/web.xml   
(this lists the contents of the old config file, copy-paste your myAddress and myHallmark parameters from it into a text file on your PC, if you hadn't saved them earlier.

9) nano conf/nxt-default.properties

a) in the section  ###PEER NETWORKING ###, find the following lines:

Code:
nxt.myAddress=
put IP address you got from the host.

It should look like:

nxt.myAddress=x.x.x.x

b)
Code:
nxt.myHallmark=
if you use a hallmark on your node, put your hallmark there (make sure no whitespace character is left in it when you copy-paste it)

press CTRL+X and then Y to save the file.

Code:
10) cd ~/nxt

11) nano run.sh

a) If your VPS has 512 MB RAM, replace the line:

java -Xmx1024M -cp nxt.jar:lib/*:conf nxt.Nxt

with

java -Xmx450M -cp nxt.jar:lib/*:conf nxt.Nxt

b) If your VPS has 1024 MB RAM, replace the line:

java -Xmx1024M -cp nxt.jar:lib/*:conf nxt.Nxt

with

java -Xmx800M -cp nxt.jar:lib/*:conf nxt.Nxt

-----

press CTRL+X and then Y to save the file.

12)
Code:
nohup ./run.sh &

13) run
Code:
top
  to show running processes, check that you see process 'java' running and using CPU and RAM, if it is, then press 'q' to enter 'top'.

14)
Code:
exit


I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client
sr. member
Activity: 460
Merit: 250
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs


With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876

mhh...
7874 = network (peer 2 peer only)
7875 = nrs client (interface)
7876 = API port

no. it is a vps client

perhaps i must change allowed user hosts??

Maybe it's the https vs http thing? You try them both?

https/ssl is not enabled by default in 0.8.x. You have to use http.

Quote from: Jean-Luc
SSL can be enabled for both the API server and the UI server (default disabled). If this is done, the corresponding ports will accept https requests only. There is no way currently to have both http and https supported at the same time, but this can be added, I just didn't see the need for it. If you enable SSL, you need to set nxt.keyStorePath and nxt.keyStorePassword, and obviously you need to have your own SSL certificate (self-signed or signed by a CA) in a keystore file. I have only tested this with a self-signed certificate.
sr. member
Activity: 476
Merit: 500
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs


With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876

mhh...
7874 = network (peer 2 peer only)
7875 = nrs client (interface)
7876 = API port

no. it is a vps client

perhaps i must change allowed user hosts??

Maybe it's the https vs http thing? You try them both?
full member
Activity: 168
Merit: 100
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs


With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876

mhh...
7874 = network (peer 2 peer only)
7875 = nrs client (interface)
7876 = API port

no. it is a vps client

perhaps i must change allowed user hosts??
full member
Activity: 266
Merit: 100
NXT is the future
I just updated my VPS to 0.8.3 and  my local browser does not see  
https://188.226.169.81:7875/

can someone help me?

try this:

http://188.226.169.81:7875/
member
Activity: 112
Merit: 10
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs


With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876

mhh...
7874 = network (peer 2 peer only)
7875 = nrs client (interface)
7876 = API port
legendary
Activity: 1778
Merit: 1043
#Free market
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs


With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876

mhh...
member
Activity: 112
Merit: 10
I just updated to 0.8.3 and my VPS does not see browser

https://188.226.169.81:7875/

can someone help me?
Try configure the absolute path in the configuration file client NXT.

Like html/nrs  => /mnt/nxt/html/nrs
full member
Activity: 168
Merit: 100
I just updated my VPS to 0.8.3 and  my local browser does not see  
https://188.226.169.81:7875/

can someone help me?
legendary
Activity: 1778
Merit: 1043
#Free market
the nrs 0.8.3 works through http://127.0.0.1:7875/

but does not work http://127.0.0.1:7875/admin.html

HTTP ERROR: 404

Problem Accessing / admin.html. Reason:

Not Found
Powered by Jetty :/ /

can someone help me?

try http://127.0.0.1:7876/

All files .html was removed.
full member
Activity: 168
Merit: 100
Jump to: