Bitcoin Forum
April 26, 2024, 09:05:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 [1617] 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 11, 2014, 07:38:17 PM
 #32321

Somebody wanna buy trash? AssetID = 13909058817312512041
1714165556
Hero Member
*
Offline Offline

Posts: 1714165556

View Profile Personal Message (Offline)

Ignore
1714165556
Reply with quote  #2

1714165556
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714165556
Hero Member
*
Offline Offline

Posts: 1714165556

View Profile Personal Message (Offline)

Ignore
1714165556
Reply with quote  #2

1714165556
Report to moderator
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 11, 2014, 07:38:28 PM
 #32322

I can code this after the community approves the NIP. The most interesting part is to see how the approval will be handled.

Let's vote.

Perhaps one topic could put a post linking to the other and be locked rather than have two topics for the same thing?
(not going to suggest who should do what - maybe you guys can work that out together)

Let's vote.

(.)(.)

Let's poke.

edit: No, really. What's this Ninja in Pajamas about? Please clarify the proposal!
I suggest that any matters that involve protocol changes be approved by a unanimous vote of the tech committee. Most people would not have the expertise to balance the factors involved in making the right decision. If the tech committee cannot reach unanimous agreement, then we must assume that there is some unacceptable risk factor. The decision should be based solely on technical basis, not on any philosophical or other grounds.

As far as what issues go to the tech committee, I think we can use a definition similar to pornography, if it looks like something for the tech committee it must be something for the tech committee. We will know it when we see it.

What about things like deciding whether to add a new functionality into NXTcore? i can see a situation where some people just wouldnt want it for a nontechnical reason. Since people wouldnt be forced to use any new function, I think as long as the tech is sound, a majority forum vote will suffice to get it added.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 11, 2014, 07:39:22 PM
 #32323

wow, so its expected that NXT drops as BTC drops, but doge is rising despite BTCs drop
winter olympics. Thursday should be close to current peak

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
February 11, 2014, 07:41:54 PM
 #32324

The hash of the transaction already serves as ID_2 as far as I remember.

The problem is whether a different hash can apply to essentially "the same" tx (apparently at the moment - it can).


No

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 11, 2014, 07:42:10 PM
 #32325


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 Smiley

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
February 11, 2014, 07:43:04 PM
 #32326

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):

Quote
String getHash()
{
     if (this.hash == null)
     {
       byte[] arrayOfByte = getBytes();
       for (int i = 64; i < 128; i++) {
         arrayOfByte = 0;
       }
       this.hash = Convert.convert(Crypto.sha256().digest(arrayOfByte));
     }
     return this.hash;
}

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:45:30 PM
 #32327

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):

Quote
String getHash()
{
     if (this.hash == null)
     {
       byte[] arrayOfByte = getBytes();
       for (int i = 64; i < 128; i++) {
         arrayOfByte = 0;
       }
       this.hash = Convert.convert(Crypto.sha256().digest(arrayOfByte));
     }
     return this.hash;
}

It's hash, not id.

Edit: It's another hash.
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:47:48 PM
 #32328

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 Offline

Activity: 1540
Merit: 1016



View Profile
February 11, 2014, 07:51:14 PM
 #32329

Nxt has very clever devs and technology. But Doge more popular. WHY so???Is doge's marketing better? Very disappointing... 
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:51:40 PM
 #32330

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
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
February 11, 2014, 07:52:05 PM
Last edit: February 11, 2014, 10:21:58 PM by fmiboy
 #32331

Update ClieNXT

version 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=open
please 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 Offline

Activity: 1540
Merit: 1016



View Profile
February 11, 2014, 07:53:51 PM
 #32332

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
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:55:00 PM
 #32333

my gif posts are much better Shocked
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 07:55:15 PM
 #32334

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
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 07:59:02 PM
 #32335

Let's use a meme for Nxt promotion? What about The Most Interesting Man In The World?



+1
Forobitcoins
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
February 11, 2014, 08:00:06 PM
 #32336

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 Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 08:00:15 PM
 #32337

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 Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
February 11, 2014, 08:01:24 PM
 #32338

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 Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
February 11, 2014, 08:03:07 PM
 #32339

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
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 11, 2014, 08:03:32 PM
 #32340


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!

Pages: « 1 ... 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 [1617] 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!