blockchain_utilities/README.md: add workaround for resizing in batch mode
This commit is contained in:
parent
26970c7e27
commit
369c7b32f8
|
@ -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.
|
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
|
```bash
|
||||||
## use default settings to import blockchain.raw into database
|
## use default settings to import blockchain.raw into database
|
||||||
$ blockchain_import
|
$ blockchain_import
|
||||||
|
|
Loading…
Reference in New Issue