Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2554. (Read 2761645 times)

legendary
Activity: 2142
Merit: 1010
Newbie
The memory usage seems to be slowly creeping up. Its now at 118mb.

Looks like Nxt client crashes coz of memory leak.
full member
Activity: 238
Merit: 100
ive been using 0.2.3 with no issues but when tried 0.2.9 it locks up on block 133 with a
Quote
Exception in thread "Thread-9" java.lang.NullPointerException
        at Nxt$1.completed(Unknown Source)
        at Nxt$1.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.completed(Un
known Source)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
        at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[2013-11-26 08:59:23.222] java.nio.channels.AsynchronousCloseException
eid
hero member
Activity: 616
Merit: 500
The memory usage seems to be slowly creeping up. Its now at 118mb.





eid
eid
hero member
Activity: 616
Merit: 500
Mine is only using 76mb  Huh

Does it run stable?

well the latest version kept getting stuck so I reverted to V0.2.3 which was the only one I had in my bin. Its running very well actually.

My point though was that it still only uses a small amount of memory even when I start it with your suggestion above.


I did test the latest version like that but it carried on stalling while downloading the blockchain.

Its now using 34mb and running like a charm.



eid
legendary
Activity: 1232
Merit: 1001
Anyway, Nxt looks like it has a lot of potential.  So, hats off to the developer.

I think the decentralised exchange will be challenging.  Is the developer confident he/she can actually do this?
legendary
Activity: 2142
Merit: 1010
Newbie
Mine is only using 76mb  Huh

Does it run stable?
eid
hero member
Activity: 616
Merit: 500
I noticed that my local copy of Nxt runs much more stable than one on VPS (88.198.210.245). I suspect this is because my local computer has much more memory available. If ur node has more than 256 Mb RAM then use the following command to launch Nxt:

Code:
java -Xms512m -Xmx1024m -cp Nxt.zip Nxt IP_ADDRESS

-Xms and -Xmx make Java VM to use more memory. Notice there is no space between "-Xms" and "512m". U can set other values instead of 512 and 1024.

Mine is only using 76mb  Huh
legendary
Activity: 1232
Merit: 1001
I agree.  What's wrong with keeping it simple and using NXT?

Standard (http://en.wikipedia.org/wiki/ISO_4217) forces usage of "X??" notation AFAIK.

Not all standards need to be followed.  Does bitcoin follow this standard?
eid
hero member
Activity: 616
Merit: 500
It lists the version number when you start the client



eid
legendary
Activity: 1232
Merit: 1001
I had no problem in previous versions, but in this new 2.9 I can't catch new blocks easily.
When it's open nothing changes in block height, just shows block catching, but no number change even after 30 mins waiting.
Only after I exit and re-open the browser and re-login into my account again, it shows some max. 50 to 100 block height change.
I am waiting to catch up the blockchain to send some tx. As I tried several times, it says: please wait until the blockchain become loaded..
Dunno how long it would take Sad

How do you check the version number?
legendary
Activity: 2142
Merit: 1010
Newbie
I agree.  What's wrong with keeping it simple and using NXT?

Standard (http://en.wikipedia.org/wiki/ISO_4217) forces usage of "X??" notation AFAIK.
hero member
Activity: 695
Merit: 500
Is it possible to also look at a Nxt address to see transactions, or is it only possible with blocks?

Only via blockchain parser. I published the code of 1st Nxt Slot Machine that parses the whole chain. Someone could add extra functionality on top of that.

Cool, thanks!
legendary
Activity: 1232
Merit: 1001
Please reference the Next API thread too.   Any ETA on when the new client functionality comes out?  I think the earlier version had messaging, but I did not see that in the last TEST client.  Will it be there?  I had some ideas for using that interesting feature.

BTW, is it NXT or XNT?  Guess we go with NXT.

Yes, Nxt will have a messaging feature too.

It's called Nxt (pronunciation "Next"), but the three letter currency code is XNT.

This is a poor decision to have it XNT as a ticker code; you're just looking to piss off dyslexics. 

I agree.  What's wrong with keeping it simple and using NXT?
legendary
Activity: 1232
Merit: 1001
Any solution to this?

[2013-11-25 18:03:36.602] java.nio.channels.UnresolvedAddressException
[2013-11-25 18:03:41.590] java.io.IOException: An established connection was aborted by the software in your host machine

It's not a problem. Someone announced an incorrect IP address (I see 88.198.210.2455 for example) and client tries to connect to it.

Those messages should not be logged as errors, but be logged as debug and thus hidden from view under normal conditions.
legendary
Activity: 2142
Merit: 1010
Newbie
I noticed that my local copy of Nxt runs much more stable than one on VPS (88.198.210.245). I suspect this is because my local computer has much more memory available. If ur node has more than 256 Mb RAM then use the following command to launch Nxt:

Code:
java -Xms512m -Xmx1024m -cp Nxt.zip Nxt IP_ADDRESS

-Xms and -Xmx make Java VM to use more memory. Notice there is no space between "-Xms" and "512m". U can set other values instead of 512 and 1024.
hero member
Activity: 724
Merit: 500
The phraze is the key to your account.
- agree 100%.   
And there is no "wallet" in Nxt (unlike in bitcoin).

The bitcoin wallet is not really a wallet, it's a bunch of private and public keys (a keychain), just like passwords/passphrazes.
legendary
Activity: 2142
Merit: 1010
Newbie
Is it possible to also look at a Nxt address to see transactions, or is it only possible with blocks?

Only via blockchain parser. I published the code of 1st Nxt Slot Machine that parses the whole chain. Someone could add extra functionality on top of that.
hero member
Activity: 695
Merit: 500
Is it possible to also look at a Nxt address to see transactions, or is it only possible with blocks?
legendary
Activity: 1806
Merit: 1038
The phraze is the key to your account.
- agree 100%.   
And there is no "wallet" in Nxt (unlike in bitcoin).
hero member
Activity: 724
Merit: 500
this phraze WILL BE YOUR WALLET. There is no user name, and no wallet file.
- there is no WALLET in Nxt as well.  This word "WALLET" may lead to misunderstanding. Your phrase is your ACCOUNT.

A bitcoin wallet is a bunch of encryption keys, not far off from your Nxt phraze, which is also a key. Your account number is your account, not your phraze. If you want to send someone Nxt you use the account number, not the phraze. The phraze is the key to your account.
Jump to: