Bitcoin Forum
October 08, 2025, 01:34:29 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 [1135] 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 ... 2548 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761747 times)
joefox
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
January 23, 2014, 02:10:33 AM
 #22681



I don't know how I feel about Nxt being described as a metacoin, but since Ethereum is also on the list, it's not so bad.  I have noted that Andreas has mentioned Nxt a few times as "a layer on top of Bitcoin", though, which bugs me.



"Metacoin" in my mind is a coin that is designed to have other coins or assets ride on top of it.  Mastercoin is what I'd call a layer 2 metacoin bootstrapped on a level 1 coin.  Ethereum is a level 1 metacoin, Bitshares is a Level 1 metacoin, and NXT is a level 1 metacoin

Thanks for that clarification!  Makes total sense.  And since CfB is already working on a PoW crypto based on Nxt's PoS, I'd say the characterization is perfect.

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

Activity: 294
Merit: 250



View Profile WWW
January 23, 2014, 02:11:13 AM
 #22682

is there a byte limit for an alias?
btc2nxt
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
January 23, 2014, 02:12:03 AM
 #22683

Can turning off the computer  crash the transaction.nxt or blocks.nxt files?

yesterday my account balance isn't correst, so i delete .nxt files, restart nrs.5.9, waiting half hour
everything is ok.
then turn off the computer.
later i turn on it ,can't connecting NRS
in command line,type java -jar start.jar,
the information show the blocks.nxt has error,
so i delete them again,of course ,after that ,everything is ok again.


joefox
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
January 23, 2014, 02:16:00 AM
 #22684

Can turning off the computer  crash the transaction.nxt or blocks.nxt files?

yesterday my account balance isn't correst, so i delete .nxt files, restart nrs.5.9, waiting half hour
everything is ok.
then turn off the computer.
later i turn on it ,can't connecting NRS
in command line,type java -jar start.jar,
the information show the blocks.nxt has error,
so i delete them again,of course ,after that ,everything is ok again.


My hunch is that whatever method you're using to shut down your computer is a little too harsh on the Java processes, and is terminating Nxt before it has a chance to close threads and complete file input/output.  I know the devs have put some work into cleaning that up in the last few versions, so I'd recommend making sure you stop the server (depending on your platform, it'll be some variation of hitting CTRL+C in your server's command window) before issuing your shutdown command.  Might be worth giving Java a few extra seconds to finish the shutdown, too, just in case.


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

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 23, 2014, 02:22:53 AM
 #22685

I'm always stunned when I reach the end of this thread, and 9pm on the East Coast USA< all the European NXTrs are fast asleep (or drunk, or with someone more interesting that me..)

I can't believe theres not 20 pages to read..

SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

lr127
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
January 23, 2014, 02:28:02 AM
 #22686

is there a byte limit for an alias?

Alias - (0, 100]
URI - [0, 1000]

NRS
Code:
if(aliasValue.length() != 0 && aliasValue.length() <= 100) {
   alias = aliasValue.toLowerCase();

   for(i = 0; i < alias.length() && "0123456789abcdefghijklmnopqrstuvwxyz".indexOf(alias.charAt(i)) >= 0; ++i) {;}

   if(i != alias.length()) {
      responses.put("errorCode", Integer.valueOf(4));
      responses.put("errorDescription", "Incorrect \"alias\" (must contain only digits and latin letters)");
   } else {
      uri = uri.trim();
      if(uri.length() > 1000) {
         responses.put("errorCode", Integer.valueOf(4));
         responses.put("errorDescription", "Incorrect \"uri\" (length must be not longer than 1000 characters)");
      } else {
...
} else {
   responses.put("errorCode", Integer.valueOf(4));
   responses.put("errorDescription", "Incorrect \"alias\" (length must be in [1..100] range)");
}
PeercoinEnthusiast
Full Member
***
Offline Offline

Activity: 126
Merit: 100

JustabitofTime - Co-Founder of CoinTropolis


View Profile
January 23, 2014, 02:28:47 AM
 #22687

NiftyNikel is ready to represent Nxt at the Miami Bitcoin Conferene (I'll be there for Peercoin with my own swag).  We'll be working together throughout the conference:






JustaBitofTime - Co-Founder of CoinTropolis - Currently assisting Nxt
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 23, 2014, 02:33:24 AM
 #22688

Also how do i change my nickname on this forum? when I joined up I went for a more random name, but now with NXT I want to be more transparent and use my regular nick "jefdiesel"

thanks

SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

PeercoinEnthusiast
Full Member
***
Offline Offline

Activity: 126
Merit: 100

JustabitofTime - Co-Founder of CoinTropolis


View Profile
January 23, 2014, 02:35:24 AM
 #22689

Quote from: Adam B. Levine
Hey Aaron,
I'm putting on a debate about Metacoin layers on FRIDAY in miami, will anyone able to speak about NXT be able to attend?  Mastercoin, Ethereum and Bitshares will be there.  This will run on LTB as a full episode next week.

...
...
...

Adam B. Levine
Editor-in-Chief
Let's Talk Bitcoin!

Oh how I wish I were in Miami.  Or anywhere even close.

I don't know how I feel about Nxt being described as a metacoin, but since Ethereum is also on the list, it's not so bad.  I have noted that Andreas has mentioned Nxt a few times as "a layer on top of Bitcoin", though, which bugs me.

I've been thinking about a few topics lately that Nxt proponents should address, because they're also hot topics in the Bitcoin world:  fungibility, transparency vs security, counteracting centralization, the "mining economy", numbers of transactions per block (and how they change over time) as a measure of value, maintaining strong consensus on the network, and "scarcity" (which I am beginning to think is simply a myth in the digital realm).  I think Nxt has some interesting solutions for these issues and think we should be documenting them in the whitepaper.  I swear I'll get to it one day.

I'm also wondering where we are with finding someone to take the 10BTC fund for a cryptanalysis on Curve25519 key generation and EC-KCDSA signing...?  I stumbled upon this guy, from Amsterdam, who proposed a Curve25519 cryptanalysis in 2009, and am wondering if any of our Netherlandic friends (Damelon??) might want to poke him: Cees de Laat

Interesting event there. Could Niffy present NXT and talk about technical stuffs ? I don't think any technically strong guy plan to be in Miami yet.

What's a pity.  could someone go ? It is a excellent chance to present NXT. Ferment ? wesleyh ? Cfb ? how much would be a Belarus-Miami flight ticket ?

How about Ola  Huh

Nifty is a great network engineer, but not a developer. Guys, it would be worth putting some of that bounty toward flying one of our developers to the conference. Getting in front of the movers and shakers is one of the most important PR opportunities for Nxt.

JustaBitofTime - Co-Founder of CoinTropolis - Currently assisting Nxt
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 23, 2014, 02:38:17 AM
 #22690

NiftyNikel is ready to represent Nxt at the Miami Bitcoin Conferene (I'll be there for Peercoin with my own swag).  We'll be working together throughout the conference:





See thats a great idea, but nxtcrypto.org/start is just more info. Idea would be to have the app be right there, and the faucet.

What does the QR scan? NM.. same address..

SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

PeercoinEnthusiast
Full Member
***
Offline Offline

Activity: 126
Merit: 100

JustabitofTime - Co-Founder of CoinTropolis


View Profile
January 23, 2014, 02:39:06 AM
 #22691

NiftyNikel is ready to represent Nxt at the Miami Bitcoin Conferene (I'll be there for Peercoin with my own swag).  We'll be working together throughout the conference:





See thats a great idea, but nxtcrypto.org/start is just more info. Idea would be to have the app be right there, and the faucet.

What does the QR scan? NM.. same address..

Nifty and QTBC are working on it.

JustaBitofTime - Co-Founder of CoinTropolis - Currently assisting Nxt
mercenar1e
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 23, 2014, 02:40:00 AM
 #22692

when will we see an official wallet program?
Sebastien256
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile
January 23, 2014, 02:40:57 AM
 #22693


My other concern is what if someone has computers creating a database brute force of 20 digit account numbers and corresponding passphrases that open those account numbers, then they just constantly scan the blockchain for accounts that are sent NXT for the first time that haven't sent NXT out yet and if the number matches a number in their database they can go grab the coins immediately?


That sound like a serious issue to me. Any other toughts on this subjet by other members?

EDit: with 64bits per account, to store every accounnts number, it requires a dictionnary of about 2048 petabytes... neverminds!

Nxt official forum at: https://nxtforum.org/
msin
Legendary
*
Offline Offline

Activity: 1512
Merit: 1006


View Profile
January 23, 2014, 02:42:24 AM
 #22694

Wow, cards look great, can I get one sent to me for souvenir?
Mistafreeze
Sr. Member
****
Offline Offline

Activity: 894
Merit: 284



View Profile
January 23, 2014, 02:44:09 AM
 #22695

Wow, cards look great, can I get one sent to me for souvenir?

Same here, those are sweet!
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
January 23, 2014, 02:44:36 AM
 #22696


My other concern is what if someone has computers creating a database brute force of 20 digit account numbers and corresponding passphrases that open those account numbers, then they just constantly scan the blockchain for accounts that are sent NXT for the first time that haven't sent NXT out yet and if the number matches a number in their database they can go grab the coins immediately?


That sound like a serious issue to me. Any other toughts on this subjet by other members?

That has been talked about multiple times. The short answer is: there is no issue and you need to understand math.

I can't find the link where it is talked about though.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
PeercoinEnthusiast
Full Member
***
Offline Offline

Activity: 126
Merit: 100

JustabitofTime - Co-Founder of CoinTropolis


View Profile
January 23, 2014, 02:48:53 AM
 #22697

Wow, cards look great, can I get one sent to me for souvenir?

You bet.. kick me an addy in PM.

JustaBitofTime - Co-Founder of CoinTropolis - Currently assisting Nxt
twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
January 23, 2014, 02:50:55 AM
 #22698

I heard somebody said Next is going to be 30$ in 2 years, what do you guys think? for 1 year and 2 year?
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 23, 2014, 02:53:11 AM
 #22699

Great minds think alike.

Like I said, I'm going to Inside BTC in NYC in April and would love to get a faucet fund set up for this by then.

It can be maintained by a third party, and maybe funded by the half million marketing fund run by Salsacz

Marketing Team could issue redemption codes, with a time code attached, so they start the week of the convention they are created for, even track the IPs and the issuer name. Even an expiration date if desired.

So in my case, I could get a numbered allotment, that would all be valid starting April 1/14, and would all track as being registered to my user name, and given out in NYC, and save the IPs and the block chain transactions so the marketing team could pull back data and see how many new users we can gain out of these conferences.

As well check back in a few weeks and see how many held, how many sold their free NXT and so on. Hugely interesting.

OK EDIT>> I'm interested in doing this whole project, Faucet, code issuing, and data tracking. I'm going to look into setting it up. Anyone interested in helping with building the backend?

thanks


SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

Agent86
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 23, 2014, 02:55:57 AM
 #22700


My other concern is what if someone has computers creating a database brute force of 20 digit account numbers and corresponding passphrases that open those account numbers, then they just constantly scan the blockchain for accounts that are sent NXT for the first time that haven't sent NXT out yet and if the number matches a number in their database they can go grab the coins immediately?


That sound like a serious issue to me. Any other toughts on this subjet by other members?

That has been talked about multiple times. The short answer is: there is no issue and you need to understand math.

I can't find the link where it is talked about though.

Thanks for the reply, if you find the link let me know.

My other thought is that I think we could take steps to minimize the chance of user error when using NXT especially with broader adoption.  This could be as basic as having the client not allow you to use passphrases less than 20 characters.  I have already seen posts from people who lost NXT because they didn't realize that the passphrase was all that was needed to access the NXT from anywhere.

I think it would be good if we could make it more difficult for people to accidentally send NXT to a wrong address.  Right now if you make any typo you can easily lose NXT.  I would much prefer if the account numbers that people use to send NXT are such that only a small percentage of the numbers are potentially valid so if you make a typo it will just error out and know that it can't possibly be a valid NXT address even if it was never used (Bitcoin addresses work like this, if you make a typo you can't send).  I would much rather give someone a 25 digit account number to send me money, knowing that if they make a typo it almost certainly errors out than a 20 digit number where one wrong number and your money is gone

Any thoughts?

New and trying to help.  Please donate NXT: 81827442798624191
Pages: « 1 ... 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 [1135] 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 ... 2548 »
  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!