Author

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

sr. member
Activity: 316
Merit: 250
Simcoin Puny Humans Communicator
So then why has my original suggestion been ignored about having nodecoins be redeemable for Nxt like a points/airline miles program? That way nobody disputes that the value
nodecoins have is in that it can increase my Nxt stake. The only problem I see is how to donate this fund and whether one of the committees will fund this. Any funding for this
will only be temporary because I can't imagine it would take more than a year for Nxt to be successful enough to not need nodecoins for incentive to forge.

I think going about this is just where the thinking goes wrong. Again, not attacking, but trying to illustrate a point.

Your post reveals a possible weakness in the NodeCoin idea: great.
But why does this need to be solved community wide?
That wóuld make NodeCoin a problem for Nxt.

If coins get created by a user, it's also up to the user to make it work, in whatever way he or she pleases. If that solution isn't good enough, the coin dies and fades away.
If not, it's viable.

Trying to shoehorn it into Nxt places the responsibility for it where it shouldn't be and opens a big can of ugly worms.

The creation of these coins is an open and free option. If it is truly so, then the execution of it should be the responsibility should be the creator's.

I am fully convinced that people can come up with a way to have the NodeCake and eat it.

It is a temporary solution I see nodecoin as. James made it to solve our forging problem that has been discussed a million times. Nodecoins would definitely solve short term
forging issues until we have thousands of businesses supporting the network for their own sakes. But nodecoin must be traded in for a fixed amount of Nxt like a points system.
James of course should be rewarded well by one of the committees if this is approved
sr. member
Activity: 952
Merit: 253

The alternative is to get the price of running a node so cheap that nobody needs a reward to do it.   What we are doing here is creating a pseudo-POW to make up for perceived weaknesses in PoS.  If PoS is strong enough to stand on its own, then let it.  If we try to go pseudo-PoW to be a motivator, then REAL PoW will ALWAYS be a better alternative and who needs NXT?

Ricky, this is wrong.

This is not abut PoS vs PoW... this is about having a reliable network of nodes to secure the network,, they need watching, they need attention, they need restarting, they need network bandwidth - increasingly, they need disk, they need memory... i.e. someone needs to care !

Yep there are raspberry Pis and cubie trucks and whatever else, all these cost and they need to be professionally run....

You thought we were attacked when we started, just wait until we start to be perceived as a real threat...

full member
Activity: 196
Merit: 100

My big concern is that people will come to see speculation in nodecoin to be more important to them than the value of NXT itself.   If this happens, we are screwed.  At that point NXT is just the fee required to access  AE and make vast fortunes running up the price of nodecoin they buy directly with BTC.  It is now in the speculator's interest to have/drive the exchange fee (NXT itself) as low as possible.  What is the motivator in this scenario to have my big stake in NXT retain a high value instead of being driven down to a low value?

rickyjames, how would speculators drive the price of nxt down in this scenario? Wouldn't supply (finite and fixed) and demand (increasing) cause the price to go up?

Reference the recent discussion here on driving the transaction fee down from 1 NXT to 0.1 or 0.01 NXT.  That is an increase in "supply" of trading fee tokens by a factor of X10 vs. X100.  Where was the pressure to keep NXT transaction fees UP?  Fees are just another word for tax, people hate taxes, there will always be pressure to drive taxes down.  Would you rather trade 1,000,000 nodecoin for 1 BTC on AE if the NXT fee was 1 NXT = $1 bought at Cryptsy, or the NXT fee was 0.01 NXT  = 1 cent bought at Cryptsy?  What is the motivation / market pressure to keep NXT at $1 each instead of 1 cent?

I am starting to think that not only nodecoin but also AE itself is the enemy of keeping NXT as a store of value....
legendary
Activity: 1176
Merit: 1134
I support Nodecoin and jl777 !

+1, you guys need to take a step back for a second, nodecoin will have a positive effect on Nxt.  It encourages people to run a node, why is that bad?  It's a utility coin and it had the potential to bring a couple thousand new users to Nxt, which is great.  It's an accomplishment that James was able to create a mine-able coin in AE, that is awesome.  I think many people are greatly overestimating the effect it will have on Nxt.  To get anything done with Nxt core, you will need to spend Nxt, so people aren't going to circumvent the Nxt core with nodecoin.  

I still think charging nodecoin for services like DAC is a great idea.  Anyone using DAC will still be spending Nxt in the end.  It gives people incentive to run a node, which is incredibly simple, and they will feel like they are accomplishing something and "part of the Nxt club".  It's more of a novelty, but would be cool to make people run a client for a while in order to use DAC, or NxtCash. To say it's bad for Nxt just doesn't make any sense to me.   If it doesn't work out and no one mines it or uses it, so what, at least we know how to create a mine-able coin in AE.

So then why has my original suggestion been ignored about having nodecoins be redeemable for Nxt like a points/airline miles program? That way nobody disputes that the value
nodecoins have is in that it can increase my Nxt stake. The only problem I see is how to donate this fund and whether one of the committees will fund this. Any funding for this
will only be temporary because I can't imagine it would take more than a year for Nxt to be successful enough to not need nodecoins for incentive to forge.

Huh?

Nodecoins are redeemable to NXT via AE. That is the only thing they are good for really, other than maybe some private add on services, which hopefully nobody would begrudge me from charging

At 5 nodecoins per day and .01 NXT per nodecoin that is a whopping 1.5 NXT per month per person, but it is something that you get every block and quite addictive.

Instant feedback for running a NXT node, that is nodecoin's purpose. Funding might or might not be there. Speculators might or might not be there.

I am not an economist. I am a simple C programmer

James
full member
Activity: 224
Merit: 100
Crypto Review Completed, please read.  Thanks to Jesse James for completing with thorough review and BloodyRookie for reference.

From Jesse James:

"I spent some quality time reviewing the core crypto NXT relies on.  As part of my review I re-implemented the relevant algorithms https://gist.github.com/doctorevil/9521126 using a different approach in a different language to make sure I understood everything deeply.  Although the implementation NXT uses doesn't follow certain algorithm specifications to the letter, the deviations noted (motivated by simplicity and/or performance) seemed reasonable and in general nothing stuck out as a red flag.  There was one bug in the signature generation function (that NXT is aware of and currently working around) for which I've provided a patch (or more precisely tweaked BloodyRookie's proposed patch).  It should be should be safe for devs to incorporate this patch at their convenience.

Review: https://gist.github.com/doctorevil/9521116

Code: https://gist.github.com/doctorevil/9521126 "


130 lines of code for a the curve implementation and still readable. I love python...
legendary
Activity: 1092
Merit: 1010
So then why has my original suggestion been ignored about having nodecoins be redeemable for Nxt like a points/airline miles program? That way nobody disputes that the value
nodecoins have is in that it can increase my Nxt stake. The only problem I see is how to donate this fund and whether one of the committees will fund this. Any funding for this
will only be temporary because I can't imagine it would take more than a year for Nxt to be successful enough to not need nodecoins for incentive to forge.

I think going about this is just where the thinking goes wrong. Again, not attacking, but trying to illustrate a point.

Your post reveals a possible weakness in the NodeCoin idea: great.
But why does this need to be solved community wide?
That wóuld make NodeCoin a problem for Nxt.

If coins get created by a user, it's also up to the user to make it work, in whatever way he or she pleases. If that solution isn't good enough, the coin dies and fades away.
If not, it's viable.

Trying to shoehorn it into Nxt places the responsibility for it where it shouldn't be and opens a big can of ugly worms.

The creation of these coins is an open and free option. If it is truly so, then the execution of it should be the responsibility should be the creator's.

I am fully convinced that people can come up with a way to have the NodeCake and eat it.
sr. member
Activity: 952
Merit: 253

So then why has my original suggestion been ignored about having nodecoins be redeemable for Nxt like a points/airline miles program? That way nobody disputes that the value
nodecoins have is in that it can increase my Nxt stake. The only problem I see is how to donate this fund and whether one of the committees will fund this. Any funding for this
will only be temporary because I can't imagine it would take more than a year for Nxt to be successful enough to not need nodecoins for incentive to forge.

I proposed almost the same thing yesterday.... only I renamed them to tokens, gave them a monthly value so we can set a bounty for running network nodes each month and the tokens would be redeemable against a buy order in the AE..

I do see the risk of a free floating coin being used a the node operating reward because if it becomes worthless then there is no incentive to run nodes and if the committees need to stimulate people to run nodes through node coin value are there are a lot in circulation then it becomes difficult to change the price / reward per coin... whereas if they have to be regularly redeemed there isn't this problem.
Xio
newbie
Activity: 60
Merit: 0
I have an Idea... donno if it is a good idea pls give feedback  Wink

We should start an Asset when AE goes live: "Founder distribution Star" or something like that.

- All Founders should provide a quantity of NXT they will distribute.
- Some grafik guy make NICE 5 gold and 5 silver Star Icons
  • 1. Gold Star = 30M NXT
  • 2. Gold Star = 25M NXT
  • 3. Gold Star = 20M NXT
  • 4. Gold Star = 15M NXT
  • 5. Gold Star = 10M NXT
  • 1. Silver Star = 5M NXT
  • 2. Silver Star = 4M NXT
  • 3. Silver Star = 3M NXT
  • 4. Silver Star = 2M NXT
  • 5. Silver Star = 1M NXT
(think about grafiks like it is in Battlefield4 or something like that)

- All client devs integrate these grafiks in there client to show them on every account ID Page eg. Blocks, Transactions and so on. This can also automated i think.

So everyone can say "This guy was one of the best Founders in the NXT distribution..."

- The Asset quantity will be calculated from some math guy
- The Assets will be transfered to everyone that is interessted at BTT like any other "Coin announce thread" for free or say 1 satoshi.
- The Satoshis will be used for core dev (if any)

What do you think? Will this work? Do we have nice Founders that will do this for the whole NXT Network to become more successful?

Greets,
eb

In think you mean "badges".  Wink

This could well be extended to a reputation system integrated into NXT (on a parallel chain, perhaps?).
IMO this correlates with the Digital Goods Store CfB is implementing.

How about having a generic reputation system secured by the blockchain?
full member
Activity: 196
Merit: 100
Can anyone tell me why I get nodecoin even though I'm not running the nodecoin script?

Because skyNXT is self aware and knows how important your work is to its ultimate domination....

Seriously James started out with an idea to reward people running nodes so that they did not just rely on forging.

All I see in the thread is downside and negativity, ok nodecoin is not perfect, but its not cancer, and if it is - lets hear the alternative?

Do we still need to reward people who run nodes?

Are we waiting for BCNext or his 12 or is it 21 disciples and the super nodes they will deploy to forge on and earn all the transaction fees from everyone else's handwork?

The alternative is to get the price of running a node so cheap that nobody needs a reward to do it.   What we are doing here is creating a pseudo-POW to make up for perceived weaknesses in PoS.  If PoS is strong enough to stand on its own, then let it.  If we try to go pseudo-PoW to be a motivator, then REAL PoW will ALWAYS be a better alternative and who needs NXT?
newbie
Activity: 56
Merit: 0

My big concern is that people will come to see speculation in nodecoin to be more important to them than the value of NXT itself.   If this happens, we are screwed.  At that point NXT is just the fee required to access  AE and make vast fortunes running up the price of nodecoin they buy directly with BTC.  It is now in the speculator's interest to have/drive the exchange fee (NXT itself) as low as possible.  What is the motivator in this scenario to have my big stake in NXT retain a high value instead of being driven down to a low value?

rickyjames, how would speculators drive the price of nxt down in this scenario? Wouldn't supply (finite and fixed) and demand (increasing) cause the price to go up?
full member
Activity: 238
Merit: 100
I should have local (trustless) signing online tomorrow (no password sent to the server). A big thank you to CFB, Antonios, BloodyRookie and Jaguar0625 for all their help with this Smiley
I want to make sure people understand that it is not "trustless" signing. Unfortunately, the way we are doing it, you still have to trust the server. You don't send the password to the server, but you sign an array of bytes that the server sent to you. How do you know that this array really represents the transaction you intended to sign? To be sure, the client would need to parse and verify it, so the client needs to know exactly how each transaction type should be represented as a byte array. This is not a secret, it is in the source code, but if you need to implement this logic on the client side, you might as well construct the byte array yourself, and not trust the server to do it for you correctly. So by letting the client be simple and lazy and let the server construct the byte array, you necessarily have to trust the server. Furthermore, you have to trust that the server response you received has not been modified in transit - and the issue of using SSL to talk to the server becomes important again.




Wait... is it possible for a client to sent a transaction request to a VPS and the VPS to determine client balance and use that as the amount and change the destination account to his own account, and , then wrap all that up in bytes for the client to sign and submit to the network?  if so this is a BAD idea, regardless of if you have legit SSL certs or not.

ETA:  I mean its a BAD idea to develop this "ultralight" client, if what I say is true.  Then a "light" client which does all the work itself and just broadcasts the signed transaction to the network is the only way to go
sr. member
Activity: 316
Merit: 250
Simcoin Puny Humans Communicator
I support Nodecoin and jl777 !

+1, you guys need to take a step back for a second, nodecoin will have a positive effect on Nxt.  It encourages people to run a node, why is that bad?  It's a utility coin and it had the potential to bring a couple thousand new users to Nxt, which is great.  It's an accomplishment that James was able to create a mine-able coin in AE, that is awesome.  I think many people are greatly overestimating the effect it will have on Nxt.  To get anything done with Nxt core, you will need to spend Nxt, so people aren't going to circumvent the Nxt core with nodecoin.  

I still think charging nodecoin for services like DAC is a great idea.  Anyone using DAC will still be spending Nxt in the end.  It gives people incentive to run a node, which is incredibly simple, and they will feel like they are accomplishing something and "part of the Nxt club".  It's more of a novelty, but would be cool to make people run a client for a while in order to use DAC, or NxtCash. To say it's bad for Nxt just doesn't make any sense to me.   If it doesn't work out and no one mines it or uses it, so what, at least we know how to create a mine-able coin in AE.

So then why has my original suggestion been ignored about having nodecoins be redeemable for Nxt like a points/airline miles program? That way nobody disputes that the value
nodecoins have is in that it can increase my Nxt stake. The only problem I see is how to donate this fund and whether one of the committees will fund this. Any funding for this
will only be temporary because I can't imagine it would take more than a year for Nxt to be successful enough to not need nodecoins for incentive to forge.
sr. member
Activity: 952
Merit: 253
Can anyone tell me why I get nodecoin even though I'm not running the nodecoin script?

Because skyNXT is self aware and knows how important your work is to its ultimate domination....

Seriously James started out with an idea to reward people running nodes so that they did not just rely on forging.
Nodecoin has been around a number of weeks as a result and valuable time has been spent on it...

All I see in the thread is downside and negativity, ok nodecoin is not perfect, but its not cancer, and if it is - lets hear the alternative?

Do we still need to reward people who run nodes?

Are we waiting for BCNext or his 12 or is it 21 disciples and the super nodes they will deploy to forge on and earn all the transaction fees from everyone else's handwork?
sr. member
Activity: 288
Merit: 250
All that nodecoin brings to Nxt,wont be naturally done by every other PoW coin people run on top of Nxt too???Why give nodecoins so much weight and link them to Nxt structure so much??
legendary
Activity: 1092
Merit: 1010
I forgot about the marketing aspects. Maybe some marketing guys who understand human behavior a bit would like to comment on whether NXT becomes more or less attractive, if they automatically get bonus coins just for running NXT. Do people prefer to get free stuff or do they hate it?

Does this confuse or enhance what NXT is? Does it improve or degrade the user experience?

James

Economists and marketers please chime in

I can make NodeCoin look good or bad, take your pick  Grin

Seriously, it depends on who you want to attract.
NodeCoin is, as I see it, made to do what people know from mining.
We already know that the mining model "works" to incentivise people.
What we don't know, if NodeCoin does this, too, but as far as I can see, it creates the same "buzz".

As far as I can see, it would work, for now. I, and I expect no one else, can really not predict what the repercussions in the future are or what effect it will have for Nxt in general.

As I said, though, I don't think NodeCoin is the issue at stake here at all Smiley

full member
Activity: 196
Merit: 100
nodecoin is a response to the need for people to get regular and predictable feedback for running a NXT node. It satisfies this requirement. As to what all the other side effects it creates, I am just a simple C programmer and when you start extrapolating things like the behaviors of large groups of people, well, I admit I cannot predict. AUR proves this.

Also, notice that if trying to boost the NXT network via nodecoin purchases doesnt work, what have we lost? Without nodecoin, there wouldnt even be that option. nodecoin price fluctuations do not impact NXT. nodecoin is not NXT. nodecoin is a NXT asset. If NXT relies on nodecoin for all of its network infrastructure incentive and nodecoin fails, then where are we? I think we would be where we are now, without nodecoin.

James

There's a saying that when you're up to your ass in alligators, it's hard to remember that you originally intended to drain the swamp.   That's what we've got here.  

