1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 22:36:37 +01:00

p2p doc: in bitcoin.conf maxconnections should be >11, fixes #429

This commit is contained in:
Simon Vrouwe 2021-07-20 12:47:32 +03:00
parent 3bf5e5c266
commit 3bb0fb7920

View file

@ -193,7 +193,8 @@ If you use automated systems, refer to their documentation first!
Pruning must be turned **off** for `electrs` to work.
`txindex` is allowed but unnecessary for `electrs`.
However, you might still need it if you run other services (e.g.`eclair`)
However, you might still need it if you run other services (e.g.`eclair`).
The option `maxconnections` (if used) should be set to 12 or more for bitcoind to accept inbound p2p connections.
The highly recommended way of authenticating `electrs` is using cookie file.
It's the most [secure](https://github.com/Kixunil/security_writings/blob/master/cookie_files.md) and robust method.