Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1971. (Read 2761645 times)

member
Activity: 98
Merit: 10
Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

something is ODD here??

thanks

Well, did you scan your PC with antivirus? Where do you have your node hosted? Is this shared nore or your own? Who else have access to your email / node server? Did you check node server log files? Did you see some stange behavior or errors near to this?
hero member
Activity: 798
Merit: 500
legendary
Activity: 2184
Merit: 1000
Hello Nxters

Welcome to the FINAL LOGO RUN OFF!



https://nextcoin.org/index.php/topic,1927.0.html
sr. member
Activity: 308
Merit: 250
Update regarding Nxt Alias Browser Extensions:

1. I've decided to join forces with ferment (owner of 22k.io), as it's import to cooperate on one of the best features of Nxt and not confuse users with multiple extensions and what not.

2. Now, there is a bit of a difference between my extensions and what 22k.io currently has. I would like some community input on which approach is best.

- 22k.io extensions are "thin clients". The alias entered is immediately sent to 22k.io which then processes the alias; (does a redirect, shows account info, etc.. depending on the alias). This is an advantage because new features can be added easily.

- My extensions are "thick clients". The extension itself processes the alias. It first tries to ask your localhost for the alias URI, if you have the Nxt client running on your computer. If not, it connects to a Nxt node on the internet and asks it for the alias info.

The extension then decides what to do; redirect, open an email, etc..

New features require an update to the extension. I haven't checked yet if auto-update is an option in all browsers.

Which approach is technically best? I don't know. Perhaps a combination of the two could also be done; if the alias is a simple URI or email address, the client handles it, otherwise it's sent to 22k.io which can then show account info, etc...

3. We also have to be careful about security. Especially when it comes to aliases that refer to an account.

If a node is compromised, it could return the attacker's ID instead of the real account ID. This could result in stolen coins if you send to that ID.

That's why it's perhaps better to connect to multiple nodes (3 or more, from different geographical ares) and ask all of them for the alias info, and only if all of them return the same information show the user the result. We also have to make sure that 22k.io is not compromised.

4. I think it's best if this entire project would be handled as a community effort, with some kind of official sanctioning so that users know they can trust the extension/website.

All code, both client side (browser extensions), as well as server side, should also be available for peer review, open-source and hosted on github. I haven't yet got word back from ferment on this.

5. We also need some kind of agreement on the json syntax and other new features.
member
Activity: 82
Merit: 10
Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

sent to
receiver..
16204974692852323982

had a 35 character PW. completely and extremely varied characters.
Was never posted anywhere, and the only place I saved it locally didn't have a few characters just to make sure I never accidentelly pasted it anywhere..


wth..


and yes I know it says up to 50 or 70 now with 4.8 install, but damn. this is crazy.   just a random password (different of course) with the same amount of characters would take..

197 quindecillion years
to crack your password
[Tweet Result]
HIDE DETAILS
Length: 34 characters
Character Combinations: 96
Calculations Per Second: 4 billion
Possible Combinations: 24 unvigintillion


something is ODD here??

thanks
full member
Activity: 238
Merit: 100

Thanks for your reference. From the wiki example, can I understand that if I set time to be 0 then all txs will be returned?

BTW, it seems that this API "getAccountTransactionIds" just get the general tx, but don't return back the forging tx. Right? Is there any other API for the the forging tx, or should we just walk through the blockchain to find the tx?
full member
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX

So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Ferment: if you think this is a good idea, perhaps you could modify the 22k.io site (and browser extensions?) to check for json and act accordingly? (It should also support the existing method of course). Also anybody who might be developing nxt clients using aliases as account numbers.


I've been thinking about this too. The cool thing is that Service Providers (like 22k) can define what they support in alias URI strings. So a couple ideas pop out:

1. Support for json arrays. Arrays in a json could solve the problem of list multiple options for URI. So, you could set an alias to be an array of hostnames to stash well known peers in an alias!

Code:
["node1.nxtbase.com","vps1.nxtcrypto.org","nxt1.tweetmondo.com"]

2. Support for json hashes. The approach would be like your contact alias example. However, what I would do is just do other aliases to keep things small.

Code:
{"web":"mywebalias","mail":"mymailalias","bitcointalk":"bctalias"}

3. Tagging aliases with semantics by using substrings. So say you wanted 22k.io to send you an email when your nxt account received funds, create an alias in your account starting with the "22knotify" in it like "22knotify2014yeehaw" with a "mailto" URI. (NOT IMPLEMENTED - yet!)

All of these would require a new URI scheme for each format so a parser could handle it.

Fun!

hero member
Activity: 586
Merit: 501
has anyone got any thoughts of implementation on decentralized storage with NXT involvement?

if so can you discuss/inform us a bit? is it theorhetically possible?

im a programmer and im gonna do a dissertation project in the next three months and i may combine stuff to build something for next
hero member
Activity: 600
Merit: 500
Nxt-kit developer
full member
Activity: 238
Merit: 100

What does timestamp mean in the API "getAccountTransactionIds"? Thanks.
hero member
Activity: 600
Merit: 500
Nxt-kit developer
@2Kool4Skewl
Please replace direct download links with links to cfb's posts with them.
Nothing personal, just security
member
Activity: 98
Merit: 10
....but if all the planned features start running from the Nxt client then you automatically have a social network....alaises, msg, social exchanges, forum etc.

Think it's about the degree to which the NXT client (or plugins I guess?) can integrate and present these features to the user. Like, suppose all these features are implemented. Would be great if you could filter e.g. forum posts from [Friends] in threads (or personal page, if such a feature is implemented) tagged with topic from [Topiclist], trade offers from [Trusted Friends] for items in [Itemlist] and currency in [Currencylist], have them presented to you somewhere convenient, and get linked to the relevant forum thread/marketplace, all from the same app. Not so great if you have to visit each place separately to keep up with what your friends are doing at these places.

I think the more a third party can provide such features on top of the NXT client, the more they will be able to monetize.

cool  Grin   I want this

Yeah me too!
legendary
Activity: 2184
Merit: 1000
Could you pls elaborate more on "decentralised programmable economy"  this is a powerful marketing concept.

legendary
Activity: 2184
Merit: 1000
....but if all the planned features start running from the Nxt client then you automatically have a social network....alaises, msg, social exchanges, forum etc.

Think it's about the degree to which the NXT client (or plugins I guess?) can integrate and present these features to the user. Like, suppose all these features are implemented. Would be great if you could filter e.g. forum posts from [Friends] in threads (or personal page, if such a feature is implemented) tagged with topic from [Topiclist], trade offers from [Trusted Friends] for items in [Itemlist] and currency in [Currencylist], have them presented to you somewhere convenient, and get linked to the relevant forum thread/marketplace, all from the same app. Not so great if you have to visit each place separately to keep up with what your friends are doing at these places.

I think the more a third party can provide such features on top of the NXT client, the more they will be able to monetize.

cool  Grin   I want this
full member
Activity: 127
Merit: 100
Money be green
Do I have the honor of submitting the first research paper (if you can call it that!) about NXT for Peer Review by the community!?  Cheesy

Check it out at the following link please - https://nextcoin.org/index.php/topic,1890.0.html

Regards,
Al


Keep them coming!   Wink   ...the devs should comment if anything is not accurate...


"If Bitcoin has been described as decentralised programmable money, NXT then can be described as something akin to a decentralised programmable economy." - Al


"Destruction of the NXT network by burning all the NXT tokens"  ...Oh, the Horror!   Grin


Thank you for your words of encouragement. Congratulations on reading the entire paper (at least, I'm assuming you did since you quoted the final sentence)! I appreciate it! Smiley
member
Activity: 98
Merit: 10
....but if all the planned features start running from the Nxt client then you automatically have a social network....alaises, msg, social exchanges, forum etc.

Think it's about the degree to which the NXT client (or plugins I guess?) can integrate and present these features to the user. Like, suppose all these features are implemented. Would be great if you could filter e.g. forum posts from [Friends] in threads (or personal page, if such a feature is implemented) tagged with topic from [Topiclist], trade offers from [Trusted Friends] for items in [Itemlist] and currency in [Currencylist], have them presented to you somewhere convenient, and get linked to the relevant forum thread/marketplace, all from the same app. Not so great if you have to visit each place separately to keep up with what your friends are doing at these places.

I think the more a third party can provide such features on top of the NXT client, the more they will be able to monetize.
full member
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX

For example:
rasppi.nxt.pe
facebook.nxt.pe

Actually this just forwards to 22k.io/alias so it 100% relies all the hard work you've done. And it's just a proof-of-concept / something to play around with. Give it a try, and if you think it works well perhaps it could be implemented as alias.22k.io directly.


Hey, that's neat. I've been thinking a lot of about subdomains. I'd like to tie them to accounts somehow or maybe a proxy so aliases could act a little like .onion names (just a little).
full member
Activity: 378
Merit: 104
HAPPY NEW YEARRRRRRRRRR
hero member
Activity: 910
Merit: 1000
member
Activity: 98
Merit: 10
I was expecting some arguments  Grin

Because NXT is many awesome, such amazing, so wow Cheesy
Jump to: