Start9Labs / btcpayserver-startos

BTCPay Server is a self-hosted, open-source cryptocurrency payment processor. It's secure, private, censorship-resistant and free. https://btcpayserver.org/
MIT License
6 stars 5 forks source link

Fix/pruned edge case #51

Closed elvece closed 1 year ago

elvece commented 1 year ago

adding logic to check the shape of the bitcoin config in the case of a pruned node. in order to ensure all functionality persists for wallet imports that may have history in blocks created outside of the nodes pruned range, ensure the user updates their node to full archival. can alternatively update to bitcoin v25.0.0.2.

also edit readme copy.