diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-07-07 18:45:21 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-07-07 19:06:34 +0100 |
commit | 369c7b32f86cfe57e5dabc6db8c70b5c4046e104 (patch) | |
tree | 8bb0e5252005d2477e689ae6da13bb3a79989267 /src | |
parent | blockchain_utilities/README.md: add high level "what is this about" (diff) | |
download | monero-369c7b32f86cfe57e5dabc6db8c70b5c4046e104.tar.xz |
blockchain_utilities/README.md: add workaround for resizing in batch mode
Diffstat (limited to 'src')
-rw-r--r-- | src/blockchain_utilities/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/blockchain_utilities/README.md b/src/blockchain_utilities/README.md index d23e7f92a..9d24b9ab9 100644 --- a/src/blockchain_utilities/README.md +++ b/src/blockchain_utilities/README.md @@ -44,6 +44,9 @@ Batch size refers to number of blocks and can be adjusted for performance based Verification should only be turned off if importing from a trusted blockchain. +If you encounter an error like "resizing not supported in batch mode", you can just re-run +the `blockchain_import` command again, and it will restart from where it left off. + ```bash ## use default settings to import blockchain.raw into database $ blockchain_import |