Author

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

hero member
Activity: 910
Merit: 1000
Update ClieNXT

version 0.0.2, codename: Phoenix

You want to make it simple and easy? I repeat myself: Get rid of the "deadline" field and put it in the settings or at least replace it with a "select list" with one standard value.

Otherwise: Keep up the good work!
newbie
Activity: 1
Merit: 0
I've been following Nxt for a little while, although it's hard to keep up with this thread!  This is my first post.

I've seen several questions and efforts at characterizing aspects of the blockchain.  I've been doing some exploratory analysis and have several plots to share.  I've posted what I've done so far here:

http://brosephus.github.io/nxt-explore/

I've learned a lot and hope this might be useful for others.  I'm happy to look into anything that might be of interest to anyone.
full member
Activity: 141
Merit: 100
I am not saying anything about fairness. it is only a psychological label but if you use common sense, do you think questions were answered appropriately?

You might not like the answers... but that DOES NOT mean that the questions were not answered. As for not being able to participate early... you need to understand the importance/characteristics of the Genesis Block and how they relate to Nxt's development efforts.

Are you suggesting that the Genesis Block should have been generated on January 03, 2014?

...DO NOT ANSWER if you have not understood the question...

Yes you are right, my opinion is, answers are not much relevant.
It is the same if you ask me how old am I and I answer you the wheather outside is really nice ....

What am I suggesting? well, I dont know, I am not creator/developer
I am not critisizing them - It was their decision.
I only wanted to express my opinion, which is, if I ask someone why he suddenly stopped and he answer on different topic, answer is not relevant.  Grin  But of course, BNCnext doesnot have duty to answer our qestions.....

Yes I think genesis block could have been generated later, perhaps in December, perhaps on Jan 3rd and source code could be revealed also later in February or so. NXT is definitely based on strong ideas, however during first 2 months it looked like someone just tried to sell coins from genesis block and places like Dgex didnot brought much more seriousness to this.
My opinion is when you are building something what could compete with bitcoin you should not do so obvious "strange " building blocks on which you want to built the whole new project  Grin
full member
Activity: 141
Merit: 100
another thing crossed my mind: (from http://nxtcoin.blogspot.com/2014/01/nxt-myths-2-very-fair-distribution-of.html )

Q: „Do you think the unequal distribution of bitcoin / big gains of early adopters / will be a deterrent in a more widespread adoption of bitcoins?“
A: „No. Early adopters get bigger gains (as they should) because they take on bigger risk. A bitcoin can be divided into 100 million pieces, so I don't see divisibility or distribution as a problem.“
Cameron Winklevoss


Winklevoss is just a *********
I respect people who are clever or has achieved something like salsacz, Come from beyond or BCnext (but it doesnot mean that I agree completely with them) or many other....
I think cryptocoins should serve better to people and if someone is hoarding the money its sad.
If winklevoss twins loose 99% of their bircoins they even dont recognize it and still can live comfortable life. But if someone poor in China or elsewhere gets just a fraction of bitcoin it could change their lives.
Should not we try to invent better distribution of coins? and not just saying that distribution of NXT is 10x better than BTC and thus we are proud of it?

People should bear in mind that it is forbidden to take anything with them to grave. What they would do with all that money after they die??? I cannot understand them.
newbie
Activity: 56
Merit: 0
I've made a few other edits to my draft letter. If you decide to use it, please copy from my original (updated) post.
full member
Activity: 141
Merit: 100
There are so many posts here, I didnot have time to read them until now...., thank you salsacz for detailed introduction to NXT http://nxtcoin.blogspot.cz/2014/01/nxtmyths-1-nxt-is-not-scam-it-wasnt.html

I am not saying anything about fairness. it is only a psychological label but if you use common sense, do you think questions were answered appropriately?

Q:  Why was the initial funding cancelled suddenly with few people?
A:  I wanted Nxt to be launched by the community, not by a single person.  Success of Nxt is supposed to be achieved by work of a LOT of PEOPLE.
we asked why he cancelled it suddenly, and even if we could get anything meaningless we only got what we already knew. sorry this question was not answered. He could make a cap of 0.1 btc for investors and IPO could lasted longer. or many other things.
The thing is, and I know you dont like to hear it, it looked like someone just decided to let half or more of coins for himself and pretend there were some 73 "investors"


another question&answer:
Q:  How would you solve problem with scam accusations according to "unfair" distribution Nxt to 73 big stakeholders?
A:  This problem can not be solved.  Even if we had a million stakeholders the rest seven billion people would call this unfair.  A world with the money can not be perfect.

this is not right, there are many possible solutions already proven eg. in IPO of existing real companies - eg. reveal your identity etc - I work in a bank at credit risk and I can tell you for sure/guarantee that if you dont watch and track people every single moment while working with valuables/money the people will steal money (sometimes all the money) (doesnot matter when and where, people are and were same in US or Asia or Europe).
So even I know that you perhaps delete my post and ban IP, I am sure that there were not definitely 73 different people, maybe 10 or 15 and I assume that one of them was the founder your "holy"  BCnext.
Again I am not saying its good or bad I am only saying it but thats how the things are, like it or not. Just use your common sense you dont have to be oracle ...
sr. member
Activity: 491
Merit: 250
S P 8 D E
I found Mark Cuban's email for one of his companies AXStv.

[email protected]

I'm sure he doesn't directly receive any of the emails, so we need to ask his executive assistant to forward the letter to Mark because we'd like to give him "the NXT best thing in cryptocurrency".

isnt the best way to contact this kind of persons with linkedin ? buy the premium and then you can write him directly a message
newbie
Activity: 56
Merit: 0
One edit. I think the letter should start "Dear Mr. Cuban," instead of simply "Mark", which might be too familiar. I've edited my original post
newbie
Activity: 56
Merit: 0

This is much better.  Thanks bithic.

Np! I'm happy to help with any kind of writing/promotional material as long as I have the time!
hero member
Activity: 808
Merit: 1011
Someone here, how would be able to code a simple mass-sending client? One fix amount, sending to unlimited addresses - one recipient per line.





Code:

  

Amount:


  

Fee:


  

  

Address:
  


  

   if(isset($_POST['submit']) )
   {
      
$array preg_split ('/$\R?^/m'$_POST['addresses']);
      
$countaddress count($array);
      for(
$i=0;$i<$countaddress;$i++){
      
$array[$i] = preg_replace('/\s+/'''$array[$i]);
      
$jsonurl "http://localhost:7874/nxt?requestType=sendMoney&secretPhrase=SECRET&recipient=".$array[$i]."&amount=".$_POST['amount']."&fee=".$_POST['fee']."&deadline=1440";
$json file_get_contents($jsonurl);
var_dump(json_decode($json));
}
   }
?>



I did it in PHP if you want, have not tested... you have to change "SECRET" in the code with the sender passphrase  and localhost with your server maybe localhost idk

Before use it try it with maybe 2 recipient and send only 1 NXT

Someone here who could send me 6 or 10 NXT for tests?

9766724040954748493
sr. member
Activity: 644
Merit: 250
I wasn't so sold on the first draft of the letter to Mark Cuban. Here is an alternative:


Mark,

You tweeted in November that you want to invest in the next generation of cryptocurencies. We are the users and developers of a brand new cryptocurrency called "Nxt:: descendant of Bitcoin", and we think you should know about it.  Nxt uses brand new software. It isn't a fork of Bitcoin's source code. Nxt is the first 100% Proof-of-Stake (PoS) currency. This, together with some game-changing innovations built on top of it, gives it some major advantages, including:

- lightweight, highly scalable network, capable of eventually handling transaction volumes comparable to credit card networks
- planned support for near-instant, secure transactions, thanks to its "Transparent Forging"
- no risk of 51% attack
- the environmental issue of wasted electricity required to secure the network (and high mining expenses) is entirely resolved

Nxt is also leading the charge with many of the more commonly talked-about 2nd generation features, such as a decentralized asset exchange, "aliases", coloured coins, and more. Unlike other currencies with PoS mining, Nxt's PoS implementation does not cause monetary inflation. Coins are earned solely by charging transaction fees, and, due to the energy-efficient nature of the network, these transaction fees can be sustainably kept to a minimum. The total amount of NXT in circulation is 1 billion. Nxt improves different features of Bitcoin, removes some disadvantages and adds new features, some of which would be very difficult to implement on the Bitcoin network with a major re-write. For these reasons, along with our head-start in the "Nxt Generation" race, we think Nxt will distinguish itself in the coming months, and will eventually compete with Bitcoin itself.

We would like to give you a token 1000 NXT so you can participate in the Nxt big thing in cryptocurrency. It's our hope that once you have researched our community and technology, you will join the movement and help us spread the word about Nxt. Nxt is entirely community driven, is not backed by Venture Capital, and will always be decentralized in operation. Development is progressing very rapidly, thanks its team of talented developers and fast-growing community.

You can read more about Nxt at NxtCrypto.org, wiki.NxtCrypto.org and forums.NxtCrypto.org.

You can download Nxt's software here (Link to NRS).

If you have questions please contact us at (contact).

Thank you,

The users and developers of the Nxt generation of cryptocurrency

This is much better.  Thanks bithic.
newbie
Activity: 56
Merit: 0
Nxt doesn't even have mature client software (correct me if I am wrong). Don't present a half finished product to a big guy like Mark.

I agree. We should wait for a well-tested full-featured client before contacting him.
hero member
Activity: 687
Merit: 500
Nxt doesn't even have mature client software (correct me if I am wrong). Don't present a half finished product to a big guy like Mark.
newbie
Activity: 56
Merit: 0
Please correct/suggest if anything I said is inaccurate.

Also, I noticed that the first draft always had two spaces after a period. That convention is old, one space is the standard now.
newbie
Activity: 56
Merit: 0
I wasn't so sold on the first draft of the letter to Mark Cuban. Here is an alternative:


Dear Mr. Cuban,

You tweeted in November that you want to invest in the next generation of cryptocurencies. We are the users and developers of a brand new cryptocurrency called "Nxt:: descendant of Bitcoin", and we think you should know about it. Nxt uses brand new software. It isn't a fork of Bitcoin's source code. Nxt is the first 100% Proof-of-Stake (PoS) currency. This, together with some game-changing innovations built on top of it, gives it some major advantages, including:

- lightweight, highly scalable network, capable of eventually handling transaction volumes comparable to credit card networks
- planned support for near-instant, secure transactions, thanks to its "Transparent Forging"
- no risk of 51% attack
- the environmental issue of wasted electricity required to secure the network (and high mining expenses) is entirely resolved

Nxt is also leading the charge with many of the more commonly talked-about 2nd generation features, such as a decentralized asset exchange, "aliases", coloured coins, and more. Unlike other currencies with PoS mining, Nxt's PoS implementation does not cause monetary inflation. Coins are earned solely by charging transaction fees, and, due to the energy-efficient nature of the network, these transaction fees can be sustainably kept to a minimum. The total amount of NXT in circulation is 1 billion. Nxt improves different features of Bitcoin, removes some disadvantages and adds new features, some of which would be very difficult to implement on the Bitcoin network without a major re-write. For these reasons, along with our head-start in the "Nxt Generation" race, we think Nxt will distinguish itself in the coming months, and will eventually compete with Bitcoin itself.

We would like to give you a token 1000 NXT so you can participate in the Nxt big thing in cryptocurrency. We believe that if you are confident in the Nxt endeavor, others will follow your lead, thus furthering our goal of widespread adoption. Nxt is entirely community driven, is not backed by venture capital, and will always be decentralized in operation. Development is progressing very rapidly, thanks to its team of talented developers and fast-growing community.

You can read more about Nxt at NxtCrypto.org, wiki.NxtCrypto.org and forums.NxtCrypto.org.

You can download Nxt's software here (Link to NRS).

If you have questions please contact us at (contact).

Thank you,

The users and developers of the Nxt generation of cryptocurrency



newbie
Activity: 39
Merit: 0
I like the idea of sending peconfigered promo-raspberrys to people Smiley
Its way better than just throwing money at somebody yelling "RESPECT ME!!!1"
newbie
Activity: 4
Merit: 0
I got the same error twice today...fix it pls.

Who's running NRS 0.5.10? How does it perform for you so far?

Getting errors:

[2014-01-23 23:29:24.100] NRS 0.5.10 started successfully.
[2014-01-23 23:54:12.956] DEBUG: Failed to analyze hallmark for peer geodreieck.redirectme.net
java.nio.BufferUnderflowException
   at java.nio.Buffer.nextGetIndex(Buffer.java:498)
   at java.nio.HeapByteBuffer.getInt(HeapByteBuffer.java:355)
   at Nxt$Peer.analyzeHallmark(Nxt.java:3100)
   at Nxt$Peer.connect(Nxt.java:3268)
   at Nxt$2.run(Nxt.java:6084)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
   at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:724)

hmmmmm?
legendary
Activity: 2184
Merit: 1000


I think the term for this guy would be 'multiplicator'. Getting him on board may have great benefit, only the way how to do this is delicate.

A completely configured cubie with 500nxt would seem a very good idea to me.

with a easy passphase with instructions to make a new account and transfer the 500 nxt to his new account with 30+ characters that would be a fun exercise for him and wouldn't take more then 20 minutes...i'm sure he would enjoy the hands on experience also.
sr. member
Activity: 644
Merit: 250
Guys,

Don't worry - the big difference I have seen between Nxt and the others is that:

i) It *doesn't* have VC capital backing.

ii) It *doesn't* have "slick sales guys*.

iii) It *does* have smart devs and an increasing following.

iv) It *is* delivering its promises (more or less) on time.

There will always be "the next* conference - stick to what you're doing well - people are watching this space with interest.


These are good points.  We are a grassroots movement with the aim of empowering people.


Grassroots my ass, Bitcoin is quoted in Forbes and Bloomberg and NXT wants and aspires to be alongside it. How much money have you got in your account, a few million worth or more, grassroots and empowering my ass. You can't be all underground on a forum with a million memembers and an account with a few millions dollars.....stupid.

We are a grassroots movement.  I believe technology should empower people and that anyone should be able to participate regardless of their socio-economic status.
legendary
Activity: 1181
Merit: 1018
Give Mark a token Nxt account of 500 Nxt so that at least he can start forging and not have to buy from an Exchange....his time is limited..the guy is a billionaire and could cover Nxt whole marketcap if he wanted to.

so give him token wallet with 500 Nxt so that he can at least START FORGING.
Or send him preconfigured solar powered cubie
I think he likes gizmos
He is pretty smart technically, as long as he is told we are in beta he will not expect everything to be perfect
He understands tech development
My guess is he thinks mining is a big waste of resources

Send cool solar powered nxt computer. That will have a lot more impacf than nxt acct, of course send him small amount so he doesnt have to buy it on xchg. But he needs to make acct first

James

I think the term for this guy would be 'multiplicator'. Getting him on board may have great benefit, only the way how to do this is delicate.

A completely configured cubie with 500nxt would seem a very good idea to me.
Jump to: