Frontier technical checklist: (FORK ME)
- Build Geth release 1.0.0
git clone https://github.com/ethereum/go-ethereum.git; cd go-ethereumgit checkout release/1.0.0make geth
- Clean out old test net relics (
export ETH=<data dir>default data dir on OS X~/Library/Ethereum, Linux~/.ethereum)rm -rf $ETH/{blockchain,state,extra}- Make a backup of your old keys
cp -r $ETH/keystore /path/to/backup/keystore.backup
- Craft the genesis block