The original problem is that everybody eventually comes to the realization that forging NXT isn't getting them rich like they expected Bitcoin mining would do, in fact, if they've got under 2000 NXT, they probably won't even mine a single block in a year (if all NXT owners had their client open and were forging too).   This is a disappointment and demotivator to them, and understandably so.  But hey, that what PoS as implemented by NXT is.  Everybody gets the same ROI / interest rate on their stake, and if you ain't got much stake, your equal share of the pie is gonna be really, really small.  

The original BCNext (and I believe correct) solution to the problem is to realize that NXT doesn't need super expensive computers to keep the node network going, that people will keep their clients open and bear the minimal expense as an altruistic item on their part, that instead of profit motive to run NXT we have community spirit.

Some people feel that a bigger motive / incentive is needed.  This is very noble and I am not cutting them down.  But I come back to my previously stated BCNext's First Law - For every attempt to create a new incentive in the zero-sum NXT system, an equal and opposite disincentive is created somewhere else in that system.  

Money in NXT is not created out of thin air every few minutes like it is in BCT.  There is only so much and if it goes into one person's pocket, it came out of somebody else's pocket.

So here's the bottom line question.  If nodecoin is created as a new source of value to motivate people to support the NXT network, WHOSE POCKET DID THIS VALUE COME FROM IN THE FORM OF NXT?
It comes from the pockets of people who speculate in nodecoin. It is their BTC converted to NXT that they will be spending to support nodecoin, which supports NXT nodes.

It is not a zerosum situation at all, when external money flows in and buys NXT to buy nodecoins

My big concern is that people will come to see speculation in nodecoin to be more important to them than the value of NXT itself.   If this happens, we are screwed.  At that point NXT is just the fee required to access  AE and make vast fortunes running up the price of nodecoin they buy directly with BTC.  It is now in the speculator's interest to have/drive the exchange fee (NXT itself) as low as possible.  What is the motivator in this scenario to have my big stake in NXT retain a high value instead of being driven down to a low value?
sr. member
Activity: 396
Merit: 250
I have an idea!

If nodecoin is so bad for NXT, then I will create the antinodecoin. yes, this coins will reward only the accounts that are never active. Accounts that never help the NXT network. Those are the accounts that will get the antinodecoins

We need something to battle the evil nodecoin and the coin anti-earned by people who never use NXT is clearly the answer.

Just think of all those antinodecoins silently accumulating toward the nodecoin armageddon. Sparks will fly, prices will go up and down. NXT will be vaporized. NXT will reappear. Mass confusion and chaos.

I will also release globalwarming coins and globalcooling coins. If the days temperature is higher than the historical average, everybody gets globalwarming coins. If it is cooler, people get globalcooling coins.

James



ROFLMAO  Grin Grin Grin Grin Grin Grin

This is your best idea EVER, James!!!!  Grin
legendary
Activity: 1470
Merit: 1004
I support Nodecoin and jl777 !

+1, you guys need to take a step back for a second, nodecoin will have a positive effect on Nxt.  It encourages people to run a node, why is that bad?  It's a utility coin and it had the potential to bring a couple thousand new users to Nxt, which is great.  It's an accomplishment that James was able to create a mine-able coin in AE, that is awesome.  I think many people are greatly overestimating the effect it will have on Nxt.  To get anything done with Nxt core, you will need to spend Nxt, so people aren't going to circumvent the Nxt core with nodecoin.  

I still think charging nodecoin for services like DAC is a great idea.  Anyone using DAC will still be spending Nxt in the end.  It gives people incentive to run a node, which is incredibly simple, and they will feel like they are accomplishing something and "part of the Nxt club".  It's more of a novelty, but would be cool to make people run a client for a while in order to use DAC, or NxtCash. To say it's bad for Nxt just doesn't make any sense to me.   If it doesn't work out and no one mines it or uses it, so what, at least we know how to create a mine-able coin in AE.
sr. member
Activity: 294
Merit: 260
A big thank you to CFB, Antonios antanst, BloodyRookie and Jaguar0625 for all their help with this Smiley

Fixed it for you :-) Keep up the excellent work with the client.
sr. member
Activity: 316
Merit: 250
Simcoin Puny Humans Communicator
I forgot about the marketing aspects. Maybe some marketing guys who understand human behavior a bit would like to comment on whether NXT becomes more or less attractive, if they automatically get bonus coins just for running NXT. Do people prefer to get free stuff or do they hate it?

Does this confuse or enhance what NXT is? Does it improve or degrade the user experience?

James

Economists and marketers please chime in
Jump to: