Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: achow101 on August 19, 2015, 01:19:46 AM



Title: Other big block BIP implementations
Post by: achow101 on August 19, 2015, 01:19:46 AM
So we have all heard of BitcoinXT which implements BIP 101. But are there other clients that implement the other proposals for larger blocks?

AFAIK these are the BIPs
  • BIP 100 (http://gtf.org/garzik/bitcoin/BIP100-blocksizechangeproposal.pdf)
  • BIP 101 (https://github.com/bitcoin/bips/blob/master/bip-0101.mediawiki)
  • BIP 102 (https://github.com/bitcoin/bips/pull/173/files)
  • BIP ?? (https://gist.github.com/sipa/c65665fc360ca7a176a6)

Are there any known implementations for this besides BIP 101? Where can we find this code and is any of it ready for use?


Title: Re: Other big block BIP implementations
Post by: achow101 on August 22, 2015, 01:56:02 PM
Anyone?


Title: Re: Other big block BIP implementations
Post by: hexafraction on August 23, 2015, 12:39:39 AM
There's quite a list, along with PGP votes from core and other devs, at http://bipsxdevs.azurewebsites.net/.


Title: Re: Other big block BIP implementations
Post by: achow101 on August 23, 2015, 12:44:06 AM
There's quite a list, along with PGP votes from core and other devs, at http://bipsxdevs.azurewebsites.net/.
It lists the proposals, but not clients or code for any of them except bip101 (xt).

I'm looking for clients and code along with deployment plans


Title: Re: Other big block BIP implementations
Post by: hexafraction on August 23, 2015, 12:48:26 AM
There's quite a list, along with PGP votes from core and other devs, at http://bipsxdevs.azurewebsites.net/.
It lists the proposals, but not clients or code for any of them except bip101 (xt).

I'm looking for clients and code along with deployment plans

Right; I misread your original post. Only a few of them have implementations as of right now, as far as I can tell.


Title: Re: Other big block BIP implementations
Post by: coinpr0n on August 24, 2015, 10:27:50 AM
There is a pull request for BIP102 (one-time increase to 2mb) but I'm not sure it's being accepted as it currently stands: https://github.com/bitcoin/bitcoin/pull/6451