Bitcoin Forum
May 28, 2024, 05:33:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 [733] 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761533 times)
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 06, 2014, 03:44:09 PM
 #14641

CursedNXT, NeutralizedNXT, HexedNXT, AlienNXT, DeportedNXT, NXTerminated

and/or something soft like this.  Cool
gbeirn
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 06, 2014, 03:44:53 PM
 #14642

Hey guys,

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

*

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.
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 06, 2014, 03:46:56 PM
 #14643

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..

ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
January 06, 2014, 03:49:20 PM
 #14644

Edit: Wait a minute. Maybe I got a typo..
Yes, you just make a typo Smiley
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
January 06, 2014, 03:49:38 PM
 #14645

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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
January 06, 2014, 03:52:09 PM
 #14646

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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 06, 2014, 03:52:42 PM
 #14647

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:
                   <init-param>
                        <param-name>allowedUserHosts</param-name>
                        <param-value>*; 127.0.0.1; localhost; 0:0:0:0:0:0:0:1;</param-value>

marcus03
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 06, 2014, 03:53:47 PM
 #14648



A site that displays distribution of NXT would be GREAT!!!


How would it work?
Look for all accounts. Make a list how many NXT each account hold. Sort them by NXT amount. Make a graph out of it. Wink

Like this?  Wink


https://dl.dropboxusercontent.com/u/23825856/accountsbybalancegroup.png
https://dl.dropboxusercontent.com/u/23825856/sumnxtbybalancegroup.png

Will be included in the next version of my Windows client.
Zahlen
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 06, 2014, 03:56:41 PM
 #14649

Lost Nxt

They'll be recovered in the future.

So lostNXT can be found.  Grin I think the name still works.

Wow the loch ness link is so beautifully subtle! Like this name more and more.

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 06, 2014, 03:57:30 PM
 #14650

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:
                   <init-param>
                        <param-name>allowedUserHosts</param-name>
                        <param-value>*; 127.0.0.1; localhost; 0:0:0:0:0:0:0:1;</param-value>

Use only *, no 127.0.0.1, etc.
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 06, 2014, 03:58:50 PM
 #14651

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:
                   <init-param>
                        <param-name>allowedUserHosts</param-name>
                        <param-value>*; 127.0.0.1; localhost; 0:0:0:0:0:0:0:1;</param-value>

Use only *, no 127.0.0.1, etc.

.. Okay got it. Cheesy

Thank you. Wink

allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
January 06, 2014, 03:59:35 PM
 #14652

blackNxt Grin

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
GJS
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
January 06, 2014, 04:02:32 PM
 #14653

This thread just popped up.  Take a look.  Obvious scam, note the member names.

https://bitcointalk.org/index.php?topic=401406.0

EAC: eTi6GHPtkFdKeT7W9ShLtwHx3h7Vy6Vtfz
NYAN: KQCdD3aKhEqZsRZLwyqfE37oNiP4Ms1Dqf
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 06, 2014, 04:05:12 PM
 #14654

This thread just popped up.  Take a look.  Obvious scam, note the member names.

https://bitcointalk.org/index.php?topic=401406.0

 Grin
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 06, 2014, 04:08:37 PM
 #14655

This thread just popped up.  Take a look.  Obvious scam, note the member names.

https://bitcointalk.org/index.php?topic=401406.0

Come-from-Beyiond

ROFLMAO   Grin
Still 2 stupid guys send 0,45BTC in total..

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 06, 2014, 04:08:57 PM
 #14656

This thread just popped up.  Take a look.  Obvious scam, note the member names.

https://bitcointalk.org/index.php?topic=401406.0

Looks legit...
GJS
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
January 06, 2014, 04:09:40 PM
 #14657

Wow! People are actually sending him BTC.

https://blockchain.info/address/1LJRrCfnWYKRPNrYCWvFGA83c13m6Layzq

EAC: eTi6GHPtkFdKeT7W9ShLtwHx3h7Vy6Vtfz
NYAN: KQCdD3aKhEqZsRZLwyqfE37oNiP4Ms1Dqf
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 06, 2014, 04:10:47 PM
 #14658


FFS. Incredible how easy it is to get money.
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 06, 2014, 04:11:36 PM
 #14659

Another question regarding my node

How can I set up that API calls are allowed? Right now it always says:

"{"errorCode":7,"errorDescription":"Not allowed"}"

starik69
Legendary
*
Offline Offline

Activity: 1367
Merit: 1000


View Profile
January 06, 2014, 04:21:28 PM
 #14660

Same * in allowedBotHosts
Pages: « 1 ... 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 [733] 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 ... 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!