Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2467. (Read 2761640 times)

member
Activity: 112
Merit: 10
How much can 0.085 bitcoin get me? I would like to get some.
hero member
Activity: 812
Merit: 505
The Last NXT Founder
Any chance someone can kindly send just 1 NXT to 8027715143254771220?

I want to test if it's working. I plan to buy some soon Smiley

sent
newbie
Activity: 56
Merit: 0
Any chance someone can kindly send just 1 NXT to 8027715143254771220?

I want to test if it's working. I plan to buy some soon Smiley

Hmm... not getting any peers on my client. Do I need to unblock a specific port in my firewall or should it work by default? I am running it on my windows vista laptop.
From my understanding of the instructions, you need to open 7874(tcp).
legendary
Activity: 1344
Merit: 1001
Any chance someone can kindly send just 1 NXT to 8027715143254771220?

I want to test if it's working. I plan to buy some soon Smiley

Hmm... not getting any peers on my client. Do I need to unblock a specific port in my firewall or should it work by default? I am running it on my windows vista laptop.
legendary
Activity: 1232
Merit: 1001
He wants to be part of the dev team!

BCNext let me to get the whole code only coz that was a critical situation. He is planning to wait for the 3rd of January.

I think all the secrecy is slowing things down.

I understand the strategic need to keep the code that advances things (i.e., the decentralised exchange) closed initially.  And I 100% agree.  However there should be ways (*cough* git n' branches) to have the code without the decentralised exchange open source, so that it can be stabilised more rapidly.   Top-secret work is done on "secret" branch on BCNext's repo.  We make bug fixes to existing code on separate repo.  He then pulls/fix-up from us daily.

Everyone wins.  We stabilise core functionality by making judicious bug fixes, while he carries on with decentralised exchange implementation.  All of the bug fixes should be relatively small, controlled changes, so it should not be too hard for him to keep pulling in our fixes.
legendary
Activity: 1344
Merit: 1001
Any chance someone can kindly send just 1 NXT to 8027715143254771220?

I want to test if it's working. I plan to buy some soon Smiley
legendary
Activity: 1344
Merit: 1001
All I get when I run it from the windows cmd line is this:

D:\nxt\nxt>java -Xms512m -Xmx1024m -jar start.jar
2013-12-03 21:33:53.401:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-03 21:33:53.433:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/D:/nxt/nxt/webapps/] at interval 1
[2013-12-03 21:33:54.395] Nxt 0.3.7 started.
[2013-12-03 21:33:54.405] Loading transactions...
[2013-12-03 21:33:54.559] ...Done
[2013-12-03 21:33:54.559] Loading peers...
[2013-12-03 21:33:54.568] ...Done

[2013-12-03 21:33:54.568] Loading blocks...
[2013-12-03 21:33:55.330] 10: java.io.EOFException

2013-12-03 21:33:55.331:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1615ef2{/,file:/D:/nxt/nxt/webapps/root/,AVAILABLE}{D:\nxt\nxt\webapps\roo
t}
2013-12-03 21:35:22.345:INFO:oejs.ServerConnector:main: Started ServerConnector@
1384f2{HTTP/1.1}{0.0.0.0:7874}

Nothing actually happens? Been that way for 10 minutes. And was like it when I tried earlier.

Any ideas please

Looks like your blocks.nxt file has been corrupted. You will have to delete blocks.nxt (should be inside the nxt folder) and try again. If it still doesn't work, try getting the nxtfiles.zip file CfB posted earlier, which contains an archive of all *.nxt files up to some point, it contains blocks.nxt to help bootstrap the blockchain.


Thank you that worked!! Cheesy

I deleted the blocks.nxt file and simply tried again.
legendary
Activity: 1232
Merit: 1001
What do you mean by that?  (I am offering you development help, to help you get to that date.)

The source code is closed. How could u help without it?
He wants to be part of the dev team!

Correct!
hero member
Activity: 687
Merit: 509
must be running the nxt client for mining or sufficient credits?
sr. member
Activity: 392
Merit: 250
All I get when I run it from the windows cmd line is this:

D:\nxt\nxt>java -Xms512m -Xmx1024m -jar start.jar
2013-12-03 21:33:53.401:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-03 21:33:53.433:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/D:/nxt/nxt/webapps/] at interval 1
[2013-12-03 21:33:54.395] Nxt 0.3.7 started.
[2013-12-03 21:33:54.405] Loading transactions...
[2013-12-03 21:33:54.559] ...Done
[2013-12-03 21:33:54.559] Loading peers...
[2013-12-03 21:33:54.568] ...Done

[2013-12-03 21:33:54.568] Loading blocks...
[2013-12-03 21:33:55.330] 10: java.io.EOFException

2013-12-03 21:33:55.331:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1615ef2{/,file:/D:/nxt/nxt/webapps/root/,AVAILABLE}{D:\nxt\nxt\webapps\roo
t}
2013-12-03 21:35:22.345:INFO:oejs.ServerConnector:main: Started ServerConnector@
1384f2{HTTP/1.1}{0.0.0.0:7874}

Nothing actually happens? Been that way for 10 minutes. And was like it when I tried earlier.

Any ideas please

Looks like your blocks.nxt file has been corrupted. You will have to delete blocks.nxt (should be inside the nxt folder) and try again. If it still doesn't work, try getting the nxtfiles.zip file CfB posted earlier, which contains an archive of all *.nxt files up to some point, it contains blocks.nxt to help bootstrap the blockchain.
legendary
Activity: 1232
Merit: 1001
Question:

