aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-08-14 09:53:12 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-08-14 09:53:57 +0100
commitdde4dbb97719a2c0c25b4c1e6d32139aa0de4296 (patch)
tree4e674534dc2adeca8ee5fc8d2e3d0e6371772f13 /src
parentMerge pull request #369 (diff)
downloadmonero-dde4dbb97719a2c0c25b4c1e6d32139aa0de4296.tar.xz
doc: hammer the fact that the raw file isn't blockchain.bin
Diffstat (limited to 'src')
-rw-r--r--src/blockchain_utilities/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blockchain_utilities/README.md b/src/blockchain_utilities/README.md
index 9d24b9ab9..9fba77194 100644
--- a/src/blockchain_utilities/README.md
+++ b/src/blockchain_utilities/README.md
@@ -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`