Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-11-21 Thread Melvin Carvalho
On 14 October 2013 20:08, Adam Back wrote: > Coming back to the staging idea, maybe this is a realistic model that could > work. The objective being to provide a way for bitcoin to move to a live > beta and stable being worked on in parallel like fedora vs RHEL or odd/even > linux kernel version

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-11-21 Thread coinscoins
looks like Betacoin is already here - http://betacoin.org -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers st

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-10-14 Thread Alan Reiner
Michael, Very interesting that you have tackled that off the radar. I didn't know anyone else was working on anything similar. I'm sure you saw the recent Armory-funding announcement, so understandably I have other priorities in recent past and near future, but I think you should connect with Ma

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-10-14 Thread Michael Gronager
Hi Alan, What you describe in the ultimate blockchain compression I have already coded the authenticated datastructure part of in libcoin (https://github.com/libcoin/libcoin) - next step is to include a p2pool style mining, where a parallel chain serves several purposes: 1. to validate the root ha

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-10-14 Thread Jeff Garzik
On Mon, Oct 14, 2013 at 2:08 PM, Adam Back wrote: > Its a live beta, meaning real value, real contracts. But we dont want it to > be an alt-coin with a floating value exactly, we want it to be bitcoin, but > the bleeding edge bitcoin so we want to respect the 21 million coin limit, > and allow co

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-10-14 Thread Adam Back
Coming back to the staging idea, maybe this is a realistic model that could work. The objective being to provide a way for bitcoin to move to a live beta and stable being worked on in parallel like fedora vs RHEL or odd/even linux kernel versions. Development runs in parallel on bitcoin 1.x beta

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-16 Thread Dennison Bertram
Is there a relatively easy way to switch between Testnet versions in the client? On the forums I am in discussion with one member who mentioned the idea of a Main net, a testnet and a "beta-net" where the coins on the beta-net would be allowed to have value. It seems like simple and logical way to

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-15 Thread Dennison Bertram
Why use ripple and not just use the testnet? The advantageous of allowing testnet to be used as an alt-coin are That Non standard transactions can be tested in a pseudo live environment where because the coins have some nominal value people are incentivized to try and steal and come up with cl

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-15 Thread Melvin Carvalho
On 19 May 2013 15:23, Adam Back wrote: > Is there a way to experiment with new features - eg committed coins - that > doesnt involve an altcoin in the conventional sense, and also doesnt impose > a big testing burden on bitcoin main which is a security and testing risk? > > eg lets say some form

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-15 Thread Dennison Bertram
That is true, but someone is already running it as a service on the blockchain itself. See: https://www.proofofexistence.com/ You can imagine similar services cropping up for things like torrents, sending btc tweets, etc. While I am not saying these things are particularly refined ideas in an

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Luke-Jr
Timestamping ("proof of existence") doesn't need a coin at all. Just collect all the hashes you need timestamped into a PoE merkle tree and add that to the merged mining MT. It's pretty simple and straightforward, just needs someone to implement it. On Saturday, June 15, 2013 12:09:09 AM Dennis

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Dennison Bertram
It seems so much easier to just allow bitcoin testnet to be used more widely for larger scale bitcoin staging. People can assign value as they wish to testnet bitcoins but at their own risk/peril. This incremental amount of value though would allow for testing of larger ideas, ideas that perhaps

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Andreas Petersson
my initial idea (not sure if it is good) was to have an asymetric market. lets say you want to create altcoin ALC. ALC are merge-mined with btc, though without block reward. to create 1 ALC you have two choices: destroy 1 BTC, or buy 1 ALC for a floating amount from an exchange. in my book, this w

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Luke-Jr
Note that the "earn a mixture of BTC and TBC, but not both in full volume" only works for TBC because the price is by definition fixed with BTC. I'm not sure how you could implement something like this for an altcoin where the price is floating independently of Bitcoin.. that is, how you would kn

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Adam Back
Agreed. What I mean is a coinbase for parity-priced alt-coin would be intentionally considered (and required by the alt-coin to be considered) an invalid bitcoin address, and vice versa. The difference is for this purpose it is both valid alt-coin coinbase (as well as unspendable bitcoin coinbase

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-14 Thread Peter Todd
On Thu, Jun 13, 2013 at 03:39:32PM +0200, Adam Back wrote: > I had one thought towards this which is a different kind of merged mining. > > I think a "fair" merged mining aiming for price parity would be done by the > miner having to choose the altcoin or btc at mine time, and altcoin chain > cons

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-06-13 Thread Adam Back
I had one thought towards this which is a different kind of merged mining. I think a "fair" merged mining aiming for price parity would be done by the miner having to choose the altcoin or btc at mine time, and altcoin chain considering btc mine unspendable and bitcoin considering ac unspendable.

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-21 Thread Jeff Garzik
On Tue, May 21, 2013 at 11:37 PM, zooko wrote: > Folks: > > I'm very interested in this idea. I got really excited about it and started > trying to write up schemes to implement it. Like much of Bitcoin, it gets my > head spinning, but then it turns out I don't really understand it. > > Because wh

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-21 Thread zooko
Folks: I'm very interested in this idea. I got really excited about it and started trying to write up schemes to implement it. Like much of Bitcoin, it gets my head spinning, but then it turns out I don't really understand it. Because when my write-ups of implementations all turned to dust and as

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-20 Thread Luke-Jr
This sounds similar to the "bitcoin2" branch I created a while back - basically a "next"-like branch, but for hardforking changes that refused to run without the -testnet option. There's so much non-hardforking code that can be written/tested, at this point, that I think it was and maybe is prem

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-19 Thread Alan Reiner
This is exactly what I was planning to do with the inappropriately-named "Ultimate Blockchain Compression ". I wanted to reorganize the blockchain data into an authenticated tree, indexed by TxOut script (address), instead of tx-hash. Much like

Re: [Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-19 Thread Peter Vessenes
I think this is a very interesting idea. As Bitcoiners, we often stuff things into the 'alt chain' bucket in our heads; I wonder if this idea works better as a curing period, essentially an extended version of the current 100 block wait for mined coins. An alternate setup comes to mind; I can imag

[Bitcoin-development] is there a way to do bitcoin-staging?

2013-05-19 Thread Adam Back
Is there a way to experiment with new features - eg committed coins - that doesnt involve an altcoin in the conventional sense, and also doesnt impose a big testing burden on bitcoin main which is a security and testing risk? eg lets say some form of merged mine where an alt-coin lets call it bitc