Bitcoin Forum
May 03, 2024, 03:23:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
November 26, 2013, 02:33:31 PM
 #61

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?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
1714749789
Hero Member
*
Offline Offline

Posts: 1714749789

View Profile Personal Message (Offline)

Ignore
1714749789
Reply with quote  #2

1714749789
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714749789
Hero Member
*
Offline Offline

Posts: 1714749789

View Profile Personal Message (Offline)

Ignore
1714749789
Reply with quote  #2

1714749789
Report to moderator
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 02:35:48 PM
 #62

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
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 02:38:18 PM
 #63

Mine is only using 76mb  Huh

Does it run stable?
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
November 26, 2013, 02:41:09 PM
 #64

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?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 02:45:55 PM
 #65

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
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 02:58:48 PM
 #66

The memory usage seems to be slowly creeping up. Its now at 118mb.





eid
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
November 26, 2013, 03:01:31 PM
 #67

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
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:01:42 PM
 #68

The memory usage seems to be slowly creeping up. Its now at 118mb.

Looks like Nxt client crashes coz of memory leak.
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
November 26, 2013, 03:01:56 PM
 #69

is there any need for a blockexplorer with some additional statistics about fees, mining etc. or will this be included into the client soon?
if it makes sense, i can built one.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:02:47 PM
 #70

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

Relaunch, it may pass 133th block on other attempt.
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
November 26, 2013, 03:03:56 PM
 #71

I get too many NullPointers...
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:04:11 PM
 #72

is there any need for a blockexplorer with some additional statistics about fees, mining etc. or will this be included into the client soon?
if it makes sense, i can built one.

That would be great if u created a blockexplorer! Look at the sources of my Nxt Slot Machine, it scans the whole blockchain - https://bitcointalk.org/index.php?topic=346189.msg3712354#msg3712354. This can help a bit.
alex0909
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250



View Profile
November 26, 2013, 03:04:28 PM
 #73

Third block, 273 transaction fees Wink
Got less bugs on mac, only problem was configuring the time to fit close to most peers, i suggest using the USA time, seems more close than the EU time.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:05:17 PM
 #74

I get too many NullPointers...

I think it's memory issue. It failed to reserve a chunk of RAM for an object and now throws NullPointer exceptions. I've seen similar effect.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:06:41 PM
 #75

Third block, 273 transaction fees Wink
Got less bugs on mac, only problem was configuring the time to fit close to most peers, i suggest using the USA time, seems more close than the EU time.

It uses UTC time adjusted by timezone.
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 03:06:57 PM
 #76

The memory usage seems to be slowly creeping up. Its now at 118mb.

Looks like Nxt client crashes coz of memory leak.

How much memory is it allocated by default?
Noitev
Hero Member
*****
Offline Offline

Activity: 812
Merit: 505


The Last NXT Founder


View Profile
November 26, 2013, 03:09:51 PM
 #77

Nice job Come-From-Beyond on the slot machine.

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:10:23 PM
 #78

How much memory is it allocated by default?

If without "-Xmx" option then 64-256 Mb.
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
November 26, 2013, 03:10:41 PM
 #79

I think every time I have an unconfirmed I get a NullPointer..and the fee is gone!
If I get fees I don't even see them as unconfirmed at all (and I do get some fees)..
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:11:19 PM
 #80

Nice job Come-From-Beyond on the slot machine.

Thx, I made it mainly to test how transactions r propagated on the network. Unfortunatelly, almost noone plays it.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!