Author

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

legendary
Activity: 2142
Merit: 1010
Newbie
How much memory does one need to run this  Huh

~512 Mb, coz with 256 it crashes quite often.
legendary
Activity: 1367
Merit: 1000
Today i am regularly getting various NullPointerException.

Last one:

[2013-11-30 20:50:39.535] ...Done
Exception in thread "pool-1-thread-5" java.lang.NullPointerException
        at Nxt$2.completed(Unknown Source)
        at Nxt$2.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker$2.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)

Because of often need to restart client cannot mine Sad
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
How much memory does one need to run this  Huh
legendary
Activity: 1806
Merit: 1038
What is the .00 (fractional NXT) next to your balance on the UI for?

Does NXT support fractional units?
- see here.
full member
Activity: 140
Merit: 100
I would be very appreciative if someone can send me a few coins as well so I can get started with this currency.

14604507612240266920

Going to see about purchasing some more later.

Thanks
legendary
Activity: 1232
Merit: 1001
What is the .00 (fractional NXT) next to your balance on the UI for?

Does NXT support fractional units?
legendary
Activity: 2142
Merit: 1010
Newbie
Guys, don't send coins to those who ask them in this thread. There are special threads for giveaway.
newbie
Activity: 4
Merit: 0
Can someone please send me one Nxt  to address    13953498912522080539    to get me started please?
- a few coins sent.

Could you be so kind to send me some also? Thanks!
17405231906428949483
legendary
Activity: 1806
Merit: 1038
Can someone please send me one Nxt  to address    13953498912522080539    to get me started please?
- a few coins sent.
legendary
Activity: 2142
Merit: 1010
Newbie
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.

I see. Now blockchain is not big, but later we should do it for sure.
hero member
Activity: 784
Merit: 501
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.
full member
Activity: 126
Merit: 100
Hi All.

Ive setup Nxt by following all the instructions, all seems to be working, but what do I need to do next?

Do I need to receive some coins from someone to continue?     Nxt 13953498912522080539

Ok Ive answered this bit by reading..


1. Unlock ur account
2. Make sure u have at least 1 NXT
3. Make sure the very 1st transaction has at least 1440 confirmations
4. Open [Recent blocks]
5. Keep on watching the timer that says "You can generate the next block in 36 minutes 5 seconds"
6. U can close the webpage, but don't lock the account

Can someone please send me one Nxt  to address    13953498912522080539    to get me started please?

Do I just leave it running to assist?

Does this earn me credits?

After about 30 minutes of running it appeared I had a balance of 2 for an unknown reason, 2 hours later I had zero, yet I had done nothing and have zero transactions all the time.

I also have over 14 digits to my password.

Any assistance welcomed. TY.
legendary
Activity: 2142
Merit: 1010
Newbie
I'm not sure, they seem very corruption prone right now which is rather worry-some. They seem to get corrupted anytime I kill the program CTRL+D. Sometimes they just... explode on their own. I don't know if that's an issue with the Java Serialization class or if it's more like the data doesn't get completely flushed to the file, therefore leaving a block or some piece of data in a partially written state...

I noticed blocks.nxt is corrupted only if there is no free memory. I see "Saving blocks..." but no "...done" after it.
member
Activity: 126
Merit: 10
Can someone upload a recent blocks.nxt file please?

I have known that transactions.nxt is important too, coz blocks.nxt doesn't contain transaction info.

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

Edit: Actually all these *.nxt files r wirtten and read using Java Serialization API. Is it a good approach?

I'm not sure, they seem very corruption prone right now which is rather worry-some. They seem to get corrupted anytime I kill the program CTRL+D. Sometimes they just... explode on their own. I don't know if that's an issue with the Java Serialization class or if it's more like the data doesn't get completely flushed to the file, therefore leaving a block or some piece of data in a partially written state...
legendary
Activity: 1232
Merit: 1001
Do I need nxt coins to start mining?  If so please send a few to 3937699229213236762.  Thanks!
- a few coins sent.

A few million?
legendary
Activity: 1367
Merit: 1000
Code:
e:\Old disks\Old E\Open\Programs\Bitcoin\Next>java -Xms512m -Xmx1024m -cp Nxt.zi
p Nxt
[2013-11-30 19:51:41.925] Nxt 0.2.17 started.
[2013-11-30 19:51:41.975] Loading transactions...
[2013-11-30 19:51:42.153] ...Done
[2013-11-30 19:51:42.164] Loading peers...
[2013-11-30 19:51:42.197] ...Done
[2013-11-30 19:51:42.211] Loading blocks...
[2013-11-30 19:51:43.260] ...Done
[2013-11-30 19:51:43.260] Loading accounts...
[2013-11-30 19:51:43.285] ...Done
[2013-11-30 19:51:43.286] Loading assets...
[2013-11-30 19:51:43.287] ...Done
[2013-11-30 19:51:43.287] Loading orders...
[2013-11-30 19:51:43.288] ...Done
[2013-11-30 19:53:05.313] Saving blocks...
[2013-11-30 19:53:05.721] ...Done
Exception in thread "pool-1-thread-3" java.lang.NullPointerException
        at Nxt$2.completed(Unknown Source)
        at Nxt$2.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker$2.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-30 19:53:40.963] Saving blocks...
[2013-11-30 19:53:41.303] ...Done
Exception in thread "Thread-9" java.nio.channels.WritePendingException
        at sun.nio.ch.AsynchronousSocketChannelImpl.write(Unknown Source)
        at sun.nio.ch.AsynchronousSocketChannelImpl.write(Unknown Source)
        at java.nio.channels.AsynchronousSocketChannel.write(Unknown Source)
        at Nxt$2.completed(Unknown Source)
        at Nxt$2.completed(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.Invoker.invokeUnchecked(Unknown Source)
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl$WriteTask.completed(U
nknown 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)
legendary
Activity: 2142
Merit: 1010
Newbie
Can someone upload a recent blocks.nxt file please?

I have known that transactions.nxt is important too, coz blocks.nxt doesn't contain transaction info.

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

Edit: Actually all these *.nxt files r wirtten and read using Java Serialization API. Is it a good approach?
member
Activity: 126
Merit: 10
Can someone upload a recent blocks.nxt file please?

https://s3.amazonaws.com/nxt.c4c.io/blocks.nxt

Give that a go, I'll try to keep this somewhat updated.
legendary
Activity: 2142
Merit: 1010
Newbie
A quick question:
How can I know to which block (height) a transaction belongs?

Hover the cursor over "10+". A tooltip will appear with number of confirmations. Height = Current_block_height - Number_of_confirms + 1
legendary
Activity: 1806
Merit: 1038
Do I need nxt coins to start mining?  If so please send a few to 3937699229213236762.  Thanks!
- a few coins sent.
Jump to: