Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2309. (Read 2761629 times)

legendary
Activity: 2142
Merit: 1010
Newbie
Can I start count my domains or I should wait for 1440 confirmations for every transaction to be sure they're mine? )

720 confirms to be sure.
legendary
Activity: 1806
Merit: 1001
Can I start count my domains or I should wait for 1440 confirmations for every transaction to be sure they're mine? )
legendary
Activity: 1367
Merit: 1000
Here http://87.230.14.1/nxt/nxt.cgi?action=100 i see
Code:
TRANSACTION : 6216696428957233971
» Timestamp : 22.12.2013 11:34:57
» Block : 18283241295389106713
» Amount : 0
» Fee : 1
» Confirmations : 5
» Deadline : 30
» Sender : 648774468
» Recipient : 1739068987193023818
» Signature | 4104f131494033ba9de95cd5d6e8d3d911027b5cb2c9229a31796a382670bd0ff56103dee342d2055ccadffdd306b4f1d53a4683be8078670bf618a5e0133f84

But http://nxtwallet.com:7874/nxt?requestType=getAlias&alias=6216696428957233971  gives
Code:
{"errorCode":5,"errorDescription":"Unknown alias"}
hero member
Activity: 739
Merit: 500
That is what EXACTLY what we need!  Can Come-from-Beyond verify that it is safe to use and/or provide other way to get all our assigned aliases?

thnx   Grin

In your place I'd use the source.
The code is really simple, a few lines, and it's simple to read, even if you don't know any AHK.

The whole thing is two type of API request and data processing.
Get transaction list with "getAliasIDs", then get every transaction detail from the list with "getTransaction".


Much appreciated... didn't mean to disrespect you... just don't want to lose my aliases before I even know which ones I got!!!   Grin

No offence taken. I would be cautious too, it's stupid to run any code you find on the forum. Smiley Here is an update, added some notes.
https://dl.dropboxusercontent.com/u/7038903/aliaslist.ahk
full member
Activity: 266
Merit: 100
NXT is the future

command to see what aliasses I have got on my account number?


please

Pin
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
Getting this on my node using 0.4.0
Code:
2013-12-22 05:31:15.416:WARN:oejh.HttpParser:qtp1023959594-95: badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@2195cdc5{r=1,a=IDLE,uri=-}
full member
Activity: 266
Merit: 100
NXT is the future
well there is money gone from my account, but no single confirmation on a "Alias".

"undefined transaction" and "undefined alias" but NXT is gone.

Pin

Restart client. If this doesn't help then wait till transactions expire.

Thank you CfB seems all is falling to places with some lag but we get there.


Pin
legendary
Activity: 2142
Merit: 1010
Newbie
That is what EXACTLY what we need!  Can Come-from-Beyond verify that it is safe to use and/or provide another way to get all our assigned aliases?

thnx   Grin

I can't verify it. Someone who knows this language should do that.
hero member
Activity: 739
Merit: 500
That is what EXACTLY what we need!  Can Come-from-Beyond verify that it is safe to use and/or provide other way to get all our assigned aliases?

thnx   Grin

In your place I'd use the source.
The code is really simple, a few lines, and it's simple to read, even if you don't know any AHK.

The whole thing is two type of API request and data processing.
Get transaction list with "getAliasIDs", then get every transaction detail from the list with "getTransaction".
newbie
Activity: 35
Merit: 0
List of aliases from blockchain: http://pastebin.com/mJ34YS5i

Top is:

119000   NxtVSBTC   
25013   Poker   http://netcoin.pl
10000   casino   http://www.nextcoin.com
10000   nxt   E
10000   message   http://www.nextcoin.com
10000   flght   4
9000   Business   
7700   sex   google.com
5013   Loans   http://netcoin.pl
5000   nxtwallet   E
5000   cloud   http://www.nextcoin.com
5000   forex   
5000   invest   http://www.nextcoin.com
5000   data   http://www.nextcoin.com
5000   transfer   http://www.nextcoin.com
legendary
Activity: 1540
Merit: 1016
legendary
Activity: 2142
Merit: 1010
Newbie
FEATREQUEST: subaliases like @ http://freedns.afraid.org/  
I don't want to sell in once, I want my aliases be like tld Cool

This would be some kind of centralization. Nxt is decentralized.
newbie
Activity: 34
Merit: 0
Version 0.3.0 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip
*.nxt files if u need any - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

1. Download nxt.zip
2. Unzip it!
3. Open "nxt" directory.
4. Put there *.nxt files (near start.jar).
5. Type
Code:
java -jar start.jar
6. Open http://localhost:7874/nxt to launch Nxt servlet (u should see "HTTP ERROR 405").
7. Open http://localhost:7875 for GUI.

If ur server is visible on the Internet and has a static IP or domain then go to "/webapps/root/WEB-INF" and open "web.xml". Change line "" to "MY_ADDRESS". (Replace MY_ADDRESS with IP/domain). Save the file, go back to "nxt" directory and then type
Code:
java -jar start.jar

This version contains a mess of old and new code, ignore exceptions, just check if u can download blocks and send transactions. 0.3.0 was tested in local network, now we r supposed to test it in wild.

PS: We have to wait when most of peers pick the longest chain.

I'm getting this exception:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
etty/start/Main : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
4)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.eclipse.jetty.start.Main. Program will exit.


BTW if running method changed, please update the first post of this topic

I also get this problem, any solutions?
hero member
Activity: 600
Merit: 500
Nxt-kit developer
FEATREQUEST: subaliases like @ http://freedns.afraid.org/  
I don't want to sell in once, I want my aliases be like tld Cool
hero member
Activity: 739
Merit: 500
Made an AHK script to get the list of registered aliases.

Exe: https://dl.dropboxusercontent.com/u/7038903/aliaslist.exe
Source: https://dl.dropboxusercontent.com/u/7038903/aliaslist.ahk

If you want to run source just download and install AHK from http://www.autohotkey.com
Windows only, you need to run local node. (or edit source)

The resulting list contains registered aliases with URI, account, fee, confirmation, deadline, timestamp
Have fun browsing.
legendary
Activity: 2142
Merit: 1010
Newbie
I'm trying to reallocate the URI. I can verify ownership because I can only send a change using the originating account that won it, all my other accounts say it's already taken up.

Do I have to use the exact fee to change it or can I simply use 1 nxt?

https://localhost:7875/alias.html

1 NXT
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
I can't connect to https://162.243.145.83:7875/   https://85.17.190.73:7875/   https://192.161.175.142:7875/
https://162.243.232.67:7875/   https://64.22.108.120:7875/   
Where I can find other nodes?
You can use https://nxtwallet.com:7875
legendary
Activity: 2142
Merit: 1010
Newbie
I mined a block. But there was only ~100 transactions in it and ~1000 in fee.
But i see a lot of transactions unconfirmed, and some with 10 000 fee.

Why my nxt client didn't confirm those with a highter fee? and why only include ~100 transactions in the block when there is more available? I though 255 was the limit

AS transactions validated only before inclusion into a block. Incorrect transactions (like ones assigning aliases already assigned by others) will be in unconfirmed list until expire.
full member
Activity: 126
Merit: 100
JustabitofTime - Co-Founder of CoinTropolis
I'm trying to reallocate the URI. I can verify ownership because I can only send a change using the originating account that won it, all my other accounts say it's already taken up.

Do I have to use the exact fee to change it or can I simply use 1 nxt?

https://localhost:7875/alias.html



legendary
Activity: 2142
Merit: 1010
Newbie
well there is money gone from my account, but no single confirmation on a "Alias".

"undefined transaction" and "undefined alias" but NXT is gone.

Pin

Restart client. If this doesn't help then wait till transactions expire.
Jump to: