Author

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

sr. member
Activity: 294
Merit: 250
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)");
}

Thanks for this info!
sr. member
Activity: 490
Merit: 250
I don't really come from outer space.
Don't use floating point arythmetic in the core please.  There is only problem with that.

Also agreed - no software that does *money* should ever be using binary floating point for that (and no financial software worth using *does*).


Exactly.  Too many errors can accumulate over time.  http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
Don't use floating point arythmetic in the core please.  There is only problem with that.

Also agreed - no software that does *money* should ever be using binary floating point for that (and no financial software worth using *does*).
sr. member
Activity: 490
Merit: 250
I don't really come from outer space.
Don't use floating point arythmetic in the core please.  There is only problem with that.

+1

Many smart cards use an 8051 as their processor, and memory space is limited.  IEEE floating point can be difficult to implement from the ground up, and adding floating point code will increase code size.
full member
Activity: 196
Merit: 100
Also, it's impossible to write a whitepaper now, coz we haven't seen 2nd and 3rd parts of the plan yet... By the end of this year we'll see 100$ for 1 NXT.

Lack of a whitepaper is a major drag on NXT.   That 2nd and 3rd part of the secret plan must really be something amazing.  When do they go into effect?  And why oh why would you leave something so monumental only 90 days from now, in April?
rnr
sr. member
Activity: 247
Merit: 250
Would it be possible that you implement some "Basic" indicators and charting (drawing) functions? Build in charting software. Like Meta Trader.

I mean, that would fit perfectly with the following P2P exchange - doesn´t it?


And my 0,02$ for the open source discuss: I think the mass and average Joe don´t care about it. If the mass adoption comes the people will use the most comfortable client.


Two screenshots of what I've been busy with for my NXT Solaris client. To be released over the weekend, since I need a rest.

Market view



Personal account management showing NXT values in other currencies



Be careful with the market view, though. You know, it's closed source and I might have something in there that influences the markets in the direction I want...  Wink


hero member
Activity: 616
Merit: 500
KLONE Inductee Report

Introducing .... NxW

NwW, a vanilla clone of NEM with a touch of LightVelocityCoin!


[ANN] NextWorld (NxW) :: descendant of NXT - Next World Generation is here.
https://bitcointalksearch.org/topic/ann-nextworld-nxw-descendant-of-nxt-next-world-generation-is-here-428136


Quote
"The Next World Generation."

Speak to the world NxW ... you have the collective 'ear' ... sing your praise to NXT!

Welcome to KLONE NxW! You have shown true commitment to NXT cloning!

You deserve your place in the KLONE genesis block!

'proof-of-clone' rolls up another snake eyes!!

It´s funny how many people read only "Zero Cost Buy In" and than they are reply "interested". Most of them don´t know even in what  Tongue

Mostly because they are jealous of the NXT-stakeholder.

Anyway... INTERESTED  Grin

It's free to be interested. Also it is free publicity for NXT. That's why I'm interested.
sr. member
Activity: 392
Merit: 250
Don't use floating point arythmetic in the core please.  There is only problem with that.
rnr
sr. member
Activity: 247
Merit: 250
KLONE Inductee Report

Introducing .... NxW

NwW, a vanilla clone of NEM with a touch of LightVelocityCoin!


[ANN] NextWorld (NxW) :: descendant of NXT - Next World Generation is here.
https://bitcointalksearch.org/topic/ann-nextworld-nxw-descendant-of-nxt-next-world-generation-is-here-428136


Quote
"The Next World Generation."

Speak to the world NxW ... you have the collective 'ear' ... sing your praise to NXT!

Welcome to KLONE NxW! You have shown true commitment to NXT cloning!

You deserve your place in the KLONE genesis block!

'proof-of-clone' rolls up another snake eyes!!

It´s funny how many people read only "Zero Cost Buy In" and than they are reply "interested". Most of them don´t know even in what  Tongue

Mostly because they are jealous of the NXT-stakeholder.

Anyway... INTERESTED  Grin
sr. member
Activity: 264
Merit: 250
KLONE Inductee Report

Introducing .... NxW

NwW, a vanilla clone of NEM with a touch of LightVelocityCoin!


[ANN] NextWorld (NxW) :: descendant of NXT - Next World Generation is here.
https://bitcointalksearch.org/topic/ann-nextworld-nxw-descendant-of-nxt-next-world-generation-is-here-428136


Quote
"The Next World Generation."

Speak to the world NxW ... you have the collective 'ear' ... sing your praise to NXT!

Welcome to KLONE NxW! You have shown true commitment to NXT cloning!

You deserve your place in the KLONE genesis block!

'proof-of-clone' rolls up another snake eyes!!
legendary
Activity: 1181
Merit: 1018
@CFB: I may have shreddered an account on the testnet - I hope this is nothing serious Shocked

What does it mean in other words?

The balance displayed on the browser is '-2.-10-6' and the balance queried directly in my client is

