Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2480. (Read 2761642 times)

sr. member
Activity: 644
Merit: 250
Is anyone else seeing a lot of unconfirmed transactions that aren't being included in the new blocks?
legendary
Activity: 1806
Merit: 1038
I think you have just spotted a weakness...
What happens when a Nxt exchange decides to mine with the Nxt in stock? Shocked
- it's not weakness. It is a possibility for exchanges to set a low commission (even 0%), and earn a profit by mining.
member
Activity: 112
Merit: 10
is there anyway to get in to NXT without going into that exhange? I'm interested in NX but don't really care for that exchange.
- you can beg for some Nxt here: https://bitcointalksearch.org/topic/beg-here-for-nxt-coins-354239
Or here: http://nextcoin.org/index.php/topic,5.0.html
hero member
Activity: 784
Merit: 501
What happens when a Nxt exchange decides to mine with the Nxt in stock? Shocked
BTC-E had bad expirience with NVC some time ago Smiley In NVC you need to wait a lot of confirmations after PoS mining before you can use money, and even more - not only fee, but all inputs used for mining became "frozen". So BTC-E has PoS mining disabled for NVC.
Do not know, is it apply for Nxt.
legendary
Activity: 1806
Merit: 1038
is there anyway to get in to NXT without going into that exhange? I'm interested in NX but don't really care for that exchange.
- you can beg for some Nxt here: https://bitcointalksearch.org/topic/beg-here-for-nxt-coins-354239
newbie
Activity: 38
Merit: 0
is there anyway to get in to NXT without going into that exhange? I'm interested in NX but don't really care for that exchange.
member
Activity: 75
Merit: 10
Whoever 482115092852324318, and 10105875265190846103 are can you stop mining? Ya'll have an INSANE mining probability. You're better off selling some of your coins to spread the distribution out a little more and make some money.

You gain nothing by hoarding all your coins now.



I think you have just spotted a weakness...

What happens when a Nxt exchange decides to mine with the Nxt in stock? Shocked

edit: Maybe there needs to be a limit/time to the number of mined blocks per given time per account?.
full member
Activity: 135
Merit: 102
Whoever 482115092852324318, and 10105875265190846103 are can you stop mining? Ya'll have an INSANE mining probability. You're better off selling some of your coins to spread the distribution out a little more and make some money.

You gain nothing by hoarding all your coins now.
+1
hero member
Activity: 784
Merit: 501
Whoever 482115092852324318, and 10105875265190846103 are can you stop mining? Ya'll have an INSANE mining probability. You're better off selling some of your coins to spread the distribution out a little more and make some money.

You gain nothing by hoarding all your coins now.
Good observation.
+1
member
Activity: 126
Merit: 10
Whoever 482115092852324318, and 10105875265190846103 are can you stop mining? Ya'll have an INSANE mining probability. You're better off selling some of your coins to spread the distribution out a little more and make some money.

You gain nothing by hoarding all your coins now.
legendary
Activity: 1806
Merit: 1038
What is the cmd to exit the program normally, instead of killing it?
- I'm using
Code:
killall -15 java
on the CentOS.
member
Activity: 112
Merit: 10
Question: On earlier versions doing some memory tweak on launch improved sending tx on network. Is that possible with 0.3 ? How?

Yes, use this command when starting Nxt: 'java -Xms512m -Xmx1024m -jar start.jar'

http://nextcoin.org/index.php/topic,4.0.html
I made a guide, with pictures, on how to install NXT correctly using the latest .jar file
Maybe you can link it at the front of your post?
sr. member
Activity: 644
Merit: 250
Question: On earlier versions doing some memory tweak on launch improved sending tx on network. Is that possible with 0.3 ? How?

Yes, use this command when starting Nxt: 'java -Xms512m -Xmx1024m -jar start.jar'
hero member
Activity: 492
Merit: 500
Question: On earlier versions doing some memory tweak on launch improved sending tx on network. Is that possible with 0.3 ? How?

legendary
Activity: 1722
Merit: 1217
can someone link me to some more details on the physical mechanics of this system? do the people who mint blocks just chose the threshold for minimum tx fee that they will include? whats the max block size? how will the max block size be changed in the future? its supposed to be 1 minute between blocks right? what happens if a stake holder decided to mint a block sooner than that?

so many questions, i need some specifications or a white paper or something. can anyone help me out.
Come-from-Beyond can help you, but I think he now sleeps.

thanks ill send him a message.
hero member
Activity: 784
Merit: 501
Heh my local client just got stuck on 6342 while vps is on 6356 ... Huh
Got
[2013-12-03 11:06:01.574] 31: java.lang.NullPointerException
and than stop at 6342.
Restart server, problem is fixed.
sr. member
Activity: 266
Merit: 250
I've been caught up for a few hours. Now I just need my transaction to hit 1440.
member
Activity: 126
Merit: 10
Finally got mine all caught up.

http://nxt.c4c.io/
hero member
Activity: 492
Merit: 500
Heh my local client just got stuck on 6342 while vps is on 6356 ... Huh
member
Activity: 112
Merit: 10
Code:
[root@Nxt ~]# java -jar start.jar
2013-12-02 22:11:11.260:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-02 22:11:11.286:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/root/webapps/] at interval 1
[2013-12-02 22:11:11.920] Nxt 0.3.3 started.
[2013-12-02 22:11:11.925] Loading transactions...
[2013-12-02 22:11:11.980] ...Done
[2013-12-02 22:11:11.980] Loading peers...
[2013-12-02 22:11:11.984] ...Done
[2013-12-02 22:11:11.984] Loading blocks...
[2013-12-02 22:11:12.292] ...Done
[2013-12-02 22:11:12.292] Loading accounts...
[2013-12-02 22:11:12.304] ...Done
[2013-12-02 22:11:12.305] Loading assets...
[2013-12-02 22:11:12.306] ...Done
[2013-12-02 22:11:12.306] Loading orders...
[2013-12-02 22:11:12.307] ...Done
2013-12-02 22:11:12.319:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1624a1c{/,file:/root/webapps/root/,AVAILABLE}{/root}
2013-12-02 22:11:12.329:INFO:oejs.ServerConnector:main: Started ServerConnector@1aa7dbc{HTTP/1.1}{0.0.0.0:7874}
[2013-12-02 22:11:52.583] 32: java.lang.NullPointerException
[2013-12-02 22:13:07.874] 32: java.lang.NullPointerException

java.lang.NullPointerException happens even after multiple restarts

Ignore them. The client still has bugs. All that matters is that you are catching up with blocks.
Jump to: