-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indexer shuts down node if prune mode is disabled? #56
Comments
Sorry for the confusion, @tzarebczan! Because If you want to disable pruning, you could:
TL;DR...remove these 3 lines and it will work: https://github.com/coinbase/rosetta-bitcoin/blob/1b4c984e2d62c6c3bebc35d9810cf7963eef04e1/main.go#L107-L109 |
@sidhujag asked about making this repo more generic so it is easier to use with bitcoin-core forks. Would that be something interesting to you? #50 (comment) |
I started to look at it but found a bunch of places that rely on genesis or network settings so I left it alone thinking you are probably better to do it @patrick-ogrady but I think it would be ideal. For us just the performance badger settings need to be set to be able to sync the rest is consistent (jsonify network and badger settings) |
👍
Yep, makes sense to me! |
Indexer was still running, but full node was shutdown
The text was updated successfully, but these errors were encountered: