DigiDollar validation may need transaction lookups during reindex/IBD. For DigiDollar-enabled chains, run with:
txindex=1On startup, DigiByte Core will reject DigiDollar-enabled configurations that do not enable txindex.
digibyte.conf is section-aware. A setting in the wrong section will not apply to the network you are running.
- Mainnet settings go under
[main] - Testnet settings go under
[test] - Signet settings go under
[signet] - Regtest settings go under
[regtest]
Example:
[main]
txindex=1
[test]
txindex=1If you are running regtest DigiDollar scenarios explicitly (for example with -digidollar=1 or -digidollaractivationheight), set:
[regtest]
txindex=1