mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Add a release note about db/mainnet
-> db/bitcoin
rename
https://github.com/romanz/electrs/issues/502
This commit is contained in:
parent
74b94d80e1
commit
f420188650
@ -498,6 +498,7 @@ Upgrading checklist:
|
|||||||
Because of reindex electrs will be unable to serve your requests for a few hours.
|
Because of reindex electrs will be unable to serve your requests for a few hours.
|
||||||
(The exact time depends on your hardware.)
|
(The exact time depends on your hardware.)
|
||||||
If you wish to check the database without reindexing run electrs with `--no-auto-reindex`.
|
If you wish to check the database without reindexing run electrs with `--no-auto-reindex`.
|
||||||
|
* The default DB path for the mainnet index was changed to `./db/bitcoin` (from `./db/mainnet`).
|
||||||
* Make sure to allow accesses to bitcoind from local address, ideally whitelist it using `whitelist=download@127.0.0.1` bitcoind option.
|
* Make sure to allow accesses to bitcoind from local address, ideally whitelist it using `whitelist=download@127.0.0.1` bitcoind option.
|
||||||
Either don't use `maxconnections` bitcoind option or set it to 12 or more.
|
Either don't use `maxconnections` bitcoind option or set it to 12 or more.
|
||||||
* If you use non-default P2P port for bitcoind adjust `electrs` configuration.
|
* If you use non-default P2P port for bitcoind adjust `electrs` configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user