Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
parity-bitcoin
Commits
f6359665
Unverified
Commit
f6359665
authored
Aug 24, 2020
by
Svyatoslav Nikolsky
Committed by
GitHub
Aug 24, 2020
Browse files
Merge pull request #584 from alun/patch-1
Fixed CLI for no-verification import
parents
e4cdea3b
d2641204
Pipeline
#104676
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f6359665
...
...
@@ -160,10 +160,10 @@ It is possible to import existing `bitcoind` database:
./target/release/pbtc import "$BITCOIND_DB/Bitcoin/blocks"
```
By default import verifies imported the blocks. You can disable this, by adding
`--verification-level=
=
none`
flag.
By default import verifies imported the blocks. You can disable this, by adding
`--verification-level=none`
flag.
```
./target/release/pbtc import "
#
BITCOIND_DB/Bitcoin/blocks"
--btc --skip-verification
./target/release/pbtc
--btc --verification-level=none
import "
$
BITCOIND_DB/Bitcoin/blocks"
```
## Command line interface
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment