Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 418. (Read 2761637 times)

full member
Activity: 238
Merit: 100
New version online: http://nxtra.org/nxt-client with the automated password generator.

I seriously want to see what all those people that have been bitching about Nxt not having a user-friendly client will say after using this KICKASS client!!!    Grin

By the way...  hate to be doing this...  but how about repeating the message below even when people want to choose the passphrase themselves...

Attention: Don't ever disclose your secret phrase. If you lose it you lose access to your account!

not just this, but a warning that funds WILL be stolen if a strong password isnt used
legendary
Activity: 1806
Merit: 1038
legendary
Activity: 1722
Merit: 1217
I just wanted to ask you guys, if it is really safe to invest in NXT.
I mean, the address is just 64bits long: what would prevent someone (with a whole bunch of GPUs) to steal my account?

address != public key

but you do have to make a transaction before your account will have more than 64 bits of entropy so make sure that you send atleast 1 nxt to some address before you put large amounts on there.
legendary
Activity: 2142
Merit: 1010
Newbie
@anon136: "ordo ab chao" definitely not correct latin. See http://en.wikipedia.org/wiki/Ordo_Ad_Chao.

Chaos is plural form, chao is single.
hero member
Activity: 644
Merit: 500
New version online: http://nxtra.org/nxt-client with the automated password generator.

I seriously want to see what all those people that have been bitching about Nxt not having a user-friendly client will say after using this KICKASS client!!!    Grin

By the way...  hate to be doing this...  but how about repeating the message below even when people want to choose the passphrase themselves...

Attention: Don't ever disclose your secret phrase. If you lose it you lose access to your account!

I think i(like marcus's client) it should also implement local signing of transactions. Then people with too few Nxt (and no chance of forging) don't even have to download NRS. they can connect to any public  node and use it.

There is already Javascript implementation of curve25519

https://github.com/Jaguar0625/JavaScriptNrs

Next version of NRS server is going to have prepareTransaction api which returns raw bytes, then I will implement local signing of transactions.

Much easier than implementing it manually, because then you also have to check for errors on client side, which I don't think is very good. So I will wait a bit to implement this Smiley


Once that is done, you should submit it as Chrome app in Chrome's App store

https://chrome.google.com/webstore?utm_source=chrome-ntp-icon
legendary
Activity: 1498
Merit: 1000
I just wanted to ask you guys, if it is really safe to invest in NXT.
I mean, the Address is just 64bits long: What would prevent anyone (with a whole bunch of GPUs) to steal my account?
I would prefer NEX to be honest...
sr. member
Activity: 288
Merit: 250
Did you want some TestNxt ?

I would like some, too. Thank you in advance.

13540961408581701899

2500 sent.
legendary
Activity: 1260
Merit: 1168
I just wanted to ask you guys, if it is really safe to invest in NXT.
I mean, the address is just 64bits long: what would prevent someone (with a whole bunch of GPUs) to steal my account?
sr. member
Activity: 288
Merit: 250
Did you want some TestNxt ?
Can I have some TestNxt too?  Smiley

Accountnr. 5678029137156573042

3k sent,not a lot but im running out of them,haha.enjoy
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Did you want some TestNxt ?

I would like some, too. Thank you in advance.

13540961408581701899
sr. member
Activity: 288
Merit: 250
Can I please get some Test NXT in account 16248676195570366253 ?

I will forward some to a couple friends and offer a little giveaway in twitter so people can try the latest wesleyh client including password generator.

Sent 5k.It is not much,but i dont have a lot.Enjoy Smiley
legendary
Activity: 1722
Merit: 1217
@anon136: "ordo ab chao" definitely not correct latin. See http://en.wikipedia.org/wiki/Ordo_Ad_Chao.

im confused.. i see
Quote
"Ordo ad chao" is incorrect Latin (correct: "ordo ad chaos")[5] for "order to chaos" – a reversal of the Latin expression "ordo ab chao" ("order from chaos")

this
legendary
Activity: 1205
Merit: 1000
Did you want some TestNxt ?
Can I have some TestNxt too?  Smiley

Accountnr. 5678029137156573042
sr. member
Activity: 460
Merit: 250
Can I please get some Test NXT in account 16248676195570366253 ?

I will forward some to a couple friends and offer a little giveaway in twitter so people can try the latest wesleyh client including password generator.
sr. member
Activity: 336
Merit: 250
AKA jefdiesel
@anon136: "ordo ab chao" definitely not correct latin. See http://en.wikipedia.org/wiki/Ordo_Ad_Chao.

im confused.. i see
Quote
"Ordo ad chao" is incorrect Latin (correct: "ordo ad chaos")[5] for "order to chaos" – a reversal of the Latin expression "ordo ab chao" ("order from chaos")
hero member
Activity: 687
Merit: 500
@anon136: "ordo ab chao" definitely not correct latin. See http://en.wikipedia.org/wiki/Ordo_Ad_Chao.
sr. member
Activity: 308
Merit: 250
New version online: http://nxtra.org/nxt-client with the automated password generator.

I seriously want to see what all those people that have been bitching about Nxt not having a user-friendly client will say after using this KICKASS client!!!    Grin

By the way...  hate to be doing this...  but how about repeating the message below even when people want to choose the passphrase themselves...

Attention: Don't ever disclose your secret phrase. If you lose it you lose access to your account!

I think i(like marcus's client) it should also implement local signing of transactions. Then people with too few Nxt (and no chance of forging) don't even have to download NRS. they can connect to any public  node and use it.

There is already Javascript implementation of curve25519

https://github.com/Jaguar0625/JavaScriptNrs

Next version of NRS server is going to have prepareTransaction api which returns raw bytes, then I will implement local signing of transactions.

Much easier than implementing it manually, because then you also have to check for errors on client side, which I don't think is very good. So I will wait a bit to implement this Smiley
hero member
Activity: 644
Merit: 500
New version online: http://nxtra.org/nxt-client with the automated password generator.

I seriously want to see what all those people that have been bitching about Nxt not having a user-friendly client will say after using this KICKASS client!!!    Grin

By the way...  hate to be doing this...  but how about repeating the message below even when people want to choose the passphrase themselves...

Attention: Don't ever disclose your secret phrase. If you lose it you lose access to your account!

I think i(like marcus's client) it should also implement local signing of transactions. Then people with too few Nxt (and no chance of forging) don't even have to download NRS. they can connect to any public  node and use it.

There is already Javascript implementation of curve25519

https://github.com/Jaguar0625/JavaScriptNrs
sr. member
Activity: 308
Merit: 250
New version online: http://nxtra.org/nxt-client with the automated password generator.

I seriously want to see what all those people that have been bitching about Nxt not having a user-friendly client will say after using this KICKASS client!!!    Grin

By the way...  hate to be doing this...  but how about repeating the message below even when people want to choose the passphrase themselves...

Attention: Don't ever disclose your secret phrase. If you lose it you lose access to your account!

Done, not sure if it's overkill or not but hey Smiley
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com

unfortunately its empty  Grin

I misunderstood your post, I thought you mined a 9799 NXT block  Grin Grin Grin Shocked Shocked Shocked

Haha, that would be nice, indeed.

But there was a challenge on who can forge a block with the least amount of NXT in a given account. Can't find the thread though
Jump to: