Author

Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread - page 290. (Read 1276985 times)

full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
What's with the price spike ?
legendary
Activity: 1120
Merit: 1164
Let's Talk Bitcoin just published my interview with them explaining why side-chains are insecure and bad for decentralization: https://soundcloud.com/mindtomatter/ltb-e104-tree-chains-with#t=19:04
full member
Activity: 210
Merit: 100
Dev's: a few questions please:

1) I saw the "creating an asset" clip. I noticed that dividends can be paid with any currency and not just XCP. what was the reasoning behind this? it would seem that this can be a legitimate area for creating an exclusive need and use for xcp.

2) what (if at all) is in your view the potential affect of side chains on the CP future plans and development. Assuming that the potential security and implementation flaws in that are solved, and it is launched by the end of say 2014?

3) what is the road map for enabling XCP exclusive uses on the CP platform?

4) Are you for example planning to create actual real world samples of XCP exclusive advanced applications (such as advanced financial products and betting applications) or is your role expected to exclusively provide tools for entrepreneurs to go ahead  (or not) and use the platform for development of such products? or is it a combination of both?
 


Hi freedomfighter, good questions!

1. This is how it used to be. However, there are multiple good reasons for allowing arbitrary dividend distribution. We want to make the technology as useful as possible here, and not limit functionality for unnecessary reasons that limit the usefulness of the platform to others.

Insofar as enabling additional uses and business models to be able to work well with the underlying technology, XCP is (and will continue to be) still used exclusively for all binary options (“betting”) and  CFD functionality, and we believe it will show immense value there. Counterwallet will have the GUI for this in the next number of weeks, and there are a number of other (3rd party) efforts here underway in the community that we are aware of.

2. Regarding sidechains, your assumption is a big one. The security concerns around sidechains (and merge mining in general) are significant, especially when we're talking about potentially placing massive value on them. There are also significant economic incentivization concerns as well, given that token seigniorage is a moot point here, beyond that incurred through BTC itself.

However, to properly entertain the question... assuming those are both “solved”, there are two comments we could make here:

a. N-way pegged sidechain technology is a low-level, base technology, not a “shrink wrapped” product.  Thus, the specific offerings, end-user tech (web wallets, etc), community, and more must still be formed around them. The certainly respectable and admirable innovations of the Bitcoin developers aside, this is actually where the majority of the effort lies.

b. if the tech is secure and proven enough, Counterparty could employ a sidechain to get features such as quicker block times, etc. Of course, our use of it won't be in the context of a 2-way pegged chain, for instance, but the thing to understand here is that Counterparty is not tied to any specific technology. We use embedded consensus tech today, but that doesn't mean we have to use it 3 years down the road, for instance, if something else comes along that is decidedly superior. This is an organic effort, technology included.

The major value in what we are building rests on the businesses sprouting up around this, as well as all of the software and product offerings being developed. To generalize that point: the value and longevity of most any technology comes from actual human use and human mindshare, as opposed to being an intrinsic aspect of the technology itself. (Technology people oftentimes do not understand this.)

