Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 362. (Read 2761650 times)

sr. member
Activity: 288
Merit: 250
I am quite surprised at some people who are worried that nodecoin will take over NXT.

+1

I just dont want to see Nxt, basing its security on a PoW coin. I think we should first think how make Nxt safe for itself.
And other coins people will create will help protecting the network too.
member
Activity: 98
Merit: 10
Hey everyone. I'd like to clarify my understanding of Nxt's TF approach to proof of stake. I wrote it out in the TF part 2 thread, hope folks can comment/correct and help me improve my understanding. I'm unable to keep up with the main thread, sorry if all this has been brought up before. Thanks!
hero member
Activity: 644
Merit: 500
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 "


Wow.

I trust this guy more than C++ converted to Java implementation that we are using right now.

I talked to both the original C++ author and Java converter and both seem to be clueless, really.

sr. member
Activity: 308
Merit: 250
Nodecoins are a cancer - time will tell if I am right or wrong...

Cancer? Why? Nxt is meant to have coins built on top of it.
There are coins made by using the AM feature (see CfB's abandoned effort), parallel chain coins and nodecoin.
Nodecoin is parasitic IMO..

If you think so, however, it's not a cancer, it cannot kill Nxt. It's simply 1 coin.
newbie
Activity: 4
Merit: 0
can i please haz some testNXT?

thanks

879518353350760929

7,5K sent. Enjoy!
legendary
Activity: 1181
Merit: 1002
Crypto Review Completed, please read.  Thanks to Jesse James for completing with thorough review and BloodyRookie for reference.
...

Bloody big thanks to both of these awesome people!
Thank you very, very much!  Smiley

+1000
legendary
Activity: 1498
Merit: 1000
Nodecoins are a cancer - time will tell if I am right or wrong...

Cancer? Why? Nxt is meant to have coins built on top of it.
There are coins made by using the AM feature (see CfB's abandoned effort), parallel chain coins and nodecoin.
Nodecoin is parasitic IMO..
sr. member
Activity: 308
Merit: 250
Nodecoins are a cancer - time will tell if I am right or wrong...

Cancer? Why? Nxt is meant to have coins built on top of it.
sr. member
Activity: 307
Merit: 252
can i please haz some testNXT?

thanks

879518353350760929
legendary
Activity: 1498
Merit: 1000
Nodecoins are a cancer - time will tell if I am right or wrong...
sr. member
Activity: 392
Merit: 250
I am quite surprised at some people who are worried that nodecoin will take over NXT. I am writing software to make it look like a coin, act like a coin and it seems I've done a pretty good job Smiley

I plan on using my 180+ servers to implement Ddos protection and guarding of the pool server and multigateway servers from direct contact with random clients. While this wont be as good as a 20,000 node NXT network, it should pose quite a barrier to Ddosers who want to disrupt the pool server or multigateway servers.

Since I will be incurring real world costs for the servers to host pool servers and one of the multigateway servers (need to find two non-USA hosts for the others) and I will be getting 1% of nodecoins mined for pool costs and 1% as royalty, it is in my interest to make nodecoins worth more than nothing. After all, if I cant make it self-funding, who will pay for the 180+ servers? Therefore, I liked the suggestion of pricing multigateway services and any other services that the servers I am paying for provide, in nodecoins. Assuming a .01NXT value for a nodecoin, the 2% will generate around 2000 NXT per day. This will be far short of covering the server costs, but at least its a start. nodecoin is a private token that just happens to reward people who operate NXT nodes and can be used for multigateway services. Already there is an account that is trying to get more nodecoins by submitting once per second. I need a way to prevent spam and charging nodecoins is a good way. For normal usage, all the nodecoins you need to be able to use the services will be obtainable just by running nodeminer.

It is clear that nodecoins are very polarizing, I might as well call it a globalwarming-coin!

Like it or not, if ~10% of the people run nodeminer, I estimate EVERYONE with an active node will get their nodecoins. Around 5 per day! just imagine the giant market dumps the big holders will be able to do. A sell wall of 50 nodecoins. The horrors.

nodecoin is a subset of multigateway, with a simple PoN (proof of node). Anybody can do this in a day or two like I did. nodecoin cannot replace NXT. That is like saying that Delta airline bonus miles will replace USD. At 100,000 coins per day, it will take 10,000 days to be fully released, thats 27 years.  You can believe the people that claim that somehow nodecoin will magically replace NXT even though it is built on top of NXT, or you can believe me.

A few weeks back there was all this angst and worry that with transaction fees dropping there would be no incentive to forge. I said I know of an idea that will fix that. I did.

James

P.S. If somebody wants to pay me to kill nodecoin all you have to do is pay the server costs.

180+ servers seems like an overkill.
OVH is a good server provider in europe, and it have a built-in DDOS protection

legendary
Activity: 1092
Merit: 1010
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 "

Bloody big thanks to both of these awesome people!
Thank you very, very much!  Smiley
sr. member
Activity: 316
Merit: 250
Simcoin Puny Humans Communicator
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 "




Thank you Doctor evil/Jesse James so much.
legendary
Activity: 1470
Merit: 1004
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 "


hero member
Activity: 644
Merit: 500
Question about public key thingie;

Don't users only get a public key after they made an outgoing transaction? So their first transaction, if they use an online client, would be insecure?

Right, or you will have to calculate the public key from the secret phrase on the client side too.


Ah ok, cool.

Hi, make this implementation a top priority. This is key to introducing Nxt to masses without them having to download java and understand "batch" files". Marketers can then promote your client as the only requirement to use Nxt. You can upload them on Chrome and Firefox app stores.

This will change the tone here where people think Nxt is too complicated.


hero member
Activity: 714
Merit: 500
Crypti Community Manager
Quote
3.) Launch a SMF forum there with a few sections (General, Projects in development, Finished projects, Technical Discussion (Sub: Brainstorming), Promotion, META and 1 forum for each different languages)
Not necessarily wise to launch yet another forum when we have SMF at nextcoin.org with 32606 Posts in 3743 Topics by 5043 members already.
We will be happy to have the nxt.org forum directed to nextcoin.org and change the nextcoin.org brand to co-support nxt.org
Your forum is not independent. We need independence.


Quote
If you have this, even beginner can start NRS and handle it! They just have to start the program, click on the button and they are in the wallet. Nothing more.. (They even don't need to know that this is not a "wallet")
http://offspring.dgex.com has all of this and more.
It's not included in the official releases. All these clients can't be released directly with the new version from Jean-Luc. But we need this until the release circles get bigger. Right now you need to update to the newest NRS version pretty fast or else you get on a fork, I hope this will change in the future, so alternative clients will become sustainable.

My suggestion can easily be included with each release and you don't need to change anything with new releases, because it's just a launcher not a full client.
legendary
Activity: 1176
Merit: 1134
I am quite surprised at some people who are worried that nodecoin will take over NXT. I am writing software to make it look like a coin, act like a coin and it seems I've done a pretty good job Smiley

I plan on using my 180+ servers to implement Ddos protection and guarding of the pool server and multigateway servers from direct contact with random clients. While this wont be as good as a 20,000 node NXT network, it should pose quite a barrier to Ddosers who want to disrupt the pool server or multigateway servers.

Since I will be incurring real world costs for the servers to host pool servers and one of the multigateway servers (need to find two non-USA hosts for the others) and I will be getting 1% of nodecoins mined for pool costs and 1% as royalty, it is in my interest to make nodecoins worth more than nothing. After all, if I cant make it self-funding, who will pay for the 180+ servers? Therefore, I liked the suggestion of pricing multigateway services and any other services that the servers I am paying for provide, in nodecoins. Assuming a .01NXT value for a nodecoin, the 2% will generate around 2000 NXT per day. This will be far short of covering the server costs, but at least its a start. nodecoin is a private token that just happens to reward people who operate NXT nodes and can be used for multigateway services. Already there is an account that is trying to get more nodecoins by submitting once per second. I need a way to prevent spam and charging nodecoins is a good way. For normal usage, all the nodecoins you need to be able to use the services will be obtainable just by running nodeminer.

It is clear that nodecoins are very polarizing, I might as well call it a globalwarming-coin!

Like it or not, if ~10% of the people run nodeminer, I estimate EVERYONE with an active node will get their nodecoins. Around 5 per day! just imagine the giant market dumps the big holders will be able to do. A sell wall of 50 nodecoins. The horrors.

nodecoin is a subset of multigateway, with a simple PoN (proof of node). Anybody can do this in a day or two like I did. nodecoin cannot replace NXT. That is like saying that Delta airline bonus miles will replace USD. At 100,000 coins per day, it will take 10,000 days to be fully released, thats 27 years.  You can believe the people that claim that somehow nodecoin will magically replace NXT even though it is built on top of NXT, or you can believe me.

A few weeks back there was all this angst and worry that with transaction fees dropping there would be no incentive to forge. I said I know of an idea that will fix that. I did.

James

P.S. If somebody wants to pay me to kill nodecoin all you have to do is pay the server costs.
legendary
Activity: 2142
Merit: 1010
Newbie
Also, unrelated: I am rather surprised no-one posted this yet: https://github.com/dmkaplan2000/nxt_state/blob/master/nxt_state.md

Too many words, I "read" only charts.
legendary
Activity: 2142
Merit: 1010
Newbie
hey cfb did you ever see my post here? https://bitcointalksearch.org/topic/m.5665022

Yes. I borrowed the idea about service providers and going to create a website widget that will let to "resell" goods for small %.
hero member
Activity: 714
Merit: 500
Crypti Community Manager
- Start a Reddit Marketing Campaign. The funds weren't allocate to someone of us.

ehm

TwinWinNerD is probably our new reddit guy after passions leaving, so here is passion's project that should be fullfilled:

salsacz, when nexerns client is published for a few days and we filled the subreddit /r/Nxt with many quality links, I want to start a reddit ad campaign.

http://de.reddit.com/wiki/selfserve
http://www.reddit.com/ad_inq

I will create pictures, other users can create pictures as well. We get 1000 views for 0,75$. We can target specific subreddits like /r/Bitcoin with 100k user or /r/litecoin with 18k user. But we can also target the whole frontpage.

For only 75$ or 1000 NXT we could create 100k views. From interested persons or from every person world wide.

I think it would be nice if we can get a minimum of 24.000 NXT for this. I would use 250 NXT per week to generate about 20000 views each week. In the beginning only on cryptocurrency subreddits. Later I would rotate it, so the "normal" ppl see the ad also.

This campaign I would run for 2 years. What do you guys think?

TwinWinNerD has got 5k Nxt for this now, so it should bring 500k views, if passions numbers were correct.

http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=13190601918595664606

thanks, I sent a little "reminder" to TwinWinNerD

reddit was funded weeks ago, problem is with activity of current organisator. The only active Nxt reddit mod is Damelon and only thanks to his summaries. Have we got any other reddits experts? If not, I can learn it too, I just learned how to deal with wiki.org  Cool

I am on reddit daily, and answer where needed. Fortunately, we have some active Nxters that do, too Smiley

I'd gladly have you there, too. Just give me your reddit nick and we'll set you up as a moderator Smiley

If people want to help out, they just need to contact me here or on reddit and I can give them moderator powers, if they are willing to be there at least once a day.
There is not much to do at the moment, but we steadily gain subscribers.
I have frequently asked for technical people to help out, as that is what is needed the most there. People post questions about errors, and we cannot always handle those, but we send them to the forums.

Also, unrelated: I am rather surprised no-one posted this yet: https://github.com/dmkaplan2000/nxt_state/blob/master/nxt_state.md

Good read, posted on the nxtcrypto forums here: https://forums.nxtcrypto.org/viewtopic.php?f=2&t=867


Sorry, Salsa. I don't follow this thread actively. I was just creating a post to give a few hints how everyone should react to the current situation. I think TwinWinNerD is still also very active.
Jump to: