Bitcoin Forum
May 04, 2024, 04:06:10 AM *
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 55 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:11:41 PM
 #81

I think every time I have an unconfirmed I get a NullPointer..

Restart soft.
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714795570
Hero Member
*
Offline Offline

Posts: 1714795570

View Profile Personal Message (Offline)

Ignore
1714795570
Reply with quote  #2

1714795570
Report to moderator
1714795570
Hero Member
*
Offline Offline

Posts: 1714795570

View Profile Personal Message (Offline)

Ignore
1714795570
Reply with quote  #2

1714795570
Report to moderator
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
November 26, 2013, 03:12:26 PM
 #82

I think every time I have an unconfirmed I get a NullPointer..

Restart soft.
You mean without deleting the .nxt files
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 03:12:31 PM
 #83

How much memory is it allocated by default?

If without "-Xmx" option then 64-256 Mb.

I'll see how high mine goes. 137mb atm. I guess it will just keep climbing
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
November 26, 2013, 03:12:51 PM
 #84

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.

ok, will make a basic version until tomorrow.
eid
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
November 26, 2013, 03:16:06 PM
 #85

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.


If someone wants to donate coins I dont mind sitting here sending transactions. I have nothing better on right now.

Sorry but Im too tight to use my own Cheesy


eid
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
November 26, 2013, 03:16:30 PM
 #86

Relaunch, it may pass 133th block on other attempt.

i tried a few times, even tried erasing all .nxt files.  went back to 0.2.3 and it loaded all block up no problem first time
kwest
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
November 26, 2013, 03:25:05 PM
 #87

With 0.2.9 I get the "Exception in thread "Thread-#" java.lang.NullPointerException" every single time. It doesn't matter if I restart, with or without deleting all the nxt files. I still get it.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:27:19 PM
 #88

With 0.2.9 I get the "Exception in thread "Thread-#" java.lang.NullPointerException" every single time. It doesn't matter if I restart, with or without deleting all the nxt files. I still get it.

Could u post the whole message? It should have 10-15 lines of text.
sva_h4cky0
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


onore dikeido


View Profile WWW
November 26, 2013, 03:54:37 PM
 #89

Code:
[2013-11-26 22:44:11.738] Nxt 0.2.9 started.
Exception in thread "Thread-8" java.lang.NullPointerException
at Nxt$1.completed(Unknown Source)
at Nxt$1.completed(Unknown Source)
at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
at sun.nio.ch.Invoker.invokeDirect(Invoker.java:145)
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:553)
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:275)
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:296)
at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:407)
at Nxt$1.completed(Unknown Source)
at Nxt$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)

i got this error over and over again  Smiley
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:57:13 PM
 #90

Code:
[2013-11-26 22:44:11.738] Nxt 0.2.9 started.
Exception in thread "Thread-8" java.lang.NullPointerException
at Nxt$1.completed(Unknown Source)
at Nxt$1.completed(Unknown Source)
at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
at sun.nio.ch.Invoker.invokeDirect(Invoker.java:145)
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:553)
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:275)
at sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:296)
at java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:407)
at Nxt$1.completed(Unknown Source)
at Nxt$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)

i got this error over and over again  Smiley

I got a new version that fixes this error. Now testing it on my computers. It 2-4 hours it will be available for downloading.
kwest
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
November 26, 2013, 03:57:33 PM
 #91

With 0.2.9 I get the "Exception in thread "Thread-#" java.lang.NullPointerException" every single time. It doesn't matter if I restart, with or without deleting all the nxt files. I still get it.

Could u post the whole message? It should have 10-15 lines of text.

Took a screenshot:

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 03:58:24 PM
 #92

With 0.2.9 I get the "Exception in thread "Thread-#" java.lang.NullPointerException" every single time. It doesn't matter if I restart, with or without deleting all the nxt files. I still get it.

Could u post the whole message? It should have 10-15 lines of text.

Took a screenshot:



Thx, the same as above. Let's wait for 0.2.10 version.
jackyrozario
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 26, 2013, 04:08:49 PM
 #93

Can I mine this coin and if so then how?

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
 
Trade Over 140 Cryptos
 
Secure Platform API Support
 

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
    ▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
November 26, 2013, 04:09:48 PM
 #94

Can I mine this coin and if so then how?

To mine this coin u must have at least 1 coin already.
jackyrozario
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 26, 2013, 04:12:03 PM
 #95

Can I mine this coin and if so then how?

To mine this coin u must have at least 1 coin already.

@ Come-from-Beyond thanks for the reply ,Can you please tell how can I mine after receiving the 1 coin ?

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
 
Trade Over 140 Cryptos
 
Secure Platform API Support
 

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
    ▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇
Noitev
Hero Member
*****
Offline Offline

Activity: 812
Merit: 505


The Last NXT Founder


View Profile
November 26, 2013, 04:16:58 PM
 #96

Can I mine this coin and if so then how?

To mine this coin u must have at least 1 coin already.

@ Come-from-Beyond thanks for the reply ,Can you please tell how to mine ?

If you have at least 1 coin, you mine automagically.

You need to have had the coin for 1440 blocks first though
bitdraw
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
November 26, 2013, 04:19:45 PM
 #97

Can I mine this coin and if so then how?

To mine this coin u must have at least 1 coin already.

@ Come-from-Beyond thanks for the reply ,Can you please tell how to mine ?

If you have at least 1 coin, you mine automagically.

You need to have had the coin for 1440 blocks first though

with one coin you can mine your first block in around 50000 days or something...
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
November 26, 2013, 04:34:51 PM
 #98

To mine this coin u must have at least 1 coin already.
how to get 1 coin?
TIA
bitdraw
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
November 26, 2013, 04:36:42 PM
 #99

To mine this coin u must have at least 1 coin already.
how to get 1 coin?
TIA

if you plan to get it for testing its fine, but dont expect to mine your first block in less than around 50000 days
jackyrozario
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 26, 2013, 04:37:26 PM
 #100

Thanks bitdraw and Noitev for the reply, I also have some questions to ask...

a   Do I have to keep my nxt wallet open all the time for mining or Close it.
b   I also opened one online wallet at this ip http://88.198.210.245:7875/ ,Can I mine in my online wallet if I also sent the next coin to my online wallet.


Thanks

Jacky

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
 
Trade Over 140 Cryptos
 
Secure Platform API Support
 

▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ ▇▇▇▇ ▇▇▇ ▇▇ ▇ ▇
    ▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇▇
▇▇▇▇▇▇▇▇▇▇▇
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 55 ... 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!