Given this, our focus has now shifted on utilizing our first mover advantage around promoting and establishing Counterparty as a solid platform for building “Bitcoin 2.0” businesses and applications (and we welcome any and all community support here in getting the word out – it's absolutely critical). As this equity builds, it becomes a positive feedback loop where the businesses building on Counterparty indirectly advocate for it, via the use and support of the tech, and quite often their support of liquidity in the DEx.

3. Covered in point #1. Betting and CFDs are the major things here, which should be in the GUI “shortly”. We also have another very, very interesting development under the works (i.e. in a closed beta) which should bring more value and liquidity to the market. Very excited about this. The person working on this knows what I am talking about Smiley, and can provide more detail here if he so wishes.

4. As the dev team, our mandate is to manage the spec, reference client, website, and counterwallet. Our goal in doing this is to create an open platform that others can use and build profitable business models on. This is already happening (we've had probably 10 phone calls this week with interested entrepreneurs that are already starting to build on Counterparty, and I'll be in SV next week promoting it). We're also started a bizdev campaign. On top of this all, we've had companies starting to offer assets on the Dex, and 3rd party devs are starting to develop their own technology around it. We want to create the base platform and tools that allow users to relatively easily add value. This is where our success lies.

The problem here is that our marketing is currently very much lacking, so word about all of this is not diffusing well. We recognize this and are doing something about it...thus the job post, which is already showing a lot of promise with regard to the responses received. We will also be starting a bi-weekly google hangout show soon, which should better help get the word out about all the great stuff going on with Counterparty.

Hopefully those responses will help. Our bizdev is already ratching up, and marketing will be shortly. However, we need community involvement on bitcointalk and elsewhere to make folks aware of Counterparty. The more people can help spread the word, the better. Smiley



Thank you, Great answers.
member
Activity: 74
Merit: 10
LTB Delayed release ??


The answer is yes,more details  :    http://ltbcoin.com/
full member
Activity: 214
Merit: 101
I posted on the forums but it seems they haven't pushed a fix yet. The get_address function got moved to counterpartyd.py from util.py, but the db connection didn't.
The quick fix would be to change your counterpartyd.py
Code:
get_address = get_address(db, address=address)
to
Code:
get_address = get_address(db=util.db, address=address)
sr. member
Activity: 262
Merit: 250
Code:
C:\Documents and Settings\block>counterpartyd wallet

C:\Documents and Settings\block>echo off

Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 835, i
n
    get_address = get_address(db, address=address)
TypeError: 'dict' object is not callable

 Huh

Yes, I have the same problem.

Edit: I just switched counterpartyd.py for the version in the develop branch just to run counterpartyd wallet and that works. I switched it back to master before doing anything else.
newbie
Activity: 1
Merit: 0
Code:
C:\Documents and Settings\block>counterpartyd wallet

C:\Documents and Settings\block>echo off

Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 835, i
n
    get_address = get_address(db, address=address)
TypeError: 'dict' object is not callable

 Huh
newbie
Activity: 36
Merit: 0
 LTB Delayed release ??
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
How long does it need to trade using counterparty?

The transaction times are determined by bitcoin miners solving blocks. So bitcoin time between blocks turns out to be the tx time..
newbie
Activity: 33
Merit: 0
How long does it need to trade using counterparty?
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
I want to say thanks to all who helped raised funds for the commercial. All of the equipment has arrived! I'm going to be giving a go at some rehearsal this weekend. I'll let you all know how everything goes. Next step is get a high power macbook, but I'll be handling all of those funds.

Thanks again to all, especially
Xnova and Flayaway,  the two largest donors
legendary
Activity: 1372
Merit: 1000
Dev's: a few questions please:

1) I saw the "creating an asset" clip. I noticed that dividends can be paid with any currency and not just XCP. what was the reasoning behind this? it would seem that this can be a legitimate area for creating an exclusive need and use for xcp.

2) what (if at all) is in your view the potential affect of side chains on the CP future plans and development. Assuming that the potential security and implementation flaws in that are solved, and it is launched by the end of say 2014?

3) what is the road map for enabling XCP exclusive uses on the CP platform?

4) Are you for example planning to create actual real world samples of XCP exclusive advanced applications (such as advanced financial products and betting applications) or is your role expected to exclusively provide tools for entrepreneurs to go ahead  (or not) and use the platform for development of such products? or is it a combination of both?
 


Hi freedomfighter, good questions!

1. This is how it used to be. However, there are multiple good reasons for allowing arbitrary dividend distribution. We want to make the technology as useful as possible here, and not limit functionality for unnecessary reasons that limit the usefulness of the platform to others.

Insofar as enabling additional uses and business models to be able to work well with the underlying technology, XCP is (and will continue to be) still used exclusively for all binary options (“betting”) and  CFD functionality, and we believe it will show immense value there. Counterwallet will have the GUI for this in the next number of weeks, and there are a number of other (3rd party) efforts here underway in the community that we are aware of.

2. Regarding sidechains, your assumption is a big one. The security concerns around sidechains (and merge mining in general) are significant, especially when we're talking about potentially placing massive value on them. There are also significant economic incentivization concerns as well, given that token seigniorage is a moot point here, beyond that incurred through BTC itself.

However, to properly entertain the question... assuming those are both “solved”, there are two comments we could make here:

a. N-way pegged sidechain technology is a low-level, base technology, not a “shrink wrapped” product.  Thus, the specific offerings, end-user tech (web wallets, etc), community, and more must still be formed around them. The certainly respectable and admirable innovations of the Bitcoin developers aside, this is actually where the majority of the effort lies.

b. if the tech is secure and proven enough, Counterparty could employ a sidechain to get features such as quicker block times, etc. Of course, our use of it won't be in the context of a 2-way pegged chain, for instance, but the thing to understand here is that Counterparty is not tied to any specific technology. We use embedded consensus tech today, but that doesn't mean we have to use it 3 years down the road, for instance, if something else comes along that is decidedly superior. This is an organic effort, technology included.

The major value in what we are building rests on the businesses sprouting up around this, as well as all of the software and product offerings being developed. To generalize that point: the value and longevity of most any technology comes from actual human use and human mindshare, as opposed to being an intrinsic aspect of the technology itself. (Technology people oftentimes do not understand this.)

Given this, our focus has now shifted on utilizing our first mover advantage around promoting and establishing Counterparty as a solid platform for building “Bitcoin 2.0” businesses and applications (and we welcome any and all community support here in getting the word out – it's absolutely critical). As this equity builds, it becomes a positive feedback loop where the businesses building on Counterparty indirectly advocate for it, via the use and support of the tech, and quite often their support of liquidity in the DEx.

3. Covered in point #1. Betting and CFDs are the major things here, which should be in the GUI “shortly”. We also have another very, very interesting development under the works (i.e. in a closed beta) which should bring more value and liquidity to the market. Very excited about this. The person working on this knows what I am talking about Smiley, and can provide more detail here if he so wishes.

4. As the dev team, our mandate is to manage the spec, reference client, website, and counterwallet. Our goal in doing this is to create an open platform that others can use and build profitable business models on. This is already happening (we've had probably 10 phone calls this week with interested entrepreneurs that are already starting to build on Counterparty, and I'll be in SV next week promoting it). We're also started a bizdev campaign. On top of this all, we've had companies starting to offer assets on the Dex, and 3rd party devs are starting to develop their own technology around it. We want to create the base platform and tools that allow users to relatively easily add value. This is where our success lies.

The problem here is that our marketing is currently very much lacking, so word about all of this is not diffusing well. We recognize this and are doing something about it...thus the job post, which is already showing a lot of promise with regard to the responses received. We will also be starting a bi-weekly google hangout show soon, which should better help get the word out about all the great stuff going on with Counterparty.

Hopefully those responses will help. Our bizdev is already ratching up, and marketing will be shortly. However, we need community involvement on bitcointalk and elsewhere to make folks aware of Counterparty. The more people can help spread the word, the better. Smiley



Uproarious applause and kudos to xnova for his professionalism and intellectual ability! Smiley
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Hello I'm attempting to move the xcp from my compromised wallet, but I'm unable to  select any action such as send using a chrome browser!

He/she has left  0.0007653 Bitcoin in dust in the account.

I've tried using internet explorer but can't even log in with this (and I have logged out of chrome and closed chrome browser first)!

Can someone please advise what I should do?

Thanks

Due to the update, try clearing your cache. If that doesn't work, try going to https://counterwallet.co/src/ and see if it's still an issue. Feel free to shoot us an email at [email protected] if neither of that fixes it.
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Dev's: a few questions please:

1) I saw the "creating an asset" clip. I noticed that dividends can be paid with any currency and not just XCP. what was the reasoning behind this? it would seem that this can be a legitimate area for creating an exclusive need and use for xcp.

2) what (if at all) is in your view the potential affect of side chains on the CP future plans and development. Assuming that the potential security and implementation flaws in that are solved, and it is launched by the end of say 2014?

3) what is the road map for enabling XCP exclusive uses on the CP platform?

4) Are you for example planning to create actual real world samples of XCP exclusive advanced applications (such as advanced financial products and betting applications) or is your role expected to exclusively provide tools for entrepreneurs to go ahead  (or not) and use the platform for development of such products? or is it a combination of both?
 


Hi freedomfighter, good questions!

1. This is how it used to be. However, there are multiple good reasons for allowing arbitrary dividend distribution. We want to make the technology as useful as possible here, and not limit functionality for unnecessary reasons that limit the usefulness of the platform to others.

Insofar as enabling additional uses and business models to be able to work well with the underlying technology, XCP is (and will continue to be) still used exclusively for all binary options (“betting”) and  CFD functionality, and we believe it will show immense value there. Counterwallet will have the GUI for this in the next number of weeks, and there are a number of other (3rd party) efforts here underway in the community that we are aware of.

2. Regarding sidechains, your assumption is a big one. The security concerns around sidechains (and merge mining in general) are significant, especially when we're talking about potentially placing massive value on them. There are also significant economic incentivization concerns as well, given that token seigniorage is a moot point here, beyond that incurred through BTC itself.

However, to properly entertain the question... assuming those are both “solved”, there are two comments we could make here:

a. N-way pegged sidechain technology is a low-level, base technology, not a “shrink wrapped” product.  Thus, the specific offerings, end-user tech (web wallets, etc), community, and more must still be formed around them. The certainly respectable and admirable innovations of the Bitcoin developers aside, this is actually where the majority of the effort lies.

b. if the tech is secure and proven enough, Counterparty could employ a sidechain to get features such as quicker block times, etc. Of course, our use of it won't be in the context of a 2-way pegged chain, for instance, but the thing to understand here is that Counterparty is not tied to any specific technology. We use embedded consensus tech today, but that doesn't mean we have to use it 3 years down the road, for instance, if something else comes along that is decidedly superior. This is an organic effort, technology included.

