Bitcoin Forum
April 23, 2024, 10:35:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 [270] 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761526 times)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 22, 2013, 10:14:27 PM
 #5381

So much traffic. Set "readTimeout" and "connectTimeout" to 5000.
1713868525
Hero Member
*
Offline Offline

Posts: 1713868525

View Profile Personal Message (Offline)

Ignore
1713868525
Reply with quote  #2

1713868525
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713868525
Hero Member
*
Offline Offline

Posts: 1713868525

View Profile Personal Message (Offline)

Ignore
1713868525
Reply with quote  #2

1713868525
Report to moderator
1713868525
Hero Member
*
Offline Offline

Posts: 1713868525

View Profile Personal Message (Offline)

Ignore
1713868525
Reply with quote  #2

1713868525
Report to moderator
1713868525
Hero Member
*
Offline Offline

Posts: 1713868525

View Profile Personal Message (Offline)

Ignore
1713868525
Reply with quote  #2

1713868525
Report to moderator
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
December 22, 2013, 10:14:43 PM
 #5382

Block explorer don't work

http://87.230.14.1/nxt/nxt.cgi

DDos?

yes, massive, working on it, online again in a few minutes.

22441 id 5750397643914585440    5792 %   you see this?

no, box is down, massive http-bot-requests + node zombies on a tiny single core vps.  Grin
wonder it was able to withstand such a long time. iptables doesn't help either.

online again in ~30 min.
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 22, 2013, 10:14:50 PM
 #5383

Are we on a net split again? I have

22441      10105875265190846103      12/22/2013 9:46:51 PM   
21      0 + 22      3'159 B   
1      1982145270283694244      5792 %   

and

22443      9423488697815909938      12/22/2013 10:01:02 PM   
99      501'247 + 108      13'942 B   
1      6729130164786521364      23170 %

Last one is

22452      2584657662098653454      12/22/2013 10:12:06 PM   
1      0 + 1      156 B   
1      1038686344906257040      5642 %   


yeah, looks like it.
Pablito89
Full Member
***
Offline Offline

Activity: 378
Merit: 104



View Profile
December 22, 2013, 10:15:13 PM
 #5384

i'm at 22425
Jean-Luc
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile WWW
December 22, 2013, 10:15:40 PM
 #5385

The CLOSE_WAIT problem is back...
Code:
nxt@n02:~$ netstat  -a -n | grep CLOSE | wc
  91692  550152 7335360
Then it just stops responding, there is no exception in the log, CPU load is very low, but nothing is happening. Only restart of jetty fixes it.

lead Nxt developer, gpg key id: 0x811D6940E1E4240C
Nxt blockchain platform | Ardor blockchain platform | Ignis ICO
starik69
Legendary
*
Offline Offline

Activity: 1367
Merit: 1000


View Profile
December 22, 2013, 10:15:54 PM
 #5386

Code:
2013-12-23 02:13:11.504:WARN:oejs.HttpChannel:qtp729770861-47: Commit failed
java.util.concurrent.TimeoutException: Idle timeout expired: 30007/30000 ms
        at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:15
3)
        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)
2013-12-23 02:13:41.578:WARN:oejs.ServletHandler:qtp729770861-49: /nxt
java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired
: 30007/30000 ms
        at org.eclipse.jetty.util.BlockingCallback.block(BlockingCallback.java:1
01)
        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.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
        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.j
ava:143)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
a:568)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
er.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
er.java:1110)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
453)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
r.java:183)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
r.java:1044)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
ava:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Cont
extHandlerCollection.java:199)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerColl
ection.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.jav
a:229)
        at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java
:505)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPoo
l.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: 30007/30000 ms
        at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:15
3)
        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)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 22, 2013, 10:18:13 PM
 #5387

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip contains

22456      2584657662098653454      23.12.2013 1:16:28   
10      0 + 10      1'485 B   
1      2790184772903108984      5670 %   
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 22, 2013, 10:19:14 PM
 #5388

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip contains

22456      2584657662098653454      23.12.2013 1:16:28   
10      0 + 10      1'485 B   
1      2790184772903108984      5670 %   


thanx, I was just going to ask )
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
December 22, 2013, 10:19:54 PM
 #5389

Error 6: Unacceptable characters in '$sessionid' for s. Please try again.
Software error:

Can't call method "disconnect" on an undefined value at /var/www/dgex/lib/starter.pm line 81.
Compilation failed in require at /var/www/dgex/docs/account.cgi line 7.
BEGIN failed--compilation aborted at /var/www/dgex/docs/account.cgi line 7.
For help, please send mail to the webmaster (admin@dgex.com), giving this error message and the time and date of the error.


 Roll Eyes Undecided Shocked

ParmaBTC
Legendary
*
Offline Offline

Activity: 1218
Merit: 1002



View Profile WWW
December 22, 2013, 10:21:10 PM
 #5390

I don't know how but it happened...
my first block mined.
Very exciting... 5 nxt reward not bad!

[EDIT]
Two blocks... in few minutes, i have no words!


well, just hope you arent forging on the invalid forkedchain or you wont get to keep it

I don't think so...
i just ugraded to 0.4.2, copied all nxt and nxtfiles  zip in nxt directory and restarted.
This time i'm 4 blocks mined.
22451      3231774856984709013      domenica 22 dicembre 2013 23:12:23   
      
      0      0 + 0      0 B   
      
      1      18039927352306019470      404943 %
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 22, 2013, 10:22:45 PM
 #5391

nxtfiles.zip is still uploading. Will be done in 3-5 mins.
nov
Sr. Member
****
Offline Offline

Activity: 433
Merit: 251


Independent crypto developer


View Profile WWW
December 22, 2013, 10:24:32 PM
 #5392

Where to buy?

Quote
the rich guys buying up is believable, yet still, its a very stupid way to be buying coins lol.

Why is buying on dgex.com stupid?

WowDoge - DogeCoin Lightweight Wallet DOGE: DLoawzLvw5WvvpGUkSTxrwMgKhkamsqFo7
Vertigo - VertCoin Lightweight Wallet VTC: VertGv5nVwYYR7mTmDDeAP9et1NJyAsC9P | Exelite - ExeCoin Lightweight Wallet EXE: ELiteWbMDwX95YZj5Jf5BkHS54qbH7wpXg | Lightweight Wallet Creation Service
MultiCoin - Multiple Crypto Coin Lightweight Wallet in Development BTC: 1EKT9uaaDbTRuwjttFQbfax7KmGNZX32HP | BitcoinViewer - Bitcoin Balances & Transactions on iPhone/iPad BTC: 1NEvfbiA5Bs2sG2jqRdCidGUjLD5JjAjEZ
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 22, 2013, 10:26:07 PM
 #5393

Done with nxtfiles.zip.
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 22, 2013, 10:27:00 PM
 #5394

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip contains

22456      2584657662098653454      23.12.2013 1:16:28   
10      0 + 10      1'485 B   
1      2790184772903108984      5670 %   


i just downloaded the 3 ffiles from this zipile, closed my client, loaded those 3 files ito nxt directory, started java, and only see blok 22418

NEVERMIND, I see you hadnt finished that upload yet.  Im good o that block 22456 now

Ive just had someone contact me about running 5 VPSs for them.  Will try to get those up and hallmarked tonight
ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
December 22, 2013, 10:29:14 PM
 #5395

I stay on this block!

22425      6052644507294888257      22/12/2013 23:10:33   
14      176'000 + 15      2'109 B   
1      1430783946869450299      29281 %

Why?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 22, 2013, 10:30:33 PM
 #5396

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip contains

22456      2584657662098653454      23.12.2013 1:16:28   
10      0 + 10      1'485 B   
1      2790184772903108984      5670 %   


i just downloaded the 3 ffiles from this zipfile, closed my client, loaded those 3 files ito nxt directory, started java, and only see blok 22418

Try again, that was old file.
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
December 22, 2013, 10:32:30 PM
 #5397

I think I am in sync with the block chain. Picked up quite a few blocks consecutively. Looks like some users having issues ? What happened in the last 8 hours ?

UP

22468      3231774856984709013      12/22/2013 5:28:19 PM   
4      0 + 202      636 B   
1      3937553638870426726      60782 %


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
ArcticWolfie
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
December 22, 2013, 10:32:35 PM
 #5398

i'm stuck on 441 Sad can I just update the block files without corrupting my coin data?
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
December 22, 2013, 10:32:48 PM
 #5399

https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip contains

22456      2584657662098653454      23.12.2013 1:16:28   
10      0 + 10      1'485 B   
1      2790184772903108984      5670 %   


i just downloaded the 3 ffiles from this zipfile, closed my client, loaded those 3 files ito nxt directory, started java, and only see blok 22418

Try again, that was old file.

yes im good my latest block is  22456, but odd thing I dont see a "you can generate the nex block... " message now
Pablito89
Full Member
***
Offline Offline

Activity: 378
Merit: 104



View Profile
December 22, 2013, 10:34:22 PM
 #5400

22470
Pages: « 1 ... 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 [270] 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 ... 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!