Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: bitcreditscc on January 16, 2015, 10:46:26 PM



Title: Colored Coins
Post by: bitcreditscc on January 16, 2015, 10:46:26 PM
I am investigating the idea, and i saw how it seems it's the transactions that are colored. Can someone explain this choice to me?

Also when i looked at the implementation i saw that you need a colored wallet to track the tx. I was wondering if it is possible to instead add an additional field to every transaction that stipulates the color. One wallet can then maybe track your balances in different colors.

If there are holes in my logic,i'd be grateful if someone points it out.


Title: Re: Colored Coins
Post by: cbeast on January 17, 2015, 12:24:04 AM
Colored Coins use a particular method to track meta data. There are many possible ways to track meta data. It would not be a bad idea for someone to start building a comprehensive wallet to track them all. It would require some heavy computing power.


Title: Re: Colored Coins
Post by: readerbtc on January 17, 2015, 01:19:52 PM
I am investigating the idea, and i saw how it seems it's the transactions that are colored. Can someone explain this choice to me?

What choice?


Title: Re: Colored Coins
Post by: bitcreditscc on January 17, 2015, 01:29:01 PM
I am investigating the idea, and i saw how it seems it's the transactions that are colored. Can someone explain this choice to me?

What choice?

the way I see it, you can either color specific outputs or you can have a whole different type of token running alongside normal ones.

again if i am wrong , please let me know.


Title: Re: Colored Coins
Post by: Nicolas Dorier on January 19, 2015, 03:27:57 PM
I wrote about it http://www.codeproject.com/Articles/835098/NBitcoin-Build-Them-All (http://www.codeproject.com/Articles/835098/NBitcoin-Build-Them-All) and this will be detailed in the next part of my book https://bitcointalk.org/index.php?topic=926087.0 (https://bitcointalk.org/index.php?topic=926087.0)


Title: Re: Colored Coins
Post by: doof on January 20, 2015, 12:08:52 AM
Colored Coins use a particular method to track meta data. There are many possible ways to track meta data. It would not be a bad idea for someone to start building a comprehensive wallet to track them all. It would require some heavy computing power.
CoinPrisim does this.


Title: Re: Colored Coins
Post by: doof on January 20, 2015, 12:11:04 AM
I am investigating the idea, and i saw how it seems it's the transactions that are colored. Can someone explain this choice to me?

What choice?

the way I see it, you can either color specific outputs or you can have a whole different type of token running alongside normal ones.

again if i am wrong , please let me know.

Yes.  The motivation is to allow other tokens to enter the market, but not requiring you to get enough nodes and miners to secure the network.

Using the OP_RETURN field, you can add arbitary data, that represents your coin.