Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1805. (Read 2761650 times)

hero member
Activity: 714
Merit: 500
Crypti Community Manager
- Pool

BCNext may implement Pooled Forging as a part of Account Control feature. Don't invest too much time into ur pool, it may become obsolete soon.
Thanks for the tip. Decentralized pooled forging is a huge wanted feature of the community. If you can do this it would be great!
sr. member
Activity: 396
Merit: 250
Buy low, buy high. That's how to deal with NXT.

...I would if I could.  Cheesy
legendary
Activity: 2142
Merit: 1010
Newbie
- Pool

BCNext may implement Pooled Forging as a part of Account Control feature. Don't invest too much time into ur pool, it may become obsolete soon.
sr. member
Activity: 378
Merit: 250
Another representation of the current nxt distribution:

Great, but could you maybe divide the size by a mil or a thousand to get smaller numbers? More of them would fit then.
Like 2.4 M, and 5.6K.

The numbers in the blocks is the account ID, not the amount. It really only fits in the larger blocks; in the smaller blocks you can see the start of the account ID, and in the smallest you can't see anything. (Actually, the smallest blocks themselves are basically too small to see at all).
hero member
Activity: 600
Merit: 500
Nxt-kit developer
Bounty announcement

100'000 NXT will be paid for working JavaScript code that signs and verifies signatures using NRS algo.

- The licence must allow to use the code in any application
- Sign/verify speed must be not lower than 100 signatures per second on a 1 GHz CPU (1 core)
- All the code must be in a single non-obfuscated well-formatted .js file
- Input/output values must be strings like "8302504e4e57c6c65335289879c6915a273d3aae7bd086058e403fcd2bc18341"

The bounty is valid till the 20th of January, 2014 12:00:00 UTC. The complete code must be published in this thread.

Adverted
legendary
Activity: 1120
Merit: 1000
How is this a second gen coin ? It feels slower than bitcoin, not to say prehistorical, deposit or withdrawing taking 48h...not to mention that whole java stuff nobody wants. Better modernize that cause it looks more like a fat old snail than an improvement in any ways.

Deposit/whitdrawal time has nothing to do with NXT as a protocol. Waiting is the problem with an exchange Dgex.

Java will be gone soon.
sr. member
Activity: 308
Merit: 250
If asset exchange API is ready, test servers should be put up now so that others can develop clients too. I see no sense in waiting.
hero member
Activity: 840
Merit: 1002
Simcoin Developer
Sorted by time? Do u use timestamp to cache old transactions?

No, I just tried to check manually for the last few transactions to see if they are accessible via API to re-broadcast them and couldn't do it, because they were unsorted. No big deal.

For automatic deposits I do plan to use timestamps, but I will also check by hash, of course, and sorting is not a problem in PHP.
I will pull transaction id's from now - 24 h and then check hashes.
NNZ
member
Activity: 63
Merit: 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Released version 0.5.1:


On 5.0 5.1 versions.
I start completely new version with pumping out with 0

Code:
2014-01-07 15:20:51.395:INFO:oejs.ServerConnector:main: Started ServerConnector@20a3dde9{SSL-http/1.1}{0.0.0.0:7875}
2014-01-07 15:30:33.920:WARN:oejs.ServletHandler:qtp1463872205-72: /nxt
java.lang.IllegalStateException: WRITER
        at org.eclipse.jetty.server.Response.getOutputStream(Response.java:931)
        at Nxt.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:696)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1568)
        at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:457)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:326)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:299)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1539)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:524)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1110)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:453)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1044)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:459)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:280)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
        at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
        at java.lang.Thread.run(Thread.java:722)
2014-01-07 15:30:42.306:WARN:oejs.ServletHandler:qtp1463872205-71: /nxt
java.lang.IllegalStateException: WRITER
        at org.eclipse.jetty.server.Response.getOutputStream(Response.java:931)
        at Nxt.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:696)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1568)
        at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:457)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:326)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:299)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1539)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:524)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1110)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:453)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1044)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:459)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:280)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
        at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
        at java.lang.Thread.run(Thread.java:722)
2014-01-07 15:32:35.368:WARN:oejs.ServletHandler:qtp1463872205-74: /nxt
java.lang.IllegalStateException: WRITER
        at org.eclipse.jetty.server.Response.getOutputStream(Response.java:931)
        at Nxt.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:696)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1568)
        at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:457)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:326)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:299)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1539)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:524)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1110)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:453)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1044)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:459)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:280)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
        at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
        at java.lang.Thread.run(Thread.java:722)

hero member
Activity: 714
Merit: 500
Crypti Community Manager
Guys, stick to NXT. The system itself is absolutely brilliant and there are a few more things in the pipelinie:

- Asset Exchange (finished)
- Arbritary Messages (very soon)

Also there will be soon the Nexern client, I saw 2 different PC clients, 1 messaging client.

Myself I have a few games in the pipeline and other services. Wesleyh is working like crazy too.

The first pool is there, also peerexplorer.com released a few days earlier. Many more things to come.

Awesome. Can you also give ETAs?

The Asset Exchange is finished. We are just waiting for nexern to deliver the client. It should come in 2-3 weeks. But nexern can give better details here.

For the PC clients and the messaging client I can't give ETA's because I'm not involved.

My own projects will come gradually. Currently I'm working on a game, after this I will make 2 more games. Then I will work on one of the following features:

- Pool
- Blockchain Explorer
- Paper Wallet (I already did a design)
- Alias Explorer
- Viewer (A collection of charts, calculators, trollbox etc.)
- Smaller tools (e.g. offline NXT ID Generator)

Which feature I will code is part of the community. But I'm busy with the games for another 1-2 weeks.
sr. member
Activity: 308
Merit: 250
How is this a second gen coin ? It feels slower than bitcoin, not to say prehistorical, deposit or withdrawing taking 48h...not to mention that whole java stuff nobody wants. Better modernize that cause it looks more like a fat old snail than an improvement in any ways.

You're talking about dgex, not nxt. Nxt is fast at transactions.
full member
Activity: 350
Merit: 100
Guys, stick to NXT. The system itself is absolutely brilliant and there are a few more things in the pipelinie:

- Asset Exchange (finished)
- Arbritary Messages (very soon)

Also there will be soon the Nexern client, I saw 2 different PC clients, 1 messaging client.

Myself I have a few games in the pipeline and other services. Wesleyh is working like crazy too.

The first pool is there, also peerexplorer.com released a few days earlier. Many more things to come.

Completely selfish, but I hope it drops more. I only hold 7100 and want to be around 50k. I don't see us flirting with .10 until we're on an a known exchange along with messaging and nexern's client, etc.

Either way I'll be happy... I see NXT being in a completely different league by early summer.
legendary
Activity: 1526
Merit: 1012
How is this a second gen coin ? It feels slower than bitcoin, not to say prehistorical, deposit or withdrawing taking 48h...not to mention that whole java stuff nobody wants. Better modernize that cause it looks more like a fat old snail than an improvement in any ways.
legendary
Activity: 2142
Merit: 1010
Newbie
Re: Arbitrary messages: I don't see an API for this? CFB?

Will be posted later. It's very simple.
legendary
Activity: 1512
Merit: 1004
legendary
Activity: 2142
Merit: 1010
Newbie
As I understand getAccountTransactionIds returns them unsorted?
No big deal, but would be nice if they were sorted by time, if that's not hard to implement.

Sorted by time? Do u use timestamp to cache old transactions?
hero member
Activity: 840
Merit: 1002
Simcoin Developer
Another representation of the current nxt distribution:

Great, but could you maybe divide the size by a mil or a thousand to get smaller numbers? More of them would fit then.
Like 2.4 M, and 5.6K.
sr. member
Activity: 308
Merit: 250
Hi, i just created an account. Can anyone send me some NXT so i can start forge?

this is my address--->1322879362729893340

thank you!

any help?

http://nxtra.org/faucet/

thx! i can use it every 12 o 24 hours?

No, just once.
hero member
Activity: 808
Merit: 1011
Please test the http://localhost:7874/update.html tool to download and verify
the package.

The check, that I have the latest version works fine for me.
member
Activity: 98
Merit: 10
Price crashing phenomenally.. 0.000045

I hope only whales sell at this price...

Most likely small guys sell fearing to lose more, whales are buying from them cheaper. It always works like this in trading. That's why even if 100 000 people equally received 10 000 NXTs each, 1 year later top 10-20% would own 80-90% of all NXTs. Same is true for any other asset.
Jump to: