bahamapascal
|
|
December 22, 2013, 05:02:11 PM |
|
U use wrong files. That ZIP archive doesn't contain such data.
I used the files from the URL you posted - if I am using the wrong ones then please give me the correct URL I can get them from (this is beginning to not look right to me). Could you give me an SHA256 checksum of the correct zip file so I can verify it? In case those files dont work for you, maybe try deleting every thing, downloading Version 0.4.2 (if you havn't already) and then let it download the new blockchain from scratch. That worked for me
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
December 22, 2013, 05:04:12 PM |
|
U use wrong files. That ZIP archive doesn't contain such data.
I used the files from the URL you posted - if I am using the wrong ones then please give me the correct URL I can get them from (this is beginning to not look right to me). Could you give me an SHA256 checksum of the correct zip file so I can verify it? 83befd37f61457ee072c66fedad347e6faf29b5596797609b57d0c844424837a
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
December 22, 2013, 05:08:19 PM |
|
Log file on my server grows with 200Mb/min rate. Someone definitely doesn't like Nxt. I would advise to spend some bounty for new public nodes.
|
|
|
|
matt4054
Legendary
Offline
Activity: 1946
Merit: 1035
|
|
December 22, 2013, 05:08:51 PM |
|
Wow, I caught up with the new chain finally. Tastes like last March again
|
|
|
|
bizz
|
|
December 22, 2013, 05:10:22 PM |
|
Log file on my server grows with 200Mb/min rate. Someone definitely doesn't like Nxt. I would advise to spend some bounty for new public nodes.
same thing happened to my vps, also I think fail2ban gone crazy
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
December 22, 2013, 05:11:11 PM |
|
83befd37f61457ee072c66fedad347e6faf29b5596797609b57d0c844424837a
Thanks - I now see 22260 is 197% but again Recent blocks does not change (now at 22298) - I seem to get activity from the Active peers but the Recent blocks never changes. Is there some fundamental reason I am missing why Recent blocks would never change?
|
|
|
|
laowai80
Member
Offline
Activity: 98
Merit: 10
|
|
December 22, 2013, 05:11:38 PM |
|
Log file on my server grows with 200Mb/min rate. Someone definitely doesn't like Nxt. I would advise to spend some bounty for new public nodes.
I don't enable logging, but CPU and RAM usage jumped a lot higher and there are a bunch of TIME_WAIT state conenctions in 'netstat -an' - zombie attack? NXT definately needs more public nodes.
|
|
|
|
erpalum
Member
Offline
Activity: 351
Merit: 10
|
|
December 22, 2013, 05:11:53 PM |
|
Log file on my server grows with 200Mb/min rate. Someone definitely doesn't like Nxt. I would advise to spend some bounty for new public nodes.
what is public nodes? dedicated server? i can do it if you say what i need to do
|
|
|
|
matt4054
Legendary
Offline
Activity: 1946
Merit: 1035
|
|
December 22, 2013, 05:12:42 PM |
|
So the official Block Explorer is now officially off the chain, right?
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
December 22, 2013, 05:14:15 PM |
|
83befd37f61457ee072c66fedad347e6faf29b5596797609b57d0c844424837a
Thanks - I now see 22260 is 197% but again Recent blocks does not change (now at 22298) - I seem to get activity from the Active peers but the Recent blocks never changes. Is there some fundamental reason I am missing why Recent blocks would never change? U caught us. Keep forging.
|
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
December 22, 2013, 05:15:20 PM |
|
U caught us. Keep forging.
Oh - I now see a block 222301 at 443% - is it working now?
|
|
|
|
abctc
Legendary
Offline
Activity: 1792
Merit: 1038
|
|
December 22, 2013, 05:15:24 PM |
|
0.4.2 I'm constatnly get errors: 2013-12-22 17:13:03.043:WARN:oejs.ServletHandler:qtp1455299089-49: /nxt java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 5000/5000 ms at org.eclipse.jetty.util.BlockingCallback.block(BlockingCallback.java:101) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:734) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:307) at java.io.OutputStream.write(Unknown Source) 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.doHandle(ServletHandler.java:526) 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(Unknown Source) Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 5000/5000 ms at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:153) at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.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)
|
██████████████████████████████████████████████████ ████████████████████████████████████████████████████ ██████████████████████████████████████████████████████ ████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████ ██████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████ ██████████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████████ | , the Next platform. Magis quam Moneta (More than a Coin) |
|
|
|
starik69
Legendary
Offline
Activity: 1367
Merit: 1000
|
|
December 22, 2013, 05:15:31 PM |
|
Very strange. One my client shows block 22291, other 22301
|
|
|
|
opticalcarrier
|
|
December 22, 2013, 05:16:50 PM |
|
if any stakeholder wants to run a VPS, I will do the legwork for FOR FREE assuming you pay for the VPS. if it helps the network ill do the hard part for FREE
come on big stakeholders....
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
December 22, 2013, 05:17:18 PM |
|
Log file on my server grows with 200Mb/min rate. Someone definitely doesn't like Nxt. I would advise to spend some bounty for new public nodes.
what is public nodes? dedicated server? i can do it if you say what i need to do Public nodes r nodes with static IP visible on the Internet.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
December 22, 2013, 05:17:49 PM |
|
U caught us. Keep forging.
Oh - I now see a block 222301 at 443% - is it working now? Aye.
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
December 22, 2013, 05:20:46 PM |
|
Aye.
I understand it's still early days but I do hope things get a bit more reliable soon (am very interested in how a 100% PoS cryptocurrency will perform though).
|
|
|
|
colinistheman
|
|
December 22, 2013, 05:25:56 PM |
|
Hello, I finally bought some NXT today because it looks so different and potentially innovative. However, I actaully truly have no understanding of how it works. I have a few questions:
0. What methods of cryptographic security does NXT use in hashing? For example, Bitcoin employs SHA256 and litecoin uses Scrypt. What does NXT use?
1. Can I print a paper wallet private just like with Bitcoin? If so, how do I do this? Or do I just write down my passkey?
2. What file(s) do you backup to save your NXT client's wallet?
3. If it is possible to store NXT coins offline and I do so, to my understanding I would not be able to generate NXT coins as interest. Is this correct?
4. Do NXT coins left on the dgex exchange incur interest? Or must you send them to your NXT client wallet?
5. If all coins are in existence already then doesn't this make the original holders of NXT very wealthy? And what reason would they have for giving away their NXT? They obviously would want to keep a LARGE amount of it for themselves.
6. Also, doesn't this centralize the NXT coin a bit since the coins are already in the hands of about 75 individuals?
7. How do you make a NXT alias?
These may be questions that some new NXT users have. It may be best to compare and contrast the differences between NXT and Bitcoin to see the differences.
If some or all of my questions are already answered, please excuse me as I didn't find them. The NXT forum wasn't working so well when I tried earlier.
|
|
|
|
abctc
Legendary
Offline
Activity: 1792
Merit: 1038
|
|
December 22, 2013, 05:26:06 PM |
|
0.4.2 I'm constantly get errors: .......
- and at the same time another my VPS (0.4. 0) doesn't get any errors.. EDIT: with exeptoin of: 2013-12-22 17:23:00.717:WARN:oejh.HttpParser:qtp1455299089-36: badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@3ccfbd0{r=41,a=IDLE,uri=-} 2013-12-22 17:23:14.487:WARN:oejh.HttpParser:qtp1455299089-19: badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@5a234229{r=1,a=IDLE,uri=-} 2013-12-22 17:24:04.311:WARN:oejh.HttpParser:qtp1455299089-13: badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@4f64bf11{r=2,a=IDLE,uri=-}
|
██████████████████████████████████████████████████ ████████████████████████████████████████████████████ ██████████████████████████████████████████████████████ ████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████ ██████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████ ██████████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████████ | , the Next platform. Magis quam Moneta (More than a Coin) |
|
|
|
|