What is the lowest possible amount for transferring to another account in NXT?

And how much Fee does it include?


For example if i want to send 0.01NXT, is it possible? how much fee should it have?
transfer 1nxt with 1nxt fee.
No decimals yet..

Yet, so is that functionality coming?  I think it very wise to support fraction NXT.  It facilitates trade.  Also, you should probably consider more than two decimal places.
legendary
Activity: 1344
Merit: 1001
All I get when I run it from the windows cmd line is this:

D:\nxt\nxt>java -Xms512m -Xmx1024m -jar start.jar
2013-12-03 21:33:53.401:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-03 21:33:53.433:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/D:/nxt/nxt/webapps/] at interval 1
[2013-12-03 21:33:54.395] Nxt 0.3.7 started.
[2013-12-03 21:33:54.405] Loading transactions...
[2013-12-03 21:33:54.559] ...Done
[2013-12-03 21:33:54.559] Loading peers...
[2013-12-03 21:33:54.568] ...Done
[2013-12-03 21:33:54.568] Loading blocks...
[2013-12-03 21:33:55.330] 10: java.io.EOFException
2013-12-03 21:33:55.331:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1615ef2{/,file:/D:/nxt/nxt/webapps/root/,AVAILABLE}{D:\nxt\nxt\webapps\roo
t}
2013-12-03 21:35:22.345:INFO:oejs.ServerConnector:main: Started ServerConnector@
1384f2{HTTP/1.1}{0.0.0.0:7874}

Nothing actually happens? Been that way for 10 minutes. And was like it when I tried earlier.

Any ideas please
I just started mine with the same java options and everything is working. Did you open your browser and go to :7875?

I got to http://localhost:7875/ in chrome and I get "Oops! Google Chrome could not connect to localhost:7875" Sad
newbie
Activity: 56
Merit: 0
All I get when I run it from the windows cmd line is this:

D:\nxt\nxt>java -Xms512m -Xmx1024m -jar start.jar
2013-12-03 21:33:53.401:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-03 21:33:53.433:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/D:/nxt/nxt/webapps/] at interval 1
[2013-12-03 21:33:54.395] Nxt 0.3.7 started.
[2013-12-03 21:33:54.405] Loading transactions...
[2013-12-03 21:33:54.559] ...Done
[2013-12-03 21:33:54.559] Loading peers...
[2013-12-03 21:33:54.568] ...Done
[2013-12-03 21:33:54.568] Loading blocks...
[2013-12-03 21:33:55.330] 10: java.io.EOFException
2013-12-03 21:33:55.331:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1615ef2{/,file:/D:/nxt/nxt/webapps/root/,AVAILABLE}{D:\nxt\nxt\webapps\roo
t}
2013-12-03 21:35:22.345:INFO:oejs.ServerConnector:main: Started ServerConnector@
1384f2{HTTP/1.1}{0.0.0.0:7874}

Nothing actually happens? Been that way for 10 minutes. And was like it when I tried earlier.

Any ideas please
I just started mine with the same java options and everything is working. Did you open your browser and go to :7875?
legendary
Activity: 2142
Merit: 1010
Newbie
He wants to be part of the dev team!

BCNext let me to get the whole code only coz that was a critical situation. He is planning to wait for the 3rd of January.
legendary
Activity: 1344
Merit: 1001
All I get when I run it from the windows cmd line is this:

D:\nxt\nxt>java -Xms512m -Xmx1024m -jar start.jar
2013-12-03 21:33:53.401:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-03 21:33:53.433:INFO:oejdp.ScanningAppProvider:main: Deployment monitor
[file:/D:/nxt/nxt/webapps/] at interval 1
[2013-12-03 21:33:54.395] Nxt 0.3.7 started.
[2013-12-03 21:33:54.405] Loading transactions...
[2013-12-03 21:33:54.559] ...Done
[2013-12-03 21:33:54.559] Loading peers...
[2013-12-03 21:33:54.568] ...Done
[2013-12-03 21:33:54.568] Loading blocks...
[2013-12-03 21:33:55.330] 10: java.io.EOFException
2013-12-03 21:33:55.331:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppCo
ntext@1615ef2{/,file:/D:/nxt/nxt/webapps/root/,AVAILABLE}{D:\nxt\nxt\webapps\roo
t}
2013-12-03 21:35:22.345:INFO:oejs.ServerConnector:main: Started ServerConnector@
1384f2{HTTP/1.1}{0.0.0.0:7874}

Nothing actually happens? Been that way for 10 minutes. And was like it when I tried earlier.

Any ideas please
legendary
Activity: 2142
Merit: 1010
Newbie
Why does IP keep multiplying?

A bug in the interface. The guy who was developing it is sleeping now.
legendary
Activity: 1498
Merit: 1000
What do you mean by that?  (I am offering you development help, to help you get to that date.)

The source code is closed. How could u help without it?
He wants to be part of the dev team!
legendary
Activity: 2142
Merit: 1010
Newbie
What do you mean by that?  (I am offering you development help, to help you get to that date.)

The source code is closed. How could u help without it?
legendary
Activity: 1498
Merit: 1000
Question:

What is the lowest possible amount for transferring to another account in NXT?

And how much Fee does it include?


For example if i want to send 0.01NXT, is it possible? how much fee should it have?
transfer 1nxt with 1nxt fee.
No decimals yet..
sr. member
Activity: 490
Merit: 250
Question:

What is the lowest possible amount for transferring to another account in NXT?

And how much Fee does it include?


For example if i want to send 0.01NXT, is it possible? how much fee should it have?
Jump to: