Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 875. (Read 2761624 times)

legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
Shouldn't that be client issue? Just sending n transactions instead of 1; n = number of asset holders.

That would cost you n NXT at the moment.

That is a little expensive don't you think (and even if the fee was reduced it will still be very wasteful if you couldn't "compress" the tx to 1 amount and n accounts)?
legendary
Activity: 1232
Merit: 1001
I've heard that NXT is working on a zerocoin implementation.

If so, how do you plan to address these limitations?

Quote
Zerocoin has a number of serious limitations:
- It uses cutting-edge cryptography which may turn out to be insecure, and which is understood by relatively few people (compared to ECDSA, for example).
- It produces large (20kbyte) signatures that would bloat the blockchain (or create risk if stuffed in external storage).
- It requires a trusted party to initiate its accumulator. If that party cheats, they can steal coin. (Perhaps fixable with more cutting-edge crypto.)
- Validation is very slow (can process about 2tx per second on a fast CPU), which is a major barrier to deployment in Bitcoin as each full node must validate every transaction.
- The large transactions and slow validation also means costly transactions, which will reduce the anonymity set size and potentially make ZC usage unavailable to random members of the public who are merely casually concerned about their privacy.
- Uses an accumulator which grows forever and has no pruning. In practice this means we'd need to switch accumulators periodically to reduce the working set size, reducing the anonymity set size. And potentially creating big UTXO bloat problems if the horizon on an accumulator isn't set in advance.
newbie
Activity: 42
Merit: 0
Does anyone know about poloni ex?

Are they new?

Is it a initiative of the community nxt?

What country are they located?

No idea about the country,

but the admin is someone nice, i have no issue at all using the service.

It's a pretty unknown platform but with potential to going very well.
they also have a giveaway service, if you send him some nxt (or any other) asking to put them into the giveaway: i can confirm he do.
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
What's your hope in having such feature?

It actually would "kill" the first "use case" for the Nxt Scripting system (which was to "pay dividends to asset holders).  Grin

Shouldn't that be client issue? Just sending n transactions instead of 1; n = number of asset holders.
hero member
Activity: 644
Merit: 500
It turns out the transition to fractional amounts, which is required for reducing the minimum fee, will not be that simple. It would require adding a new transaction type, because the current ordinary payment transaction stores amounts and fees with 1 NXT precision, not multiplied by 100 as in the account balance. So it will take longer to implement and test. The positive side is that while doing that we can make the fractional part allow amounts much lower than 0.01, so we will achieve much higher divisibility.


We don't really need too much divisibility. Perhaps 1.00000 at max?
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
What's your hope in having such feature?

It actually would "kill" the first "use case" for the Nxt Scripting system (which was to "pay dividends to asset holders).  Grin
sr. member
Activity: 392
Merit: 250

Code:
[2014-02-14 18:23:55.255] Database is at level 13
[2014-02-14 18:23:55.267] DEBUG: Will apply sql:
ALTER TABLE block DROP COLUMN IF EXISTS index
[2014-02-14 18:26:26.984] DEBUG: Will apply sql:
ALTER TABLE transaction DROP COLUMN IF EXISTS index
[2014-02-14 18:33:32.807] Updated database is at level 15

Didn't the additional indexes help?
Read the above SQL once again more carefully Smiley
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 0.7.5

http://download.nxtcrypto.org/nxt-client-0.7.5.zip

sha256: 66adc8379a8f6e3fba7797fbc94b8b62f3e486ea5b6e9877f064c4b0d1f2584d


@JL

Code:
[2014-02-14 18:23:55.255] Database is at level 13
[2014-02-14 18:23:55.267] DEBUG: Will apply sql:
ALTER TABLE block DROP COLUMN IF EXISTS index
[2014-02-14 18:26:26.984] DEBUG: Will apply sql:
ALTER TABLE transaction DROP COLUMN IF EXISTS index
[2014-02-14 18:33:32.807] Updated database is at level 15

Didn't the additional indexes help?
sr. member
Activity: 470
Merit: 350
Changed my NXT address to 12364258960487881341 in case you still want to donate some. Thanks!
newbie
Activity: 40
Merit: 0
By the way: last chance to get your money out of Nxtchg today: https://nxtchg.com/index.php

Seems like it has been sold.

I believe optical and brooklynbtc bought it. I think Tongue

how on earth did you get that Im involved in a purchage of nxtchg?  cause Ive never said anything of the sort, and Ive not seen anyone around here mentioning it either.

Sorry thought I heard earlier. It was mentioned. Just woke up so was a little mehhh...it was msin... >,>


Can look at brooklynbtc earlier posts Smiley

I apologize for any dishonor :/

Edit: found the quote from earlier

By the way: Nxtchg's site is for sale: https://nxtchg.com/sale.php

Someone might want to take it over.

Anyone want to front me the 10btc for it? I'll run it at 1% fee and split it with you until you have your investment doubled.

Deal?


Sure. PM me and I'll get on it tomorrow, going to bed now.
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Good to know - btw - if you are going to have to "upgrade" the tx format are you also considering adding "pay to many" txs (and for even better compression also "pay the same amount to many" which could be useful for things like sending "dividends")?

What's your hope in having such feature?
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
all the arithmetic will be using integers I hope
Yes of course.


Glad to hear.
full member
Activity: 238
Merit: 100
By the way: last chance to get your money out of Nxtchg today: https://nxtchg.com/index.php

Seems like it has been sold.

I believe optical and brooklynbtc bought it. I think Tongue

how on earth did you get that Im involved in a purchage of nxtchg?  cause Ive never said anything of the sort, and Ive not seen anyone around here mentioning it either.
full member
Activity: 221
Merit: 100
It turns out the transition to fractional amounts, which is required for reducing the minimum fee, will not be that simple. It would require adding a new transaction type, because the current ordinary payment transaction stores amounts and fees with 1 NXT precision, not multiplied by 100 as in the account balance. So it will take longer to implement and test. The positive side is that while doing that we can make the fractional part allow amounts much lower than 0.01, so we will achieve much higher divisibility.


Does anyone think it may be possible to split NXT in the same way that a stock splits when it gets too valuable?  i.e.  if you have one NXT you now have 100 NXT... everything just gets multiplied and then new transaction fee could be 10 NXT.  The reason I suggest this is because decimals are kind of a pain and it really encourages tipping and use when coins are not worth so much.  People just feel cheap tipping 1 NXT.  I think this is part of the reason DOGE tipping caught on so well.  BCNext wanted to avoid using decimals but I think was shortsighted about how much the value of one NXT could end up being.  Maybe this is too complicated to do though.

No, but it is like with bitcoins and mBTC.

I think it also can be solved by the "real" coins on top of Nxt. It is like that you don't use Nxt to buy groceries but you use edollars to buy groceries as in today's market you don't use gold to buy groceries but you use dollars to buy groceries.
full member
Activity: 238
Merit: 100
It turns out the transition to fractional amounts, which is required for reducing the minimum fee, will not be that simple. It would require adding a new transaction type, because the current ordinary payment transaction stores amounts and fees with 1 NXT precision, not multiplied by 100 as in the account balance. So it will take longer to implement and test. The positive side is that while doing that we can make the fractional part allow amounts much lower than 0.01, so we will achieve much higher divisibility.


Does anyone think it may be possible to split NXT in the same way that a stock splits when it gets too valuable?  i.e.  if you have one NXT you now have 100 NXT... everything just gets multiplied and then new transaction fee could be 10 NXT.  The reason I suggest this is because decimals are kind of a pain and it really encourages tipping and use when coins are not worth so much.  People just feel cheap tipping 1 NXT.  I think this is part of the reason DOGE tipping caught on so well.  BCNext wanted to avoid using decimals but I think was shortsighted about how much the value of one NXT could end up being.  Maybe this is too complicated to do though.

I think fractional amounts of NXT that is coming will resolve this.  Though I did suggest a split as an AE operation.
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
Not now, this will open another can of worms.

Okay - the Nxt Script stuff is probably going to open a few such nasty cans. Grin
sr. member
Activity: 392
Merit: 250
Good to know - btw - if you are going to have to "upgrade" the tx format are you also considering adding "pay to many" txs (and for even better compression also "pay the same amount to many" which could be useful for things like sending "dividends")?
Not now, this will open another can of worms.
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
Yes of course.

Good to know - btw - if you are going to have to "upgrade" the tx format are you also considering adding "pay to many" txs (and for even better compression also "pay the same amount to many" which could be useful for things like sending "dividends")?
sr. member
Activity: 490
Merit: 250
I don't really come from outer space.
Does anyone think it may be possible to split NXT in the same way that a stock splits when it gets too valuable?  i.e.  if you have one NXT you now have 100 NXT... everything just gets multiplied and then new transaction fee could be 10 NXT.  The reason I suggest this is because decimals are kind of a pain and it really encourages tipping and use when coins are not worth so much.  People just feel cheap tipping 1 NXT.  I think this is part of the reason DOGE tipping caught on so well.  BCNext wanted to avoid using decimals but I think was shortsighted about how much the value of one NXT could end up being.  Maybe this is too complicated to do though.

Every time a decimal place of precision is added it can also be viewed as inflating the total NXT supply by an order of magnitude.  The difference is really only how it is presented/viewed to the users.  So in that way added precision could be viewed as a split.
hero member
Activity: 910
Merit: 1000
It turns out the transition to fractional amounts, which is required for reducing the minimum fee, will not be that simple. It would require adding a new transaction type, because the current ordinary payment transaction stores amounts and fees with 1 NXT precision, not multiplied by 100 as in the account balance. So it will take longer to implement and test. The positive side is that while doing that we can make the fractional part allow amounts much lower than 0.01, so we will achieve much higher divisibility.


Does anyone think it may be possible to split NXT in the same way that a stock splits when it gets too valuable?  i.e.  if you have one NXT you now have 100 NXT... everything just gets multiplied and then new transaction fee could be 10 NXT.  The reason I suggest this is because decimals are kind of a pain and it really encourages tipping and use when coins are not worth so much.  People just feel cheap tipping 1 NXT.  I think this is part of the reason DOGE tipping caught on so well.  BCNext wanted to avoid using decimals but I think was shortsighted about how much the value of one NXT could end up being.  Maybe this is too complicated to do though.

No, but it is like with bitcoins and mBTC.
Jump to: