2013-05-23-0506Z


Finally found out how to upgrade bitcoind to a newer version without having to completely download the blockchain again. I did: mv .bitcoin old.bitcoin, then mkdir .bitcoin, mv old.bitcoin/blocks old.bitcoin/wallet.dat .bitcoin. Finally, bitcoind -reindex. It keeps the old blocks and just rebuilds the index, and it's super-fast.

Later I killed the daemon and restarted it normally so that the output went into debug.log rather than the screen. Now when I play with the source and recompile, I'll be able to run the mutant daemons on my 64-bit VPS!

Back to blog or home page

last updated 2013-05-23 01:11:28. served from tektonic.jcomeau.com