Bitcoin Forum
May 24, 2024, 11:48:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 [385] 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276318 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
May 15, 2014, 09:44:36 PM
 #7681

That's right. Overspends are just ignored. Counterparty also doesn't pay much attention at all to block boundaries: it parses every transaction in a block one-at-a-time, in the order in which the transactions are listed within the block.

Does Counterparty wait for a certain number of confirmed blocks prior to updating the internal balances?

I would gather it would have to do this otherwise if it got a block that was eventually replaced by another then the ordering would be different.   

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
PhantomPhreak (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 300

Counterparty Chief Scientist and Co-Founder


View Profile
May 15, 2014, 11:09:15 PM
 #7682

That's right. Overspends are just ignored. Counterparty also doesn't pay much attention at all to block boundaries: it parses every transaction in a block one-at-a-time, in the order in which the transactions are listed within the block.

Does Counterparty wait for a certain number of confirmed blocks prior to updating the internal balances?

I would gather it would have to do this otherwise if it got a block that was eventually replaced by another then the ordering would be different.   

It doesn't, no. Balances may indeed change on blockchain reorganisations, just like with Bitcoin.
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
May 15, 2014, 11:38:02 PM
 #7683

That's right. Overspends are just ignored. Counterparty also doesn't pay much attention at all to block boundaries: it parses every transaction in a block one-at-a-time, in the order in which the transactions are listed within the block.

Does Counterparty wait for a certain number of confirmed blocks prior to updating the internal balances?

I would gather it would have to do this otherwise if it got a block that was eventually replaced by another then the ordering would be different.   

It doesn't, no. Balances may indeed change on blockchain reorganisations, just like with Bitcoin.

I'm curious, how is that implemented?  Can you give a sketch of how that is done?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
PhantomPhreak (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 300

Counterparty Chief Scientist and Co-Founder


View Profile
May 16, 2014, 12:48:17 AM
 #7684

That's right. Overspends are just ignored. Counterparty also doesn't pay much attention at all to block boundaries: it parses every transaction in a block one-at-a-time, in the order in which the transactions are listed within the block.

Does Counterparty wait for a certain number of confirmed blocks prior to updating the internal balances?

I would gather it would have to do this otherwise if it got a block that was eventually replaced by another then the ordering would be different.   

It doesn't, no. Balances may indeed change on blockchain reorganisations, just like with Bitcoin.

I'm curious, how is that implemented?  Can you give a sketch of how that is done?

The blockchain reorganisation detection algorithm? It's pretty straightforward: everytime counterpartyd sees a new block in Bitcoind, it checks to see whether its parent in the SQLite3 DB is its parent in Bitcoind, if it isn't, then it checks *that* block's parent, and so on; if it is, then counterpartyd deletes the recent, bad blocks from the DB and reparses every transaction from scratch, in order, which takes a couple of minutes.
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
May 16, 2014, 02:46:44 AM
 #7685

That's right. Overspends are just ignored. Counterparty also doesn't pay much attention at all to block boundaries: it parses every transaction in a block one-at-a-time, in the order in which the transactions are listed within the block.

Does Counterparty wait for a certain number of confirmed blocks prior to updating the internal balances?

I would gather it would have to do this otherwise if it got a block that was eventually replaced by another then the ordering would be different.   

It doesn't, no. Balances may indeed change on blockchain reorganisations, just like with Bitcoin.

I'm curious, how is that implemented?  Can you give a sketch of how that is done?

The blockchain reorganisation detection algorithm? It's pretty straightforward: everytime counterpartyd sees a new block in Bitcoind, it checks to see whether its parent in the SQLite3 DB is its parent in Bitcoind, if it isn't, then it checks *that* block's parent, and so on; if it is, then counterpartyd deletes the recent, bad blocks from the DB and reparses every transaction from scratch, in order, which takes a couple of minutes.

ok... thought there was a more complex algorithm under the covers.  Thanks.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
May 16, 2014, 03:09:43 AM
 #7686

Everybody can get a 0.66% interest of XCP at bter platform: http://bter.com/myaccount/interest

Rate Of Interest Per Annum. This feature also support other coins.


The interest is down to 0.44% now.
sparta_cuss
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
May 16, 2014, 02:27:15 PM
Last edit: May 16, 2014, 02:38:30 PM by sparta_cuss
 #7687

Can someone compare Coinprism's implementation of colored coins through Open Access with Counterparty? Is there an advantage to using a proprietary currency, like XCP?

Also, what is Coinprism's revenue model? The wallet is free, so how are they making money?

Edit: Are there limits to the kinds of assets or transactions that colored coins can handle?

"We must be willing to let go of the life we have planned, so as to have the life that is waiting for us." - E.M. Forster
NXT: NXT-Z24T-YU6D-688W-EARDT
BTC: 19ULeXarogu2rT4dhJN9vhztaorqDC3U7s
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
May 16, 2014, 02:38:23 PM
 #7688

Can someone compare Coinprism's implementation of colored coins through Open Access with Counterparty? Is there an advantage to using a proprietary currency, like XCP?

Also, what is Coinprism's revenue model? The wallet is free, so how are they making money?

Not sure.  But is the creation of new assets free?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
BldSwtTrs
Legendary
*
Offline Offline

Activity: 861
Merit: 1010


View Profile
May 16, 2014, 04:05:20 PM
 #7689

Hey guys, is there a way to set up two factors of authentification to access Counterwallet?

Matt Y
Hero Member
*****
Offline Offline

Activity: 647
Merit: 510


Counterpartying


View Profile WWW
May 16, 2014, 05:09:12 PM
 #7690

Can someone compare Coinprism's implementation of colored coins through Open Access with Counterparty? Is there an advantage to using a proprietary currency, like XCP?

Also, what is Coinprism's revenue model? The wallet is free, so how are they making money?

Edit: Are there limits to the kinds of assets or transactions that colored coins can handle?

XCP can be escrowed. That is its main use case and provides the betting and contract for difference functionality.

XCP also makes using the DEx easier, but in my opinion, this is secondary to what XCP allows due to its ability to be escrowed.

Matt Y
Hero Member
*****
Offline Offline

Activity: 647
Merit: 510


Counterpartying


View Profile WWW
May 16, 2014, 05:09:50 PM
 #7691

Hey guys, is there a way to set up two factors of authentification to access Counterwallet?



Robby has this slated for future integration into Counterwallet. Not sure of the timeline.

BldSwtTrs
Legendary
*
Offline Offline

Activity: 861
Merit: 1010


View Profile
May 16, 2014, 07:16:29 PM
 #7692

Hey guys, is there a way to set up two factors of authentification to access Counterwallet?

Robby has this slated for future integration into Counterwallet. Not sure of the timeline.
Ok good to know it's planned.

For now I prefer to keep my XCP in my 2FA blockchain wallet because of this feature lacking.
Katherine Uyue
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
May 16, 2014, 07:25:05 PM
 #7693

I am also optimistic about this coin, good coin surely someone gossiping
PhantomPhreak (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 300

Counterparty Chief Scientist and Co-Founder


View Profile
May 16, 2014, 08:33:55 PM
 #7694

Can someone compare Coinprism's implementation of colored coins through Open Access with Counterparty? Is there an advantage to using a proprietary currency, like XCP?

Also, what is Coinprism's revenue model? The wallet is free, so how are they making money?

Edit: Are there limits to the kinds of assets or transactions that colored coins can handle?

XCP can be escrowed. That is its main use case and provides the betting and contract for difference functionality.

XCP also makes using the DEx easier, but in my opinion, this is secondary to what XCP allows due to its ability to be escrowed.

There's nothing proprietary about XCP, and XCP is only really ever needed in Counterparty for features that Colored Coins could never implement, such as betting, for which its existence is very useful.

The Colored Coins protocol can only ever allow for two features: creating and sending virtual tokens. There isn't even the possibility of having a distributed exchange, much less any of Counterparty's other features.
killerstorm
Legendary
*
Offline Offline

Activity: 1022
Merit: 1015



View Profile
May 16, 2014, 09:10:13 PM
 #7695

The Colored Coins protocol can only ever allow for two features: creating and sending virtual tokens. There isn't even the possibility of having a distributed exchange, much less any of Counterparty's other features.

Distributed exchange isn't a part of colored coin protocol, but it is possible to build a distributed exchange on top of colored coins protocol.

Chromia: a better dapp platform
porqupine
Full Member
***
Offline Offline

Activity: 214
Merit: 101


View Profile
May 16, 2014, 09:20:43 PM
 #7696

The Colored Coins protocol can only ever allow for two features: creating and sending virtual tokens. There isn't even the possibility of having a distributed exchange, much less any of Counterparty's other features.

Distributed exchange isn't a part of colored coin protocol, but it is possible to build a distributed exchange on top of colored coins protocol.

vaporware?
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
May 16, 2014, 09:23:56 PM
 #7697

The Colored Coins protocol can only ever allow for two features: creating and sending virtual tokens. There isn't even the possibility of having a distributed exchange, much less any of Counterparty's other features.

Distributed exchange isn't a part of colored coin protocol, but it is possible to build a distributed exchange on top of colored coins protocol.

I have to ask this then.  How is CounterParty assets different from ColoredCoins?   How is the implementation different from ColoredCoins?   In both technologies, we stuff additional information either in OP_RETURN or in a multisig address.  However,  what is the difference in validating the information?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
cjanthony
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 17, 2014, 06:13:21 AM
 #7698

I always understood colored coins to be about coloring individual satoshis. The way it was described originally as a concept was simple, you send coins to an address and declare those outputs to be colored, and then those outputs are tracked through the blockchain by any colored coins client. Simple and it works.

When we start talking about using OP_RETURN instead of satoshi-based denominations, IMO we've diverged from discussing colored coins and are more discussing what people think they are getting with colored coins, but what isn't actually colored coins as per the original vision.

People who favor the idea of colored coins care about the concept being based on Bitcoin, and having the ability to move back and forth between BTC and BTC-based assets.

Counterparty fits this bill equally as well as OpenAssets, but then again, the Counterparty devs have never presented their platform as "colored coins". Counterparty provides what people want from colored coins but goes well beyond it by providing a DEx for betting. The way Counterparty did it, I think is the epitome of how it should be done, because otherwise people get colored coins and then ask themselves "OK now what?"

The line between what is Counterparty and what is colored coins begins to blur when you move beyond the simple original vision of satoshi-based colors. If it's the case that coloring satoshi outputs just doesn't work, and OpenAssets is the real way forward for colored coins, killerstorm should really make a formal PSA.

Barring that, it looks from an outsider's perspective that the company behind Predictious, a centralized for-profit betting service, is presenting OpenAssets and coinprism as "colored coins" for customer acquisition. When I found out coinprism wasn't using colored coins as I always knew it, I was confused. We could really use some clarity from the colored coins project on this.
johnybyo
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
May 17, 2014, 01:13:06 PM
 #7699

One possible interested company to use xcp if someone can contact they. https://gigacoiner.com/
sparta_cuss
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
May 18, 2014, 03:32:28 PM
 #7700

One possible interested company to use xcp if someone can contact they. https://gigacoiner.com/

Thanks for the link.
The ROI that they advertise seems way too high to be true. Also, they have only had their domain for a month, so I'm very wary of their legitimacy.

What do you know about GigaCoiner?

"We must be willing to let go of the life we have planned, so as to have the life that is waiting for us." - E.M. Forster
NXT: NXT-Z24T-YU6D-688W-EARDT
BTC: 19ULeXarogu2rT4dhJN9vhztaorqDC3U7s
Pages: « 1 ... 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 [385] 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 ... 661 »
  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!