doc: hammer the fact that the raw file isn't blockchain.bin

This commit is contained in:
moneromooo-monero 2015-08-14 09:53:12 +01:00
parent 7792255968
commit dde4dbb977
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ This loads the existing blockchain, for whichever database type it was compiled
`$ blockchain_import`
This imports blocks from `$MONERO_DATA_DIR/export/blockchain.raw` into the current database.
This imports blocks from `$MONERO_DATA_DIR/export/blockchain.raw` (exported using the `blockchain_export` tool as described above)
into the current database.
Defaults: `--batch on`, `--batch size 20000`, `--verify on`