Title: Bitdollar-bc Post by: tombc on June 20, 2011, 02:19:18 PM As i got few requests, i'm creating a topic on the bitcoin implementation in bitdollar.
I have renamed the implementation bitdollar-bc to prevent confusion with the bitdollar protocol. Windows binaries: http://www.bitdollar.org/download/bitdollar-bc_1.0b2_win32.zip Source code: http://www.bitdollar.org/download/bitdollar-bc_1.0b2_src.zip Any questions are welcome. UPDATE: beta 2 released: http://www.bitdollar.org/forum/viewtopic.php?f=3&t=18 Title: Re: Bitdollar-bc Post by: tombc on June 22, 2011, 02:47:50 PM Some people asking me if bitdollar is a fork of bitcoin or not, to make things clear:
-bitdollar-bc is a reimplementation of the bitcoin protocol, it'll always follow official client(bitcoin.org) rules and won't try to fork the chain or impose changes in the protocol. -bitdollar is another project of protocol. Both projects are distincts. Title: Re: Bitdollar-bc Post by: Alex Beckenham on June 22, 2011, 02:51:33 PM Some people asking me if bitdollar is a fork of bitcoin or not, to make things clear: -bitdollar-bc is a reimplementation of the bitcoin protocol, it'll always follow official client(bitcoin.org) rules and won't try to fork the chain or impose changes in the protocol. -bitdollar is another project of protocol. Both projects are distincts. That is clear as mud to me, sorry. Any questions are welcome. I've got a question. What does this mean: Some people asking me if bitdollar is a fork of bitcoin or not, to make things clear: -bitdollar-bc is a reimplementation of the bitcoin protocol, it'll always follow official client(bitcoin.org) rules and won't try to fork the chain or impose changes in the protocol. -bitdollar is another project of protocol. Both projects are distincts. Also, what is bitdollar? Title: Re: Bitdollar-bc Post by: tombc on June 22, 2011, 03:07:15 PM Quote Also, what is bitdollar? Bitdollar is a p2p currency protocol similar to bitcoin, a client of the same name is currently in development. (more info: http://www.bitdollar.org/forum/viewforum.php?f=8) Bitdollar-bc is a client for the bitcoin protocol. Title: Re: Bitdollar-bc Post by: Alex Beckenham on June 22, 2011, 03:12:07 PM Much clearer thanks.
Title: Re: Bitdollar-bc Post by: LZ on June 23, 2011, 10:09:02 PM Why we need this? Is it better than Bitcoin? :-\
Title: Re: Bitdollar-bc Post by: jimbobway on June 23, 2011, 11:14:55 PM what language are you using? why don't you use svn or github?
Title: Re: Bitdollar-bc Post by: tombc on June 24, 2011, 04:14:49 PM Why we need this? Is it better than Bitcoin? :-\ Main difference is that bitdollar-bc have more flexibility with wallet keys management. what language are you using? why don't you use svn or github? I use c++/qt, i'm not used to work with svn/github but i'll put project on it if there are requests. Title: Re: Bitdollar-bc Post by: willphase on June 26, 2011, 11:30:30 PM Main difference is that bitdollar-bc have more flexibility with wallet keys management. sounds like this could be achieved with bitcoin by just adding functionality to the existing client e.g. wallet splitting/joining/rekeying Will Title: Re: Bitdollar-bc Post by: laanwj on June 27, 2011, 02:45:27 PM sounds like this could be achieved with bitcoin by just adding functionality to the existing client e.g. wallet splitting/joining/rekeying This is being implemented in the original client. Wallet functionality has already been moved to a separate class. Thus, supporting multiple wallets is possible in principe, just not supported in the UI yet.Also the original client will switch to a Qt-based UI eventually (see my thread here). Title: Re: Bitdollar-bc Post by: netrin on July 02, 2011, 03:23:44 AM Quote Also, what is bitdollar? Bitdollar is a p2p currency protocol similar to bitcoin, a client of the same name is currently in development. (more info: http://www.bitdollar.org/forum/viewforum.php?f=8) Bitdollar-bc is a client for the bitcoin protocol. I'm sorry. Unlike Alex, I still have clear mud in my eyes. Is it a new client using bitcoins or the same client using a new block chain? Actually there are four permutations there: new client USES old bitcoin block chain (what we want) new client USES new block chain (forked everything) old client USES old bitcoin block chain (rebranding?) old client USES new block chain (forked chain) Title: Re: Bitdollar-bc Post by: tombc on July 02, 2011, 10:40:00 PM It's a new client that uses "old"("official") bitcoin blockchain.
|