Author

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

legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀

* Added a Team page at: https://www.counterparty.co/team/


Nice, but FYI this page isn't rendering for me good on Safari/OSX:


This page is also not rendering for me with Chrome or Safari:

https://www.counterparty.co/xcp/

...but with IE7 it looks PERFECT

It's working super on IE, Firefox, Tor.

I use that 3 but can't say about Safari/OSX.
sr. member
Activity: 432
Merit: 250

This page is also not rendering for me with Chrome or Safari:

https://www.counterparty.co/xcp/

...but with IE7 it looks PERFECT

Works on Firefox too. I think it should distinguish between centralized exchanges and the Counterwallet decentralized exchange. It would emphasize just how important a decentralized exchange really is.
sr. member
Activity: 408
Merit: 261

* Added a Team page at: https://www.counterparty.co/team/


Nice, but FYI this page isn't rendering for me good on Safari/OSX:


This page is also not rendering for me with Chrome or Safari:

https://www.counterparty.co/xcp/

...but with IE7 it looks PERFECT
sr. member
Activity: 476
Merit: 300
Counterparty Chief Scientist and Co-Founder
Attention: Some recent optimizations to the DEx have to be rolled back. You may have noticed BTC orders haven't been settling as they should recently.

v9.38.0 will be mandatory by block 314250 (24 hours from now). The upgrade should be perfectly straightforward.
member
Activity: 111
Merit: 10
Digitizing Valuable Hard Assets with Crypto
Quick DigitalTangible Update:

We're testing out leaderboards for our gold assets.  We'd welcome your thoughts on how we can improve the presentation with the aim to make the leaderboards appealing and encouraging for individuals to learn more about gold-linked assets.



https://digitaltangibletrust.com/proof-of-custody/

Feedback welcomed in reply, PM, or via email at [email protected].

Thanks to the Counterparty Community!

PS: Nice work Swarm!
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

It's possible for you to download and run Counterwallet locally. I understand that the Counterparty team will be making it even more easy to automatically download and run Counterwallet locally. You can then use the sweep function locally to move your assets into your deterministic wallet.

Yes, we have a full packaged desktop installer planned for linux, macosx, windows

tasks to get there:
https://github.com/CounterpartyXCP/counterpartyd_build/issues/61
https://github.com/CounterpartyXCP/counterpartyd_build/issues/62
https://github.com/CounterpartyXCP/counterpartyd_build/issues/63

good decision moving to Docker.io
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

It's possible for you to download and run Counterwallet locally. I understand that the Counterparty team will be making it even more easy to automatically download and run Counterwallet locally. You can then use the sweep function locally to move your assets into your deterministic wallet.

Yes, we have a full packaged desktop installer planned for linux, macosx, windows

tasks to get there:
https://github.com/CounterpartyXCP/counterpartyd_build/issues/61
https://github.com/CounterpartyXCP/counterpartyd_build/issues/62
https://github.com/CounterpartyXCP/counterpartyd_build/issues/63
legendary
Activity: 1988
Merit: 1007
And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

Right, they will be moved to the new address, but you can always click the "Show Private Key" of the address to back up.

Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

My understanding of the way that Counterwallet works is that the information is never really stored "on the site".  The wallet is generated on-the-fly when you input the 12-word passcode.

Question for Counterparty devs: Is the passcode sent to the server(s) or is it all kept in the user's browser and run through client-side scripting?  If someone compromised the webserver, is there any chance that they could see the passcode "in the clear" in the logs, or as _POST or _GET variables within the webserver software itself?

Quote
And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

Yes, the shares will be transferred to the new address which is generated as part of the deterministic wallet.

Thanks for that, guys! So basically we can:

1) Sweep the address to Counterparty
2) Take the private key from Counterparty (the address that was swept to)
3) Import that key to BitcoinQT, MultiBit, etc. and use as normal again, while still using Counterparty for the shares
hero member
Activity: 588
Merit: 504
Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

My understanding of the way that Counterwallet works is that the information is never really stored "on the site".  The wallet is generated on-the-fly when you input the 12-word passcode.

Question for Counterparty devs: Is the passcode sent to the server(s) or is it all kept in the user's browser and run through client-side scripting?  If someone compromised the webserver, is there any chance that they could see the passcode "in the clear" in the logs, or as _POST or _GET variables within the webserver software itself?

It's not sent to the server, only in browser memory client side and wiped upon session exit.
hero member
Activity: 700
Merit: 500
Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

My understanding of the way that Counterwallet works is that the information is never really stored "on the site".  The wallet is generated on-the-fly when you input the 12-word passcode.

Question for Counterparty devs: Is the passcode sent to the server(s) or is it all kept in the user's browser and run through client-side scripting?  If someone compromised the webserver, is there any chance that they could see the passcode "in the clear" in the logs, or as _POST or _GET variables within the webserver software itself?

Quote
And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

Yes, the shares will be transferred to the new address which is generated as part of the deterministic wallet.
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

Right, they will be moved to the new address, but you can always click the "Show Private Key" of the address to back up.
sr. member
Activity: 262
Merit: 250
Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?

It's possible for you to download and run Counterwallet locally. I understand that the Counterparty team will be making it even more easy to automatically download and run Counterwallet locally. You can then use the sweep function locally to move your assets into your deterministic wallet.
legendary
Activity: 1988
Merit: 1007
Can someone please help me out with something related to XCP?

I was given some shares of a stock/asset on Counterparty, to my local BTC address. I just created my XCP account as well to try and see how I can access those shares directly (for trading, keeping up with them, etc.). I'm completely lost as to what I need to do.

I have full control over the address in question (that is linked to the shares), so if I need to sign a message in the client or something that's not an issue. I'm just confused as to what I should be doing right now.

Thanks guys!

2 options:

1. import private key(sweep assets), to counterwallet.co
2. install counterpartd and learn the command lines

Thanks for the confirmation -- I was afraid of that. With the things that have happened in the past with exchanges and such, I've become extremely wary of putting funds on a site where they could potentially get access to the address. Is there anything in place to keep this from happening with Counterparty?

And just to be sure, if I import the private key associated with the shares I have, and have it swept to a new address on Counterparty, those shares will also change ownership over to the new address? Or how does that part work?
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
Can someone please help me out with something related to XCP?

I was given some shares of a stock/asset on Counterparty, to my local BTC address. I just created my XCP account as well to try and see how I can access those shares directly (for trading, keeping up with them, etc.). I'm completely lost as to what I need to do.

I have full control over the address in question (that is linked to the shares), so if I need to sign a message in the client or something that's not an issue. I'm just confused as to what I should be doing right now.

Thanks guys!

2 options:

1. import private key(sweep assets), to counterwallet.co
2. install counterpartd and learn the command lines
legendary
Activity: 1988
Merit: 1007
Can someone please help me out with something related to XCP?

I was given some shares of a stock/asset on Counterparty, to my local BTC address. I just created my XCP account as well to try and see how I can access those shares directly (for trading, keeping up with them, etc.). I'm completely lost as to what I need to do.

I have full control over the address in question (that is linked to the shares), so if I need to sign a message in the client or something that's not an issue. I'm just confused as to what I should be doing right now.

Thanks guys!
sr. member
Activity: 441
Merit: 250
Does the following mean that the money needed for a bet would have to be put into escrow before the bet and that that money would be xcp and that the payout would also be in xcp?  
Quote
You can use only XCP for making bets
(https://www.counterparty.co/resources/faqs/aside-from-speculative-investment-why-will-there-be-demand-for-xcp/)
Yes
That was the crucial point. Thanks.
full member
Activity: 212
Merit: 100
Daniel P. Barron

What the fuck is MEAT and CAKE ?

Why is there only 2 assets in XCP ?


MEAT is explained here: http://danielpbarron.com/MEAT/

CAKE is one of the first assets ever created on counterparty.

I'm pretty much the only one trading either of them; feel free to join in. I'm willing to give loans if you want to take a short position.
full member
Activity: 134
Merit: 100
2.august 2014  Counterparty transactions: 1366. link:  http://www.blockscan.com/default.aspx    Smiley

When transaction amount reach 10k? Maybe next summer.
member
Activity: 74
Merit: 10
2.august 2014  Counterparty transactions: 1366. link:  http://www.blockscan.com/default.aspx    Smiley
Jump to: