bitcoinpaul
|
 |
February 11, 2014, 07:47:48 PM |
|
We discuss proposals (and maybe could use NXT vote for opinion overview) and then the devs decide. If devs make shit, community hopefully won't use new version. There is no other way now and in the future, I suppose.
|
|
|
|
S3MKi
Legendary
Offline
Activity: 1554
Merit: 1016
|
 |
February 11, 2014, 07:51:14 PM |
|
Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing... 
|
|
|
|
bitcoinpaul
|
 |
February 11, 2014, 07:51:40 PM |
|
Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing...
What a useless strange post.
|
|
|
|
fmiboy
|
 |
February 11, 2014, 07:52:05 PM Last edit: February 11, 2014, 10:21:58 PM by fmiboy |
|
Update ClieNXTversion 0.0.5e AE testnet changelog: * added Update table context menu for main Assets table. * added better search for Asset Exchange * added output label front progress bar (now no need to close all windows to see console outputs, last output will be displayed right front of progress bar in Status bar of main window) * removed plain text sending from AM * fixed various reported bugs, please report bugs if you experience * well, created easy to use version for all 3 major platforms (Windows, Mac, Linux) ---- downloads---- Windows: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Windows.zip 927.4 KB Mac: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Linux.zip 1.8 MB Linux: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Linux.zip 927.6 KB nb: mac version is same as Linux, ./clienxt.run & on terminal. ---- Report bugs/features---- https://bitbucket.org/fmiboy/clienxt/issues?status=new&status=openplease update if issue still persist. any support is appreciated, translators, donators 13792774143018875909 edit: removed peers and blocks update that most likely cause lagging, but there is still waiting time, when we have more and more issued assets. thinking how to optimize this to get better performance. thanks
|
|
|
|
S3MKi
Legendary
Offline
Activity: 1554
Merit: 1016
|
 |
February 11, 2014, 07:53:51 PM |
|
Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing...
What a useless strange post. Cry from the heart
|
|
|
|
bitcoinpaul
|
 |
February 11, 2014, 07:55:00 PM |
|
my gif posts are much better 
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
 |
February 11, 2014, 07:55:15 PM |
|
Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing...
What a useless strange post. Cry from the heart Let's use a meme for Nxt promotion? What about The Most Interesting Man In The World?
|
|
|
|
bitcoinpaul
|
 |
February 11, 2014, 07:59:02 PM |
|
Let's use a meme for Nxt promotion? What about The Most Interesting Man In The World?
 +1
|
|
|
|
Forobitcoins
|
 |
February 11, 2014, 08:00:06 PM |
|
Is it possible for multiple users to share a part of a "secret phrase"? a client can be programmed to the users to share the "secret phrase"
example
phrase mjknbjsksadbjkndbq87huhsadbhiuhudia
client1 mjknbjsk client2 adbjkndb client3 jkndbq87 client4 huhsadb client5 hiuhudia
for the "blockchain" is an account but we have 5 nodes? is it possible?
|
Sorry for my broken English XD
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
 |
February 11, 2014, 08:00:15 PM |
|
Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing...
What a useless strange post. Cry from the heart Let's use a meme for Nxt promotion? What about The Most Interesting Man In The World? Like this: 
|
|
|
|
ChuckOne
Sr. Member
  
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
 |
February 11, 2014, 08:01:24 PM |
|
Recently bought some GummyBear. Great. I could even cancel an order without a problem.
So, as it appears the API works for me.
Only the client seems to be very laggy. I think, I will look into writing one myself.
Btw.: I recommend the finest TRASH on earth: AssetID = 13909058817312512041
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
 |
February 11, 2014, 08:03:07 PM |
|
Is it possible for multiple users to share a part of a "secret phrase"? a client can be programmed to the users to share the "secret phrase"
example
phrase mjknbjsksadbjkndbq87huhsadbhiuhudia
client1 mjknbjsk client2 adbjkndb client3 jkndbq87 client4 huhsadb client5 hiuhudia
for the "blockchain" is an account but we have 5 nodes? is it possible?
If u need a multisig then Account Control solves this problem.
|
|
|
|
bitcoinpaul
|
 |
February 11, 2014, 08:03:32 PM |
|
Let's use a meme for Nxt promotion? What about The Most Interesting Man In The World?
We should find the guy and do video promos with him!
|
|
|
|
BloodyRookie
|
 |
February 11, 2014, 08:04:29 PM |
|
The hash of the transaction already serves as ID_2 as far as I remember.
It includes signature bytes. No. Here is the method getHash from Transaction.java (version 0.6.2): ... } It's hash, not id. Edit: It's another hash. I don't have the orignal source, but the method pushBlock checks for duplicate hash and throws an exception if it finds a duplicate hash, so I guess it kind of serves as second transaction id.
|
Nothing Else Matters NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ NXT: 11095639652683007953
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
 |
February 11, 2014, 08:05:28 PM |
|
I don't have the orignal source, but the method pushBlock checks for duplicate hash and throws an exception if it finds a duplicate hash, so I guess it kind of serves as second transaction id.
Right, I thought u were talking about another transaction hash.
|
|
|
|
BitcoinForumator
Legendary
Offline
Activity: 1120
Merit: 1000
|
 |
February 11, 2014, 08:08:26 PM |
|
Are you sure NXT has a problem of recongition? Not being known in crypto world/people? Are you sure that you need to put into the focus of more people or have they mostly heard of it by know? If they did, why don't they flock to NXT?
I think the bigger problem is isn't being used - it has no purpose right now. It's being hodled by people like us who see the potential of what it could be.
Imo NXT is cool, but that's just me. It has a good name, but should it also have a mascot or something? I don't know, but even if it did have a good image, what is it going to be used for? Hodling?
Also there are no shops and services where NXT could be used. Doge has a wider base here. Plus the community is driving the advertising themselves! How are you going to make NXT people do the same? You can't force them into liking it. Some sort of appeal is missing.
And there's also that java client "7-clicks client"...
|
|
|
|
utopianfuture
Sr. Member
  
Offline
Activity: 602
Merit: 268
Internet of Value
|
 |
February 11, 2014, 08:09:22 PM |
|
Update ClieNXTversion 0.0.5e AE testnet changelog: * added Update table context menu for main Assets table. * added better search for Asset Exchange * added output label front progress bar (now no need to close all windows to see console outputs, last output will be displayed right front of progress bar in Status bar of main window) * removed plain text sending from AM * fixed various reported bugs, please report bugs if you experience * well, created easy to use version for all 3 major platforms (Windows, Mac, Linux) ---- downloads---- Windows: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Windows.zip 927.4 KB Mac: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Mac.zip 1.8 MB Linux: https://bitbucket.org/fmiboy/clienxt/downloads/clienxt_005e_Linux.zip 927.6 KB nb: mac version has 2 sets (*.app, *.pkg) use which one you are comfortable with. ---- Report bugs/features---- https://bitbucket.org/fmiboy/clienxt/issues?status=new&status=openplease update if issue still persist. any support is appreciated, translators, donators 13792774143018875909 edit: removed peers and blocks update that most likely cause lagging, but there is still waiting time, when we have more and more issued assets. thinking how to optimize this to get better performance. thanks Thanks a lot. But there should be a tab where I can check what kind of assets I have.
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1134
|
 |
February 11, 2014, 08:09:36 PM |
|
Is it possible for multiple users to share a part of a "secret phrase"? a client can be programmed to the users to share the "secret phrase"
example
phrase mjknbjsksadbjkndbq87huhsadbhiuhudia
client1 mjknbjsk client2 adbjkndb client3 jkndbq87 client4 huhsadb client5 hiuhudia
for the "blockchain" is an account but we have 5 nodes? is it possible?
If u need a multisig then Account Control solves this problem. What is status of Account Control. Any idea when it will be ready? A lot of new features would be much easier to implement if we knew more about what exactly it could do and when we can expect it
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1134
|
 |
February 11, 2014, 08:10:56 PM |
|
Great to have you James! Let me dream for a second... NXT (incl. AE & TF) + zerocoin functionality + atomic crosschain transactions... mind -> blown I've got more ideas, but cant post it here  link to where your posting?? I am waiting for new categories to be created. I asked joefox last night about it
|
|
|
|
fmiboy
|
 |
February 11, 2014, 08:11:19 PM |
|
Recently bought some GummyBear. Great. I could even cancel an order without a problem.
So, as it appears the API works for me.
Only the client seems to be very laggy. I think, I will look into writing one myself.
Btw.: I recommend the finest TRASH on earth: AssetID = 13909058817312512041
i think client will have better performance on public node (on localhost:7874...), since requests are much faster and local.
|
|
|
|
|