Post
Topic
Board Altcoin Discussion
Re: [ANN][Library][v0.4.0] PyBC Generic Blockchain Library (and coin!)
by
interfect
on 17/08/2013, 20:07:48 UTC
So it turns out when we get to around 10k blocks, the coin system starts to slow down. I suspect it's because it has to copy the State (which includes a list of every unspent output) for every new block, and I'm going to try to change that when I get a chance. In the mean time, try not to need to download the blockchain for the toy coin.