diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-08-14 21:58:52 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-08-14 21:58:53 +0200 |
| commit | e7fc0a23b458b58221c00ff912006cb2c7f5ed6c (patch) | |
| tree | 9cf248df1013894629acf86d4b3ba5cb4a1f8f9f /src | |
| parent | 025d9fb2783cc3ac1c63dda8b6d9a390e402508a (diff) | |
| parent | dde4dbb97719a2c0c25b4c1e6d32139aa0de4296 (diff) | |
| download | monzero-core-e7fc0a23b458b58221c00ff912006cb2c7f5ed6c.tar.gz monzero-core-e7fc0a23b458b58221c00ff912006cb2c7f5ed6c.tar.xz monzero-core-e7fc0a23b458b58221c00ff912006cb2c7f5ed6c.zip | |
Merge pull request #371
dde4dbb doc: hammer the fact that the raw file isn't blockchain.bin (moneromooo-monero)
Diffstat (limited to 'src')
| -rw-r--r-- | src/blockchain_utilities/README.md | 3 |
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` |
