Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1825. (Read 2761624 times)

hero member
Activity: 714
Merit: 500
Crypti Community Manager
Edit: Wait a minute. Maybe I got a typo..
Yes, you just make a typo Smiley

I got the typo. But now I entered *; and it always shows "Access denied - The Matrix got you..".

Code:
                   
                        allowedUserHosts
                        *; 127.0.0.1; localhost; 0:0:0:0:0:0:0:1;
legendary
Activity: 1176
Merit: 1134
DarkNXT is very good paired with all other "physics" we have. I mean anti-coin idea, genesis like Big Bang and so on.
So DarkNXT is like "dark matter".

Exactly why i called it darkNXT
legendary
Activity: 1176
Merit: 1134
Peercover NXT deposits are lagging a lot right now. I have deposited two amounts, a large one, and a small one afterwards to see if that works better. Both not credited yet, although even the Block Explorer shows enough confirmations for them.

Hope it's only their NXT server/client that's lagging, and not their database not registering or just forgetting...

I ampretty surei it is lags due to recent block chain forking
I have asked peercover to look into it
hero member
Activity: 784
Merit: 501
Edit: Wait a minute. Maybe I got a typo..
Yes, you just make a typo Smiley
hero member
Activity: 714
Merit: 500
Crypti Community Manager
Hey guys,

I have a VPS and a RaspPi! What do I have to enter into allowedHosts to make the client available for everyone?

*
I tried it, but then this happens:
Code:
2014-01-06 10:46:16.074:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2014-01-06 10:46:16.132:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/root/nxt/webapps/] at interval 0
2014-01-06 10:46:16.416:WARN:oejx.XmlParser:main: FATAL@null line:1 col:41 : org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41; Element type "xml" must be followed by either attribute specifications, ">" or "/>".
2014-01-06 10:46:16.420:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@1c3cbf4f{/,file:/root/nxt/webapps/root/,null}{/root}
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 41; Element type "xml" must be followed by either attribute specifications, ">" or "/>".
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1388)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.seekCloseOfStartTag(XMLDocumentFragmentScannerImpl.java:1355)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:261)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:602)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3065)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:881)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:607)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:116)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:489)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:835)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
at org.eclipse.jetty.xml.XmlParser.parse(XmlParser.java:246)
at org.eclipse.jetty.webapp.Descriptor.parse(Descriptor.java:65)
at org.eclipse.jetty.webapp.WebDescriptor.parse(WebDescriptor.java:148)
at org.eclipse.jetty.webapp.MetaData.setWebXml(MetaData.java:172)
at org.eclipse.jetty.webapp.WebXmlConfiguration.preConfigure(WebXmlConfiguration.java:60)
at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:454)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:490)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:117)
at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:281)
at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:213)
at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBeans(ContainerLifeCycle.java:763)
at org.eclipse.jetty.server.handler.HandlerCollection.setHandlers(HandlerCollection.java:89)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.setHandlers(ContextHandlerCollection.java:144)
at org.eclipse.jetty.server.handler.HandlerCollection.addHandler(HandlerCollection.java:155)
at org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:41)
at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:495)
at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:175)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:605)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:145)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:557)
at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:232)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:117)
at org.eclipse.jetty.server.Server.start(Server.java:355)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:99)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
at org.eclipse.jetty.server.Server.doStart(Server.java:324)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1250)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:706)
at org.eclipse.jetty.start.Main.main(Main.java:103)
2014-01-06 10:46:16.489:INFO:oejs.ServerConnector:main: Started ServerConnector@31b6421{HTTP/1.1}{0.0.0.0:7874}
2014-01-06 10:46:17.125:INFO:oejs.ServerConnector:main: Started ServerConnector@39ce5ac9{SSL-http/1.1}{0.0.0.0:7875}


Edit: Wait a minute. Maybe I got a typo..
full member
Activity: 126
Merit: 100
Hey guys,

I have a VPS and a RaspPi! What do I have to enter into allowedHosts to make the client available for everyone?

*
legendary
Activity: 1120
Merit: 1000
CursedNXT, NeutralizedNXT, HexedNXT, AlienNXT, DeportedNXT, NXTerminated

and/or something soft like this.  Cool
hero member
Activity: 840
Merit: 1002
Simcoin Developer
ok so I missed somehting again:( how?

That's the first thing NSA will do with their quantum computer Smiley
hero member
Activity: 714
Merit: 500
Crypti Community Manager
Hey guys,

I have a VPS and a RaspPi! What do I have to enter into allowedHosts to make the client available for everyone?
hero member
Activity: 490
Merit: 504
Orphans Nxt Smiley
legendary
Activity: 2142
Merit: 1010
Newbie
Lost Nxt

They'll be recovered in the future.

ok so I missed somehting again:( how?

A guy with a supercomputer can find a key that matches the first 64 bits. This is one of the points of 64-of-256 approach.
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
      34318      4747512364439223888      Montag, 06. Jänner 2014 16:40:04   
      
      9      100 + 9      1'448 B   
      
      2      5167525165669635847      1745 %
hero member
Activity: 784
Merit: 500
Lost Nxt

They'll be recovered in the future.

so? what was lost, can be found Smiley

Beyond Nxt

Hidden Nxt

Lost Nxt

White Nxt

TreasureNxt Smiley
member
Activity: 111
Merit: 10
hero member
Activity: 490
Merit: 504
Lost Nxt

They'll be recovered in the future.

so? what was lost, can be found Smiley

Beyond Nxt

Hidden Nxt

Lost Nxt

White Nxt
full member
Activity: 126
Merit: 100
member
Activity: 111
Merit: 10
this account steals nxt from faucet accounts that received 2-4 coins
http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=10240127441587503741

unexperianced guys create accounts via a link a gave them, then they submit their addresses to the faucet and 1h later their money got stolen into this account.

PUT STRONG PASSPHRASES!!

why stealing? you can create 1000 accounts, use faucet 1000x and then transfer all Nxt to your main account

because one of the transfers was from a geniun guy that used to create an account with like 12345 password Smiley and 10mins after receiving his 3-4nxt they were transfered to the above account
hero member
Activity: 840
Merit: 1002
Simcoin Developer
Nessie! Dude, you're genius!
Everyone see it, no one can catch it.

 Cheesy
hero member
Activity: 784
Merit: 501
Quote
Loch Ness is best known for alleged sightings of the cryptozoological Loch Ness Monster, also known affectionately as "Nessie".

In cryptozoology and sometimes in cryptobotany, a cryptid (from the Greek κρύπτω, krypto, meaning "hide") is a creature or plant whose existence has been suggested but is not recognized by scientific consensus.
Nessie! Dude, you're genius!
Everyone see it, no one can catch it.
legendary
Activity: 2184
Merit: 1000
Jump to: