You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling wallet support requires either compiling against a Berkeley DB newer than 4.8 (package `db`) using `--with-incompatible-bdb`,
291
-
or building and depending on a local version of Berkeley DB 4.8. The readily available Arch Linux packages are currently built using
292
-
`--with-incompatible-bdb` according to the [PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/bitcoin/trunk/PKGBUILD).
293
-
As mentioned above, when maintaining portability of the wallet between the standard Bitcoin Core distributions and independently built
294
-
node software is desired, Berkeley DB 4.8 must be used.
295
-
290
+
If you intend to work with legacy Berkeley DB wallets, see [Berkeley DB](#berkeley-db) section.
0 commit comments