Bitcoin Forum
April 26, 2024, 09:40:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 [350] 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
December 24, 2013, 05:11:33 PM
 #6981

So yesterday I created an address by choosing a pass-phrase, but now, when I get to localhost:7874 and put that pass-phrase, a different address appears. How can I access my original address?

It looks like you forgot your password. There's no way to recover it unless you have it jotted down somewhere.

Chancellor on brink of second bailout for banks
1714167647
Hero Member
*
Offline Offline

Posts: 1714167647

View Profile Personal Message (Offline)

Ignore
1714167647
Reply with quote  #2

1714167647
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 24, 2013, 05:11:59 PM
 #6982

@CFB

attackers have stopped or we just fuck them with new Ddos protection?

No idea. May be just Xmas?

Edit: I think we fucked them, my node still feed zombies at 100Mb/s rate.
Pablito89
Full Member
***
Offline Offline

Activity: 378
Merit: 104



View Profile
December 24, 2013, 05:13:39 PM
 #6983

@CFB

attackers have stopped or we just fuck them with new Ddos protection?

No idea. May be just Xmas?

Edit: I think we fucked them, my node still feed zombies with 100Mb/s rate.

Smiley good i like it
EvilDave
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1001



View Profile
December 24, 2013, 05:13:51 PM
 #6984

So yesterday I created an address by choosing a pass-phrase, but now, when I get to localhost:7874 and put that pass-phrase, a different address appears. How can I access my original address?

U must be inputting a different pass phrase....u need to figure out the original.

Remember that Nxt works with a "brain wallet"....your passphrase IS your account.
No other backup exists (afaik) so u need to make sure that u dont lose it.....

Nulli Dei, nulli Reges, solum NXT
Love your money: www.nxt.org  www.ardorplatform.org
www.nxter.org  www.nxtfoundation.org
gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 24, 2013, 05:15:59 PM
 #6985

So yesterday I created an address by choosing a pass-phrase, but now, when I get to localhost:7874 and put that pass-phrase, a different address appears. How can I access my original address?

U must be inputting a different pass phrase....u need to figure out the original.

Remember that Nxt works with a "brain wallet"....your passphrase IS your account.
No other backup exists (afaik) so u need to make sure that u dont lose it.....

This is correct

NXT VPS Server Donations can be sent here: 6044921191674841550
At the end of each month I will donate some of them back to the community.
This is separate from my main wallet so you can keep track of them. I will keep them in there and only use them for hosting.
grex
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
December 24, 2013, 05:18:13 PM
 #6986

After running the client for a while, I get following errors:

Code:
[2013-12-24 17:09:16.358] 17: org.eclipse.jetty.io.EofException: Closed
2013-12-24 17:16:17.690:WARN:oejs.ServletHandler:qtp8453103-32: /nxt
java.lang.IllegalStateException: AsyncContext completed
        at org.eclipse.jetty.server.AsyncContextState.state(AsyncContextState.java:47)
        at org.eclipse.jetty.server.AsyncContextState.getResponse(AsyncContextState.java:138)
        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$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:724)
The client stops downloading blocks after the IllegalStateException.

I'm running 0.4.4 now, but the error also appeared in 0.4.0 and 0.4.2

Any ideas what's wrong with my client?
gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 24, 2013, 05:22:22 PM
 #6987

So yesterday I created an address by choosing a pass-phrase, but now, when I get to localhost:7874 and put that pass-phrase, a different address appears. How can I access my original address?

Give me your new address and old address and I will check the balance in the old one and reimburse you what you have lost (within my means) if you can't remember it.

Just remember the new passphrase!!

NXT VPS Server Donations can be sent here: 6044921191674841550
At the end of each month I will donate some of them back to the community.
This is separate from my main wallet so you can keep track of them. I will keep them in there and only use them for hosting.
Pablito89
Full Member
***
Offline Offline

Activity: 378
Merit: 104



View Profile
December 24, 2013, 05:22:54 PM
 #6988

stupid question: how can i know my public node is rightly hallmarked?
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
December 24, 2013, 05:23:33 PM
 #6989


In the long run it will create NXT oligarchs and the rest - the paupers.



From an investment point of view, it doesn't make sense to focus on other people's holdings rather than your own.


...my last comment...

Right, especially when you are the "stakeholder". Who cares about the paupers. Nevermind - if people won't see it working for their advantage it won't succeed. If they will, then it'll prove me wrong and I'll be happy with that.

Chancellor on brink of second bailout for banks
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 24, 2013, 05:26:15 PM
 #6990

@CFB

attackers have stopped or we just fuck them with new Ddos protection?

No idea. May be just Xmas?

Edit: I think we fucked them, my node still feed zombies at 100Mb/s rate.
So was it the DOS filter?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 24, 2013, 05:29:44 PM
 #6991

So was it the DOS filter?

No idea, really. I understand a little in such things.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 24, 2013, 05:34:49 PM
 #6992

http://www.cryptocoincharts.info/period-charts.php?period=today&resolution=hour&pair=nxt-btc&market=dgex

Snowfall...
Pablito89
Full Member
***
Offline Offline

Activity: 378
Merit: 104



View Profile
December 24, 2013, 05:36:11 PM
 #6993

Ok my 3 public nodes are up, running and perfectly synced
You can add them into your web.xml if you wish

95.85.46.233; 162.243.140.133; 146.185.129.54;

First one is 2GB Hallmarked, the second one and the third one are 512mb not hallmarked.
It seems this configuration is enough after the introduction of the Ddos protection.

I'll try to keep these running forever, or at least until i die.
If you want me to help more the network adding more and maintaining these 3, feel free to donate NXT to my address (in signature), i'll use them only for add/maintain vps.


gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 24, 2013, 05:37:58 PM
 #6994



Come-from-Beyond:

Would it be possible to have the client prompt you to enter the passsphrase twice to avoid accidents of misspelling? Someone a few posts up appears to have that happened to them. Might make it a little more user friendly for the newcomers.

NXT VPS Server Donations can be sent here: 6044921191674841550
At the end of each month I will donate some of them back to the community.
This is separate from my main wallet so you can keep track of them. I will keep them in there and only use them for hosting.
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 24, 2013, 05:39:08 PM
 #6995


Edit: I think we fucked them, my node still feed zombies at 100Mb/s rate.


two nodes ended up in wellknownpeers here, getting 60-80 mb/s bandwidth Smiley
davidoski
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250



View Profile
December 24, 2013, 05:39:29 PM
 #6996



Come-from-Beyond:

Would it be possible to have the client prompt you to enter the passsphrase twice to avoid accidents of misspelling? Someone a few posts up appears to have that happened to them. Might make it a little more user friendly for the newcomers.

Very good idea.

Chancellor on brink of second bailout for banks
laowai80
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 24, 2013, 05:40:07 PM
 #6997

4. I think the new QT with bitcoin trading in the Nxt client would be awesome. Nxt could act as a bank where as bitcoin the cash we carry around (hence we don't carry a tons of cash around, as most of our money is in the bank). Since bitcoin network is vulnerable to 51% attacks. So a future usage of both these cryptos can act as a bank and spending money?

Sorry, but there can be only one. Bitcoin or Nxt, not both.

wow, it is THAT serious then, eh? Smiley

my idea is, a few coins can co-exist, just like there are many brands of cars, many brands of wine, etc.
and compete on a healthy basis, of course there'll always been some maniacs trying to compete unfairly.
PGPpfKkx
Hero Member
*****
Offline Offline

Activity: 586
Merit: 501


View Profile
December 24, 2013, 05:44:04 PM
 #6998

im getting tons of generated incorrect block is that ok or not?

0.4.4
gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 24, 2013, 05:44:45 PM
 #6999

Ok my 3 public nodes are up, running and perfectly synced
You can add them into your web.xml if you wish

95.85.46.233; 162.243.140.133; 146.185.129.54;

First one is 2GB Hallmarked, the second one and the third one are 512mb not hallmarked.
It seems this configuration is enough after the introduction of the Ddos protection.

I'll try to keep these running forever, or at least until i die.
If you want me to help more the network adding more and maintaining these 3, feel free to donate NXT to my address (in signature), i'll use them only for add/maintain vps.




Same here: 162.243.214.68; 95.85.46.249; 162.243.143.15. These are all 2GB Hallmarked. I have two others but they are still giving me some problems.

NXT VPS Server Donations can be sent here: 6044921191674841550
At the end of each month I will donate some of them back to the community.
This is separate from my main wallet so you can keep track of them. I will keep them in there and only use them for hosting.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 24, 2013, 05:45:05 PM
 #7000



Come-from-Beyond:

Would it be possible to have the client prompt you to enter the passsphrase twice to avoid accidents of misspelling? Someone a few posts up appears to have that happened to them. Might make it a little more user friendly for the newcomers.

We don't support "official" client anymore. Someone should create alt-clients.
Pages: « 1 ... 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 [350] 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 ... 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!