Post
Topic
Board Archival
Re: Counterparty (XCP) Buy/Sell Thread with Google Doc
by
PhantomPhreak
on 03/02/2014, 00:11:48 UTC
Install bitcoin, install the counterparty client, place an order:

C:\counterpartyd>python counterpartyd.py order
usage: counterpartyd order [-h] --from SOURCE --get-quantity GET_QUANTITY
                           --get-asset GET_ASSET --give-quantity GIVE_QUANTITY
                           --give-asset GIVE_ASSET --expiration EXPIRATION
                           [--fee_required FEE_REQUIRED]
                           [--fee_provided FEE_PROVIDED]

GET_ASSET would be XCP and GIVE_ASSET would be BTC if buying XCP. Expiration is in blocks.

Submit, and wait for an order match. Then use btcpay to pay for the order.

There, completely trustless and decentralized.



The asset "BTC" is just an asset name though right?

These aren't actual Bitcoins you're buying then.  You would be buying an asset named "BTC" in the Counterparty system?

Install bitcoin, install the counterparty client, place an order:

C:\counterpartyd>python counterpartyd.py order
usage: counterpartyd order [-h] --from SOURCE --get-quantity GET_QUANTITY
                           --get-asset GET_ASSET --give-quantity GIVE_QUANTITY
                           --give-asset GIVE_ASSET --expiration EXPIRATION
                           [--fee_required FEE_REQUIRED]
                           [--fee_provided FEE_PROVIDED]

GET_ASSET would be XCP and GIVE_ASSET would be BTC if buying XCP. Expiration is in blocks.

Submit, and wait for an order match. Then use btcpay to pay for the order.

There, completely trustless and decentralized.



You are just buying an asset named bitcoin. With the mastercoin implementation you are actually exchanging btc for msc.

So xcp has an asset exchange, not a Dex.

Counterparty trades actual bitcoins ('BTC') for XCP, and it has a much better order matching system.