Skip to content
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

DAPI: Remove additional indexes, the default masternode indexes are sufficient #1445

Open
kxcd opened this issue Sep 29, 2023 · 0 comments
Open

Comments

@kxcd
Copy link

kxcd commented Sep 29, 2023

# Enabling indices
txindex=1
addressindex=1
timestampindex=1
spentindex=1

and

{{? it.core.indexes }}# Indices
txindex=1
addressindex=1
timestampindex=1
spentindex=1
{{?}}

These indexes are NOT required for Masternodes aka EvoNodes running platform, two observations.

  1. A Masternode does not run a wallet at the same time, this is intentionally not a possible configuration.
  2. None of the RPCs (and I checked them all) require any special indices and the one that does getaddressutxos is for nodes running wallets, refer to 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant