minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node and other stuff on a personal computer
https://minibolt.info
MIT License
72 stars 36 forks source link

Explicit creation of legacy wallet in bitcoin core #58

Closed GordianLN closed 1 year ago

GordianLN commented 1 year ago

Newer versions of bitcoin core deprecated legacy wallet, and the createwallet command will now create a native wallet instead. EPS does not support it, so we need to add "false" as a parameter at the end to force a legacy wallet. This will only work until core allows legacy wallets at all, since EPS will not get updated anymore to support native wallets.

What

What is the reason for this change?

Why

Why is this change important?

How

How was this change accomplished?

Scope

Fixes # (link issue)

Test & maintenance

How can the changes be tested? Is there ongoing maintenance effort? If this is a bonus guide: are you willing to update it from time to time?

Animated GIF (optional)

Add some snazz if you feel like it :)

twofaktor commented 1 year ago

utACK