The major value in what we are building rests on the businesses sprouting up around this, as well as all of the software and product offerings being developed. To generalize that point: the value and longevity of most any technology comes from actual human use and human mindshare, as opposed to being an intrinsic aspect of the technology itself. (Technology people oftentimes do not understand this.)

Given this, our focus has now shifted on utilizing our first mover advantage around promoting and establishing Counterparty as a solid platform for building “Bitcoin 2.0” businesses and applications (and we welcome any and all community support here in getting the word out – it's absolutely critical). As this equity builds, it becomes a positive feedback loop where the businesses building on Counterparty indirectly advocate for it, via the use and support of the tech, and quite often their support of liquidity in the DEx.

3. Covered in point #1. Betting and CFDs are the major things here, which should be in the GUI “shortly”. We also have another very, very interesting development under the works (i.e. in a closed beta) which should bring more value and liquidity to the market. Very excited about this. The person working on this knows what I am talking about Smiley, and can provide more detail here if he so wishes.

4. As the dev team, our mandate is to manage the spec, reference client, website, and counterwallet. Our goal in doing this is to create an open platform that others can use and build profitable business models on. This is already happening (we've had probably 10 phone calls this week with interested entrepreneurs that are already starting to build on Counterparty, and I'll be in SV next week promoting it). We're also started a bizdev campaign. On top of this all, we've had companies starting to offer assets on the Dex, and 3rd party devs are starting to develop their own technology around it. We want to create the base platform and tools that allow users to relatively easily add value. This is where our success lies.

The problem here is that our marketing is currently very much lacking, so word about all of this is not diffusing well. We recognize this and are doing something about it...thus the job post, which is already showing a lot of promise with regard to the responses received. We will also be starting a bi-weekly google hangout show soon, which should better help get the word out about all the great stuff going on with Counterparty.

Hopefully those responses will help. Our bizdev is already ratching up, and marketing will be shortly. However, we need community involvement on bitcointalk and elsewhere to make folks aware of Counterparty. The more people can help spread the word, the better. Smiley

full member
Activity: 219
Merit: 102
If you can issue assets denominated in BTC, and issue dividends in BTC, what gives XCP it's value?

Is there features you can only do with XCP?

Bets and CFDs can only be made with XCP.

Betting need one or more verification from network?
hero member
Activity: 714
Merit: 502
Hello I'm attempting to move the xcp from my compromised wallet, but I'm unable to  select any action such as send using a chrome browser!

He/she has left  0.0007653 Bitcoin in dust in the account.

I've tried using internet explorer but can't even log in with this (and I have logged out of chrome and closed chrome browser first)!

Can someone please advise what I should do?

Thanks
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Hey guys, we did an update to Counterwallet last night (1.1.4).

This update should have fixed numerous outstanding bugs. Especially if you were having issues with sweeping, etc. feel free to try it again.

The history page is currently having issues, which we will get resolved today.

Any other issues, please post on the issues thread, or email to [email protected] (with a screenshot, if applicable).

Once the history page is resolved, I'll get a changelog out for it.

By popular demand Smiley, the next update will have an enhanced View Prices page that provides a better market overview
hero member
Activity: 588
Merit: 504
If you can issue assets denominated in BTC, and issue dividends in BTC, what gives XCP it's value?

Is there features you can only do with XCP?

Besides features that require the use of XCP, you can think of XCP as 'shares' in the counterparty protocol in the same sense BTC are shares in the Bitcoin protocol, despite both being open source

Dev's: a few questions please:

1) I saw the "creating an asset" clip. I noticed that dividends can be paid with any currency and not just XCP. what was the reasoning behind this? it would seem that this can be a legitimate area for creating an exclusive need and use for xcp.


For a mining bond for example; there is no sense whatsoever in mining BTC, then every week attempting to use low liquidity exchange to convert that BTC to XCP, then paying your shareholders in XCP for them to convert back to BTC. The process would be a nightmare. The same goes for a myriad of other  situations where the issuer would like to either raise or send BTC directly. With current implementation they can take advantage of the decentralised exchange without being exposed to a proprietary token like XCP.
member
Activity: 111
Merit: 10
Digitizing Valuable Hard Assets with Crypto
full member
Activity: 216
Merit: 100
If you can issue assets denominated in BTC, and issue dividends in BTC, what gives XCP it's value?

Is there features you can only do with XCP?

Bets and CFDs can only be made with XCP.
Jump to: