Search content
Sort by

Showing 20 of 118 results by Equality 7-2521
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 18/02/2015, 16:25:39 UTC
http://satoshilabs.com/news/2015-02-18-trezor-firmware-1-3-1-smart-property-notary-service-customized-home-screen/

Quote
A new feature called OP_RETURN prepares TREZOR for future use with advanced blockchain applications like the Colored Coins or Document Timestamping. Developers of such services can now easily add support of TREZOR and provide high security and ease of use to such operations.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 01/02/2015, 00:50:00 UTC
My favorite thing about Counterparty : https://github.com/CounterpartyXCP

counterpartyd
Updated 18 minutes ago

counterparty-cli
Updated 27 minutes ago

Documentation
Updated 8 hours ago

federatednode_build
Updated 4 days ago

...etc


Big thanks to the developers for their restless efforts  Smiley

Awesome. And that is not an unusual sample! Keep up the great work!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 11/01/2015, 23:17:47 UTC
Anybody managed to run counterwallet on localhost? https://github.com/CounterpartyXCP/counterwallet/

I run ubuntu 14.04.1

What are the dependencies?
Any step by step installation/configuration tutorial for this? Smiley

Thanks

I think you need to set up a federated node -  https://github.com/CounterpartyXCP/counterpartyd_build/blob/master/docs/SettingUpAFederatedNode.rst
Post
Topic
Board Development & Technical Discussion
Re: Can you create a Bitcoin address manually?
by
Equality 7-2521
on 10/01/2015, 10:12:48 UTC
Relevant thread: "Can I create a Bitcoin address with pen and paper?" - https://bitcointalk.org/index.php?topic=816123.0
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 09/01/2015, 17:30:28 UTC
If possible, it would be good to get a word from the devs in re:Medici.

While I wouldn't say no to an update either, you need to think about what you are asking.

The Counterparty Protocol is in an extremely healthy state with a very exciting roadmap ahead. Patrick Byrne saying that he has a "loose alliance" with Counterparty doesn't change that at all. If you think about it, you can only have a loose alliance (if any) with a protocol. The organizational representation of Counterparty - The Counterparty Foundation is just a few weeks old.

Overstock did a talent acquire of some Counterparty Developers with the intention to construct a particular technology, Medici (cryptosecurity infrastructure). The Counterparty Protocol may or may not play a part in that infrastructure (though it could play a significant role with it's blockchain security and smart contracts, for example). It has probably become obvious to everyone involved that other additional technologies are required to make a composite solution for Medici to work in a flawless and familiar way - e.g. reputation systems, fiat pegged cryptocurrency, 3rd party secure asset storage, centralized asset exchange, new regulations, etc.

I would expect that the Counterparty Devs are not at liberty (under NDA for example) to discuss Medici anyway.

Disclaimer: I know nothing, this post is purely speculation on my behalf.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 09/01/2015, 16:56:17 UTC
Developers are making great progress as usual: Counterparty Development Update #10: New Counterwallet Release, Desktop Wallet Development & More http://counterparty.io/news/counterparty-development-update-10/

I'm waiting for counterparty-GUI. Do you know when it will release? Approx. time? Smiley

Bumping the post:

Is there a possible way to sent an asset with custom BTC fee?

   ~~MZ~~

This same question was posted and answered recently -

Not sure if this any of these have been posted before, I had just noticed them browsing github

Auction platform that works with counterparty assets:

Smart Contracting As A Service platform (alpha stage):

Ruby gem for communicating with a Counterparty (Bitcoin / XCP) API server:

When you transfer a Counterparty Asset, you send a dust-amount of BTC as well.

Is it possible to transfer any amount (>= dust limit) of BTC in a Counterparty transaction?

For example, an electronics store sells a TV for 1 BTC. However, if you have a discount token, you'll get the TV for 0.9 BTC + 1 discount token. Can the 0.9 BTC + token be transferred in one transaction?

usually you apply the discount at the shopping cart stage, the price is then recalculated at checkout, could be done that way but it's a little cumbersome. (Especially if the user doesn't pay in the end) I think it is possible though. see: https://wiki.counterparty.io/w/Sendmany
Maybe there has been some newer developments on that front though or a more appropriate way

usually you apply the discount at the shopping cart stage, the price is then recalculated at checkout, could be done that way but it's a little cumbersome.

One way to implement a token-based discount is that whoever owns/holds a token gets the discount. Another way (that I had in mind) requires you to transfer it back to the store. In this case it is lot more convenient to transfer both BTC and Counterparty token in the same transaction.
theoritally it's fine to replace the antidust amount sent to the recipipient with any amount larger. However, it's not implemented in the current counterpartyd yet. Maybe later we can customize the amount of BTC we sent in xcp transactions, but I am not sure whether this is really useful.

It actually is implemented, both in the CLI and the API, at a per-transaction level:

Code:
--regular-dust-size REGULAR_DUST_SIZE
                        value for dust Pay‐to‐Pubkey‐Hash outputs, in BTC
--multisig-dust-size MULTISIG_DUST_SIZE
                        for dust OP_CHECKMULTISIG outputs, in BTC

It's useful if you're making a *lot* of (similar) transactions, and want to lower your costs as much as possible. The default fee and dust values are very generous, because they have to work well in all circumstances.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 08/01/2015, 18:48:34 UTC
Hello,

I am new to counterparty and just started getting into it.
First things first. Is there an actual client I can easily run on my own machine instead of using this web wallet thingy? I don't feel comfortable with this web based thingy.

The desktop wallet is being developed. We'll keep you all posted on the progress

Hey, I still haven't gotten into XCP since this has been missing last time I was looking for it. Are there any new regarding this?

"Moving forward, one of our priorities will be the development of a desktop wallet. The first version is expected to be released this month, with the application framework and basic features already developed. You can monitor the development progress on GitHub in our counterparty-gui repository. As always, we’ll keep you updated on all major milestones."

Source: The latest update (from yesterday) - http://counterparty.io/news/counterparty-community-update-jan-07/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 06/01/2015, 21:42:48 UTC
Gavin Andresen has an interesting blogpost about repackaging (specific) transactions into a new alternative blockchain for some tests that he is carrying out - http://gavintech.blogspot.ie/2015/01/looking-before-scaling-up-leap.html. He is talking about it from a Bitcoin scalability perspective of course but I feel there is some benefit to looking at it from a Counterparty perspective. If it was deemed useful one could repackage all the Counterparty data into a dedicated Counterparty Blockchain. This would result in exclusive (no Bitcoin Blockchain) Counterparty Blockchain nodes.

Users could download Counterparty data from these exclusively Counterparty Nodes and even use SPV (Simple Payment Verification) with these nodes. If additional security was required of these exclusive nodes, Proof of Stake could be employed.

This way of looking at things considers The Counterparty Protocol not just as data embedded in the Bitcoin Blockchain, but as a raw unpackaged independent Blockchain embedded in the Bitcoin Blockchain. By packaging it correctly, native Blockchain features (like SPV for example) can be accessed by Counterparty users.

Is this idea viable or even good or am I missing something important (aside from the technical implementation!)?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 06/01/2015, 21:11:39 UTC
Have any additional devs been hired now that Robby and Evan are working full time on Medici?

Yes. Recent information about the team can be found here - http://counterparty.io/news/counterparty-community-update-dec-24/.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 04/01/2015, 00:04:37 UTC
https://bitcointalk.org/index.php?topic=720534.msg9939537#msg9939537

Everyone in this thread are sure Counterparty is only clone and altcoin

Funny, it's almost as if those who yell the loudest are the same that do the least research.  Roll Eyes

Ain't that the truth. Hopefully we can educate people enough to see the bigger picture.

Here is my reply in that thread -

Here is a very quick and arbitrarily abstract Venn diagram of the cryptocurrency ecosystem with an emphasis on the Bitcoin ecosystem and the fundamentally different fields of discussion and development that are currently operational and will be operational in the near future:



There already is an "Alternate Cryptocurrencies" sub-forum. There are very clear use cases for a dedicated "Bitcoin 2.0 Technology" sub-forum which can be further subdivided into "Sidechains" and "Metacoins".
Post
Topic
Board Meta
Re: Time to Move Bitcoin 2.0 tech (Counterparty/Mastercoin) out of "Alt Coins"
by
Equality 7-2521
on 04/01/2015, 00:02:20 UTC
Here is a very quick and arbitrarily abstract Venn diagram of the cryptocurrency ecosystem with an emphasis on the Bitcoin ecosystem and the fundamentally different fields of discussion and development that are currently operational and will be operational in the near future:



There already is an "Alternate Cryptocurrencies" sub-forum. There are very clear use cases for a dedicated "Bitcoin 2.0 Technology" sub-forum which can be further subdivided into "Sidechains" and "Metacoins".
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 30/12/2014, 15:46:04 UTC

is this a p2p network? It seems like it is not? Or is that what is mean by nodes?

I'm not missing the point that bitcoin may be more secure than viacoin, which by the way is now merged mined. I don't think that this is a big sales point as any reasonable secure blockchain network is better than a human being time-stamping a document.  Additionally, however, there are no court cases as far as I know which have set any precedent for equating block chain based time stamps to traditionally notarized documents.  Although perhaps in some recent criminal cases they may have used it as evidence that certain transactions occurred.

Yes, it is Peer-to-Peer. Anyone can join in.

Quote
In order to power this network, Factom plans to deploy a P2P network of nodes that act as global mechanisms for keeping the system running and efficiently processing Chain updates. Fueling the top-level system will be in-house tokens known as factoids that will be exchanged for Entry Credits that are then used to input data into the system.

Source: http://www.coindesk.com/factom-white-paper-outlines-record-keeping-layer-bitcoin/

It doesn't matter if Viacoin is merge mined. This isn't about being better than a human being nor is it about setting a precedent - It is already quite obvious that this method of trusted timestamping is fundamentally sound and will be universally accepted just like digital signatures have been - https://en.wikipedia.org/wiki/Digital_signatures_and_law.

This is all about making a user-friendly (and enterprise-friendly) system. I already use Proof of Existence (and my own version of Proof of Process) daily in a Research and Development environment. When something like Factom is set up, it will be used by many.
Post
Topic
Board Development & Technical Discussion
Re: Using the Blockchain to Document Intellectual Property Rights
by
Equality 7-2521
on 30/12/2014, 13:13:01 UTC
I find this way more interesting to be used for storing third party data that can later be verified.

What I still dont get from this post is if the data stored and timestamped can be "big".

For example, if I wanted to store 10000 sessions per second, would it even be possible via the blockchain hash? For the sake of the conversation, lets say these are orders on a very large web store, and I want to store the price + time of the order of an item.

In your terminology, yes, the data can be "big". As "big" as you want. From your example, I think you'd be interested in what Factom are doing - http://factom.org/.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 30/12/2014, 12:08:11 UTC
doesn't notary chains on XCH (xcp clone for viacoin) basically do what factom says it wants to do?

or am I missing something?

no one is even really using notary chains at the moment btw (although it is a nice idea)... people are building solutions for 5 years from now is what is happening



Just to expand it a bit - XCH has a "blockchain notary service" implemented and "custody chains" are in development now. Yes, this is all very close to what Factom is developing, however Factom outsources 99% of this work and data storage away from the Blockchain of choice (Viacoin, in this case) and on to their own network. You can probably roll your own in house Factom server/infrastructure too. XCH look like they will stuff everything into their Blockchain.



i don't think that is the case my understanding is that the XCH notary just puts the hash of the document(s) onto the blockchain, which is what i thought factom does as well?  and the data storage could be anything from storj, maidsafe to my mom's hard drive.

My apologies, when I said "data storage" I meant storage of the hashes. I didn't mean storage of the original data, which as you mentioned could be achieved in any way imaginable. So to summarize what I tried to say earlier:

Factom = Factom Network (to notarize every document individually and establish/notarize the custody chain(s)) + Bitcoin Network (to notarize aggregations/snapshots of what has happened in the Factom Network)

Clearinghouse = Bitcoin Network (to notarize every document individually and establish/notarize the custody chains)

TL;DR Factom has a dedicated off-chain (off-Bitcoin Blockchain) notary service/network, Clearinghouse doesn't (i.e. it just uses it's Viacoin Blockchain for everything).

It all comes down to questions of price/fee, security, Blockchain Bloat, trust in the given network, etc.

what do you mean by "dedicated off chain... notary service/network"? a network of actual human notaries?

anyway i don't see the difference, one is already live and barely used (although one must keep in mind that the dev's have done little to use the funds given for XCH to promote it)



What I mean by "dedicated off chain... notary service/network" is captured in this image:



Factom have their own network (specifically designed for this notary service provision). The "last mile" of their protocol is to store a hash of what happened on their network in the Bitcoin Blockchain (because Bitcoin has the best security).

Currently the Clearinghouse features amount to little more than the general Proof of Existence (http://www.proofofexistence.com/) concepts/features, but on a less secure Blockchain (Viacoin). People are using Proof of Existence (see the latest registrations and confirmations).

Maybe this is the bit that you are missing - if you want to prove that a document existed, you'd better use the MOST secure Blockchain possible. Right now that is Bitcoin. That is why people use Proof of Existence and they will use Factom but they don't use the corresponding XCH features.

EDIT: This is also why the XCH notary features would be better implemented in Counterparty, because the hashes are committed to the Bitcoin Blockchain.

Also, as an aside for anyone interested, Counterparty could notarize a checkpoint hash of it's own data/database to the Bitcoin Blockchain. This could be done with Smart Contracts, for example. This could allow (potentially by SPV) for downloading CP data from any channel (torrents, usenet, radio etc.) and checking to see is that data legit by ensuring that the hash of that data matches the checkpoint hash.

TL;DR Rapid downloading of and simple authentication and verification of all Counterparty Data (up to a recent checkpoint) using an SPV client is probably possible.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 30/12/2014, 10:27:35 UTC
doesn't notary chains on XCH (xcp clone for viacoin) basically do what factom says it wants to do?

or am I missing something?

no one is even really using notary chains at the moment btw (although it is a nice idea)... people are building solutions for 5 years from now is what is happening



Just to expand it a bit - XCH has a "blockchain notary service" implemented and "custody chains" are in development now. Yes, this is all very close to what Factom is developing, however Factom outsources 99% of this work and data storage away from the Blockchain of choice (Viacoin, in this case) and on to their own network. You can probably roll your own in house Factom server/infrastructure too. XCH look like they will stuff everything into their Blockchain.



i don't think that is the case my understanding is that the XCH notary just puts the hash of the document(s) onto the blockchain, which is what i thought factom does as well?  and the data storage could be anything from storj, maidsafe to my mom's hard drive.

My apologies, when I said "data storage" I meant storage of the hashes. I didn't mean storage of the original data, which as you mentioned could be achieved in any way imaginable. So to summarize what I tried to say earlier:

Factom = Factom Network (to notarize every document individually and establish/notarize the custody chain(s)) + Bitcoin Network (to notarize aggregations/snapshots of what has happened in the Factom Network)

Clearinghouse = Bitcoin Network (to notarize every document individually and establish/notarize the custody chains)

TL;DR Factom has a dedicated off-chain (off-Bitcoin Blockchain) notary service/network, Clearinghouse doesn't (i.e. it just uses it's Viacoin Blockchain for everything).

It all comes down to questions of price/fee, security, Blockchain Bloat, trust in the given network, etc.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 29/12/2014, 23:10:27 UTC
doesn't notary chains on XCH (xcp clone for viacoin) basically do what factom says it wants to do?

or am I missing something?

no one is even really using notary chains at the moment btw (although it is a nice idea)... people are building solutions for 5 years from now is what is happening



Just to expand it a bit - XCH has a "blockchain notary service" implemented and "custody chains" are in development now. Yes, this is all very close to what Factom is developing, however Factom outsources 99% of this work and data storage away from the Blockchain of choice (Viacoin, in this case) and on to their own network. You can probably roll your own in house Factom server/infrastructure too. XCH look like they will stuff everything into their Blockchain.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 28/12/2014, 21:13:14 UTC

Factom looks incredibly interesting. So when they say the tokens are issued on XCP, does that mean anyone who holds XCP may then convert a certain amount to the Factom token?

Depends on what you mean. They will likely just issue an asset called "FactoidPreSale" or something on the Counterparty Protocol. So yes, in that case you could be able to exchange XCP and BTC and many (all?) other Counterparty assets for it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 28/12/2014, 21:00:46 UTC
Counterparty Update: counterpartyd v.9.49.3 is out - https://github.com/CounterpartyXCP/counterpartyd/releases/tag/v9.49.3

Quote
This version contains significant improvements to the codebase and fixes a number of notable bugs. It has a new and improved logging system, and it now allows for providing public keys manually through the API and CLI.

For example, does this mean that multi-sig can be set up without requiring that addresses involved first need to have made a transaction (expose public key) on the Blockchain? If so, this is great news!

Keep up the great work!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 18/12/2014, 22:17:17 UTC
One way to implement a token-based discount is that whoever owns/holds a token gets the discount. Another way (that I had in mind) requires you to transfer it back to the store. In this case it is lot more convenient to transfer both BTC and Counterparty token in the same transaction.

You're right, although not requiring the asset be sent back to the issuer would seem to be a weaker option. Asssuming ownership of the discount token is checked based on the identical address sending BTC (and the store doesn't implement any limits on validity period of the discount coupons), the owner of that address could  keep replaying the discount or proxy offering the discount service to others without the token (sort of like cardsharing in the sattelite world ), right? there would seemingly be less incentive for many people to own the discount token themselves . Agreed that it is more convenient to send both in the same tx.

 You could have a scenario where you're dealing with store value coupons rather than simply discounts. Either they permit you to buy a specific product/service at the store or they permit a certain dollar spending credit at the store/service, in that way you may never require btc at checkout time.

Does anyone have the time or skills required to follow all the burnt BTC at the 1CounterpartyXXXXXXXXXXXXXXXUWLpVr address back through the history of the blockchain to see when they were mined?

It would be nice to visualize the timespan over which the POW period of Counterparty occurred. Afterall, you can't have Proof of Burn without Proof of Work (in this case).

You mean the time the transactions in the counterparty burn were 'mined;, or the original mining of the coins that were sent to counterparty?

if the former, it was simply defined in the protocol and you can see from any block explorer- first XCP was possible to be mined from block 278310, although the first earned in mainnet was in block 278319 (http://btc.blockr.io/tx/info/685623401c3f5e9d2eaaf0657a50454e56a270ee7630d409e98d3bc257560098), last XCP was possible to burn at block 283810, and people were burning right until the end (indeed after the end too)

if you would like to trace the origin of the coins sent to take part in the PoB you can use a method like one described in the paper below

http://143.225.81.37/www.mobilab.unina.it/tesi/Giuseppe_Galano_A_Visual_Interactive_Realtime_EXplorer_for_Bitcoin.pdf


Yes, I mean the former. What is the ultimate origin of the Burnt Bitcoins? Thanks for the advice but I have not the time nor the skill to accomplish such a task. Hopefully someone else might be enticed to take it on.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
Equality 7-2521
on 18/12/2014, 14:59:02 UTC
Does anyone have the time or skills required to follow all the burnt BTC at the 1CounterpartyXXXXXXXXXXXXXXXUWLpVr address back through the history of the blockchain to see when they were mined?

It would be nice to visualize the timespan over which the POW period of Counterparty occurred. Afterall, you can't have Proof of Burn without Proof of Work (in this case).