Author

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

hero member
Activity: 672
Merit: 500
2.19 version is not working for me, I am done - go to sleep...
Bro I am waiting to get it work and then send three already sold tx, but it...I am not sure what to do, go to bed, or keep trying?!

By the way I received the 400K Nxt (well the guy who promised to donate informed me , I should check the account only after catching the whole blockchain). If it is there, I ll unlock the giveaway thread to start assigning and sending coins to the posters ASAP!

Also there have been several guys sending me pm about their offer of collaboration, one academic guy from Germany, and also another guy who expressed his high interest in Nxt as a promising innovative new crypto. He offered us covering the news of Nxt in Wall Street Journal, Yahoo Finance and some others for 0.4 btc worth of Nxt. Do the public think I am the manager of this project??
As a stake holder I am trying my best, but we ll need some more donations to supply bounties and also such a media coverage offers. But except me, CBF and klee and the other guy who supplied our giveaway, none of big stake holders has a will to donate or help at all Sad
legendary
Activity: 1498
Merit: 1000
2.19 version is not working for me, I am done - go to sleep...
member
Activity: 126
Merit: 10
WTF?



If it makes you feel any better, I've got 18 days per block.
sr. member
Activity: 392
Merit: 250
Edit: Actually all these *.nxt files r wirtten and read using Java Serialization API. Is it a good approach?
It is really bad. It's better to use some java embedded sql engine like H2 or HSQLDB.
Well, in the long term yes, of course, but right now seems everything is kept in memory and those *.nxt files just function as persistent storage between restarts. If you don't need to run SQL queries, deal with database transactions, ORM, JDBC, think how much it simplifies things. I am sure BCNext realizes it is not a scalable solution as the blockchain grows, but I am impressed how fast he can add functionality by keeping things simple in the beginning.
legendary
Activity: 1498
Merit: 1000
Exception in thread "Thread-7" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-9" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
legendary
Activity: 1498
Merit: 1000
member
Activity: 126
Merit: 10
143 active peers  Grin
hero member
Activity: 566
Merit: 500
Not a bad logo, like the ones seen here previously were not bad either. I suggest we run a bounty logo contest once the forum is up within approx. a week. The forum will include functions to facilitate bounty, grants etc.
legendary
Activity: 1498
Merit: 1000
Was messing around in PS & threw together a quick v1 NXT logo.

Thoughts? Maybe we can iterate from here until we get something sexy?   Wink



- J
I like this.

Is there a bounty for a logo?  I do this professionally.
I think yes, but I don't have the link atm
legendary
Activity: 1232
Merit: 1001
Was messing around in PS & threw together a quick v1 NXT logo.

Thoughts? Maybe we can iterate from here until we get something sexy?   Wink



- J
I like this.

Is there a bounty for a logo?  I do this professionally.
legendary
Activity: 2142
Merit: 1010
Newbie
I asked everyone to move to local clients. Soon I'll block access to web interface on my server.

How do we confirm if we're on a local client?

http://localhost:7875 should show Nxt client.
legendary
Activity: 1498
Merit: 1000
Was messing around in PS & threw together a quick v1 NXT logo.

Thoughts? Maybe we can iterate from here until we get something sexy?   Wink



- J
I like this.
member
Activity: 63
Merit: 10
I asked everyone to move to local clients. Soon I'll block access to web interface on my server.

How do we confirm if we're on a local client?
newbie
Activity: 28
Merit: 0
Was messing around in PS & threw together a quick v1 NXT logo.

Thoughts? Maybe we can iterate from here until we get something sexy?   Wink

http://cl.ly/image/3W3f3b3o083L/Screen%20Shot%202013-11-30%20at%202.52.50%20PM.png

- J
hero member
Activity: 492
Merit: 500
I have this on 0.2.19 But didn't notice any issues running it. Updated without deleting files.

Code:
Exception in thread "Thread-6" java.lang.NullPointerException
at Nxt$Peer$1.failed(Unknown Source)
at Nxt$Peer$1.failed(Unknown Source)
at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
at sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:293)
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Exception in thread "Thread-8" java.nio.channels.ReadPendingException
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:250)
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:296)
at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:407)
at Nxt$Peer$1.completed(Unknown Source)
at Nxt$Peer$1.completed(Unknown Source)
at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
at sun.nio.ch.Invoker$2.run(Invoker.java:206)
at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)

legendary
Activity: 1498
Merit: 1000
Downloaded 2.19 (again). Maybe I did wrong copy/paste..
legendary
Activity: 1498
Merit: 1000
Exception in thread "Thread-16" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-6" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)


It's 0.2.18+, right?
2.18
legendary
Activity: 2142
Merit: 1010
Newbie
Exception in thread "Thread-16" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-6" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)


It's 0.2.18+, right?
legendary
Activity: 1498
Merit: 1000
Exception in thread "Thread-16" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.Invoker$2.run(Invoker.java:206)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
Exception in thread "Thread-6" java.lang.NullPointerException
   at Nxt$Peer$1.completed(Unknown Source)
   at Nxt$Peer$1.completed(Unknown Source)
   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
   at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
   at sun.nio.ch.KQueuePort$EventHandlerTask.run(KQueuePort.java:301)
   at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:744)
legendary
Activity: 2142
Merit: 1010
Newbie
I asked everyone to move to local clients. Soon I'll block access to web interface on my server.
Jump to: