bitcoin icon indicating copy to clipboard operation
bitcoin copied to clipboard

Update to v14 and publish adaptive block size ASAP

Open Rav3nPL opened this issue 8 years ago • 4 comments

As for now, I found logic behind your code as best way to increase block size. Moving max block size regulation to protocol level, away from human hands is only good option to make it once and for very long time. Block size limit need to be raised as predicted by Satoshi, and SegWit is making major step forward to scalability in micro-transctions and upgrade transaction script code.

Core code for SegWit activation should be lowered to 75% and when reached, adaptive block size should be also activated.

Combining SegWit and ABS make Bitcoin open for much wider adoption than choosing from one of those two.

Currently Core SegWit activation on 95% is impossible to reach, and BU block size regulation logic is bad from beginning, not mention bug/s found in it.

I hope that you can make your code up and running in short time, to help end this crisis.

Rav3nPL avatar Mar 16 '17 14:03 Rav3nPL

I do realize, that activating SW under 95% is risky. Maybe when this code roll it get so much support, that reaching this limit will be possible.

Rav3nPL avatar Mar 18 '17 13:03 Rav3nPL

~~bitpay has apparently abandoned development of the bitcore/insight stack~~

karelbilek avatar Mar 30 '17 13:03 karelbilek

This has sound logic. There is an outstanding pull request here: #43 Rebase bitcore patches to 0.14.x.

nimbosa avatar Aug 14 '17 10:08 nimbosa

I was wrong in the previous comment; it seems bitpay is doing bitcore-related work again, but moving from bitcoind to bcoin (a javascript implementation). See https://github.com/bitpay/bitcore/tree/next , it's pretty active.

I am not sure how stable and usable that is, I don't want to speak for bitpay, I haven't tried the /next branch

We forked bitpay bitcore bitcoin core (o_O) here

https://github.com/satoshilabs/bitcoin

and here is Bitcoin ABC (= Bitcoin Cash = Bcash) with the patches

https://github.com/satoshilabs/bitcoin-abc

karelbilek avatar Aug 14 '17 10:08 karelbilek