./blockchain_import --input-file blockchain.raw
i think that might do it. Here's the whole help dump
bob@bob-mode:~/monero_files/monero_core_09$ ./blockchain_import --h
Creating the logger system
Monero 'Hydrogen Helix' (v0.9.1.0-release)
Allowed options:
Command line options:
--count-blocks Count blocks in bootstrap file and exit
--pop-blocks arg (=0) Remove blocks from end of blockchain
--help Produce help message
Command line options and settings options:
--data-dir arg (=/home/bob/.bitmonero)
Specify data directory
--testnet-data-dir arg (=/home/bob/.bitmonero/testnet)
Specify testnet data directory
--input-file arg Specify input file
--testnet Run on testnet.
--log-level arg (=0)
--database arg (=lmdb) available: memory, lmdb
--batch-size arg (=20000)
--block-stop arg (=0) Stop at block number
--verify arg (=1) Verify blocks and transactions during
import
--batch arg (=1) Batch transactions for faster import
--resume arg (=1) Resume from current height if output
database already exists
bob@bob-mode:~/monero_files/monero_core_09$