effectiveBalance : 0
unconfirmedBalance : -364796
balance : 145202

Ah, ok. I'll check what's wrong with unconfirmed balance.


The transaction was a BID order hitting an ASK order for some asset ...

BTW: binary floating point arithmetic is a reaaallll bitch - of course you guys now that? python just introduced a 'decimal' module, and there are even guys in the finance world that implement decimal arithmetic on specialized hardware cards, that is how serious that issue may become..

legendary
Activity: 2142
Merit: 1010
Newbie
@CFB: I may have shreddered an account on the testnet - I hope this is nothing serious Shocked

What does it mean in other words?

The balance displayed on the browser is '-2.-10-6' and the balance queried directly in my client is

effectiveBalance : 0
unconfirmedBalance : -364796
balance : 145202

Ah, ok. I'll check what's wrong with unconfirmed balance.
legendary
Activity: 1181
Merit: 1018
@CFB: I may have shreddered an account on the testnet - I hope this is nothing serious Shocked

What does it mean in other words?

The balance displayed on the browser is '-2.-10-6' and the balance queried directly in my client is

effectiveBalance : 0
unconfirmedBalance : -364796
balance : 145202


BTW: binary floating point arithmetic is a reaaallll bitch - of course you guys now that? python just introduced a 'decimal' module, and there are even guys in the finance world that implement decimal arithmetic on specialized hardware cards, that is how serious that issue may become..
legendary
Activity: 2142
Merit: 1010
Newbie
@CFB: I may have shreddered an account on the testnet - I hope this is nothing serious Shocked

What does it mean in other words?
legendary
Activity: 1181
Merit: 1018
@CFB: I may have shreddered an account on the testnet - I hope this is nothing serious Shocked

effectiveBalance - 0
unconfirmedBalance - -364796
balance - 145202

recipient - 1739068987193023818
fee - 12
sender - 7126304194855053556
timestamp - 5124341
senderPublicKey - 58be6060e13815503922acc3f0a9d4524f71b09b4d4a4a7c247907e4432af44c
subtype - 3
amount - 0
confirmations - 601
deadline - 12
attachment - {u'price': 1, u'asset': u'15328485893864579482', u'quantity': 499998}
signature - d01e3eb58070dc2bc81e7476ba1b08192c95d9c15af9f8f76746461b14e4600026d4805efb4a748 56c08fcd8e56baada0e117e0c6bc271d3009d3ac87b79f040
referencedTransaction - 0
type - 2
block - 9319088417233568755

full member
Activity: 171
Merit: 100
the so called clones are just intentions of making NXT clones...but making a NXt clone is more hard work than they expect considering NXt team only releases old source code....so the clone will always be behind and sort of "depending" on NXT developers to go forwards .
NEX (the first to have announced of wanting to make a NXT clone) already gave up on being a NXt clone and is trying to do its own thing now and using NXt old source PoS as inspiration . i believe the other wannabe clones will find themselfs in the same situation : either they have java developers with megaballs who can outdo the Nxt developers or have to renounce in being NXT clones and go another route.

full member
Activity: 350
Merit: 100
i suggest that initial founders spend some more money to fund the dev team cause really that's the only thing that distinguishes this coin from others. bitcoin had momentum and other things, nxt hasn't lifted off yet to have the "first in capability" advantage.

And Ethereum, eMunie, and Counterparty/XCP are just around the corner.

I can't imagine what this place will be like once Nexern's client is released...
sr. member
Activity: 491
Merit: 250
S P 8 D E
who will do it ?

Andreas M. Antonopoulos  ( http://antonopoulos.com/ ) Huh

Community should find someone with a master degree in Cryptography.

Have  new candidate for the encryption review: Julian Assange , the guy is a living legend and he is a cryptographer imagine he would be saing good stuff about nxt...

here he talks a lot about bitcoin and namecoin , i think he will really appreciate the Alias system   http://wikileaks.org/Transcript-Meeting-Assange-Schmidt?nocache

PS : and  may be accept donations in nxt for wikileaks
hero member
Activity: 586
Merit: 501
i suggest that initial founders spend some more money to fund the dev team cause really that's the only thing that distinguishes this coin from others. bitcoin had momentum and other things, nxt hasn't lifted off yet to have the "first in capability" advantage.
sr. member
Activity: 264
Merit: 250
KLONE Inductee Report

Introducing .... NXZ  ... For the Awesome!

NXZ looks to be a double cone clone - a scoop of NEM, and a scoop of ME.TOO - YUM YUM!!


[ANN] NXZ :: descendant of NXT - For the Awesome
https://bitcointalksearch.org/topic/--428042


Quote
If you're in the NEM genesis block, you'll automatically be included in the NXZ genesis block.

Cloning 'Interested' posts from another clone's thread - that's clever!!

Welcome to KLONE NXZ! You have shown true commitment to NXT cloning!

You deserve your place in the KLONE genesis block!

Thanks NXZ ... 'proof-of-clone' rides again!!
Jump to: