Bitcoin Forum
May 07, 2024, 01:32:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 [1289] 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:05:13 PM
 #25761

Oh, I remembered what I wanted to ask you, CfB: what do you think about key stretching?

It's a good trick if applied in a right place. In Nxt we don't need it if a secret phrase entropy is high enough (~256 bits).
1715088750
Hero Member
*
Offline Offline

Posts: 1715088750

View Profile Personal Message (Offline)

Ignore
1715088750
Reply with quote  #2

1715088750
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715088750
Hero Member
*
Offline Offline

Posts: 1715088750

View Profile Personal Message (Offline)

Ignore
1715088750
Reply with quote  #2

1715088750
Report to moderator
1715088750
Hero Member
*
Offline Offline

Posts: 1715088750

View Profile Personal Message (Offline)

Ignore
1715088750
Reply with quote  #2

1715088750
Report to moderator
xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
January 29, 2014, 05:05:26 PM
 #25762

- people not generating public keys - in the client there could be some warning with explanation and advice to get it, to send 1 transaction / create 1 alias

I'd really like to see an API call similar to broadcastTransaction that would allow one to specify the full 256-bit public key address to send to, rather than just a 64-bit recipient address.

There would be a minimum of 1 NXT fee, and a send payment amount minimum of 1 NXT.

If the 256-bit public key collided with an existing 64-bit recipient address, the transaction would be rejected.

If the 256-bit public key did not already exist in the blockchain, it would be added.

This would allow the creation of secure paper wallets.

"An awful lot of code is being written ... in languages that aren't very good by people who don't know what they're doing." -- Barbara Liskov
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:07:55 PM
 #25763

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 29, 2014, 05:09:31 PM
 #25764

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).

ok time for the blue one  Grin

NxtChg
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
January 29, 2014, 05:10:57 PM
 #25765

It's a good trick if applied in a right place. In Nxt we don't need it if a secret phrase entropy is high enough (~256 bits).

Yeah, but that's the problem! People constantly pick low-entropy passphrases, because they are used to regular passwords.

And then their account gets hacked with something that looks like offline bruteforcing.

So what if instead of doing

MessageDigest.getInstance("SHA-256").digest(secretPhrase.getBytes("UTF-8"))

we add something like PBKDF2 to improve security?

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
Sanglotslongs
Sr. Member
****
Offline Offline

Activity: 448
Merit: 280



View Profile
January 29, 2014, 05:11:17 PM
 #25766

Hello ! I relooked NXT message with CSS and HTML. The yellow block is pasted from How to send a message (NXT wiki). Do you like it ?

xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
January 29, 2014, 05:15:42 PM
 #25767

It's a good trick if applied in a right place. In Nxt we don't need it if a secret phrase entropy is high enough (~256 bits).

Yeah, but that's the problem! People constantly pick low-entropy passphrases, because they are used to regular passwords.

And then their account gets hacked with something that looks like offline bruteforcing.

So what if instead of doing

MessageDigest.getInstance("SHA-256").digest(secretPhrase.getBytes("UTF-8"))

we add something like PBKDF2 to improve security?

If we did something like this: https://bitcointalk.org/index.php?topic=345619.msg4821453#msg4821453 then we could easily add Bitcoin-like wallet functionality.  Let the computer use a good random number generator to generate the private key.  Local machine could have its own "weak" password for the local wallet, and the blockchain address would not be able to be brute-forced.

"An awful lot of code is being written ... in languages that aren't very good by people who don't know what they're doing." -- Barbara Liskov
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:15:59 PM
 #25768

So what if instead of doing

MessageDigest.getInstance("SHA-256").digest(secretPhrase.getBytes("UTF-8"))

we add something like PBKDF2 to improve security?

I don't care. It's client side.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:16:48 PM
 #25769

Hello ! I relooked NXT message with CSS and HTML. The yellow block is pasted from How to send a message (NXT wiki). Do you like it ?

Yes, what the name of this font?
joefox
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
January 29, 2014, 05:17:33 PM
 #25770

Lets think, that NXT is commodity or "thing". Which authority forbids to buy some commodity or "thing" with fiat?

You don't have to convince me.  You have to convince the governments that issue fiat.  This is why hearings like this one are happening.

Governments forbid the purchase of "things" with fiat all the time.  I would love to buy cocaine, steroids, and dates with hookers at the 7-11 down my street, but I can't.

I admin the Nxt Wiki at http://wiki.nxtcrypto.org/ Please support my work by donating to Nxt account #1234567740944417915
cromaclear
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 29, 2014, 05:20:44 PM
 #25771

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).

i deduct from your answer that you like Nxt as a store of value because it is going to rise in value against any other currency. Am I correct in this assertion?

How would it be achieved if nxt starts to lose value against other currencies because it does not gain investor focus?? In this case, it would be useless as a store of value.

do you have any ace upon your sleeve (whatever it is) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thank you for your answers.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:22:58 PM
 #25772

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).

i deduct from your answer that you like Nxt as a store of value because it is going to rise in value against any other currency. Am I correct in this assertion?

How would it be achieved if nxt starts to lose value against other currencies because it does not gain investor focus?? In this case, it would be useless as a store of value.

do you have any ace upon your sleeve (whatever it is) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thank you for your answers.

I just trust guys who say that scarcity leads to increase in value.
Sanglotslongs
Sr. Member
****
Offline Offline

Activity: 448
Merit: 280



View Profile
January 29, 2014, 05:23:25 PM
 #25773

Hello ! I relooked NXT message with CSS and HTML. The yellow block is pasted from How to send a message (NXT wiki). Do you like it ?

Yes, what the name of this font?

Baumans (google font)

And Faster one
cromaclear
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 29, 2014, 05:27:04 PM
 #25774

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).

i deduct from your answer that you like Nxt as a store of value because it is going to rise in value against any other currency. Am I correct in this assertion?

How would it be achieved if nxt starts to lose value against other currencies because it does not gain investor focus?? In this case, it would be useless as a store of value.

do you have any ace upon your sleeve (whatever it is) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thank you for your answers.

I just trust guys who say that scarcity leads to increase in value.

there are a lot of alt-coins which are scarce and their value is 0. You need scarcity plus people willing to hold nxt, both of them, not just scarcity.

again,

do you (or other members of the development team who you talk to) have any ace upon your sleeve (whatever it is and not necessary to reveal it now) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thanks again.

NxtChg
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
January 29, 2014, 05:28:25 PM
 #25775

So what if instead of doing

MessageDigest.getInstance("SHA-256").digest(secretPhrase.getBytes("UTF-8"))

we add something like PBKDF2 to improve security?

I don't care. It's client side.

Ok.

https://bitbucket.org/JeanLucPicard/nxt-public/issue/30/improve-security-of-weak-passphrases-by

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:28:57 PM
 #25776

again,

do you (or other members of the development team who you talk to) have any ace upon your sleeve (whatever it is and not necessary to reveal it now) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thanks again.

Let me to make appearance that I haven't seen this question. Smiley
pandaisftw
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 29, 2014, 05:29:14 PM
 #25777

yes, we need unless you prefer emunie starts to gain market share at the expense of nxt. What would happen if emunie starts to gain investor attention because they implement some features that nxt is just talking about??

don't you think it would be better to say to the world, look, nxt is here with those features done before any other crypto and make a strong marketing campaing.

Has any stakeholder talked about hiring a good SEO or marketing professional??

TBH, I prefer to use Nxt as store of value, eMunie as mean of exchange and Ethereum for public smart contracts (to fund firemen, etc.).

i deduct from your answer that you like Nxt as a store of value because it is going to rise in value against any other currency. Am I correct in this assertion?

How would it be achieved if nxt starts to lose value against other currencies because it does not gain investor focus?? In this case, it would be useless as a store of value.

do you have any ace upon your sleeve (whatever it is) in relation to the promised nxt innovations just in case any other currency becomes mainstrem instead of Nxt??

thank you for your answers.

Well, for one, NXT is not inflationary. Emunie and Eth have huge inflation.

So why would NXT lose it's store of value if "it does not gain investor focus"? Will all of your coins suddenly be worth less?

Also, is it just me or suddenly in the last 5 pages or so people became very, very concerned with price? People forgot already NXT went all the way up to $60mil market cap in 2 months already? Yes, it's a slow period, price-wise, but this always happens after a large rise.

My advice, don't worry about the price. We have people here that constantly deliver good results, I wouldn't want them to half-ass something just so a few people can make a quick buck.

NXT: 13095091276527367030
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:30:02 PM
 #25778


This will become irrelevant after we get rid of NRS web interface. Very soon in other words.
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
January 29, 2014, 05:33:57 PM
 #25779


Maybe, I missed that something but what will be the alternative?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 29, 2014, 05:34:38 PM
 #25780

Maybe, I missed that something but what will be the alternative?

Other clients.
Pages: « 1 ... 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 [1289] 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 ... 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!