Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
0a543e97
Commit
0a543e97
authored
Nov 06, 2019
by
kenshin-samourai
Browse files
update doc usage.md with a note about required txindex for bitcoind
parent
3df49b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/usage.md
doc/usage.md
+2
-1
No files found.
doc/usage.md
View file @
0a543e97
...
...
@@ -21,7 +21,8 @@ $ cargo build --release
## Bitcoind configuration
Allow Bitcoin daemon to sync before starting the indexer:
Allow Bitcoin daemon to sync before starting the indexer. The indexer requires that bitcoin daemon isn't pruned and maintains a txindex.
```
bash
$
bitcoind
-server
=
1
-txindex
=
1
-prune
=
0
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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