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
**This is the final release of this implementation of Joinmarket**. The repo will now be archived, meaning there will be no more updates; the releases will be left here for download in case that's useful.
6
+
**This is probably the final release of this implementation of Joinmarket**. The repo will now be archived, meaning there will be no plans for more updates; the releases will be left here for download in case that's useful.
7
7
8
8
We would advise users of the software to examine the reimplementation at https://github.com/joinmarket-ng/joinmarket-ng. This is **not** a recommendation; use of this or any similar software is your own responsibility.
9
9
@@ -16,7 +16,7 @@ To upgrade:
16
16
17
17
(If you are upgrading from a version pre-0.7.0 please read the "Upgrading" section in [the 0.7.0 release notes](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.7.0.md).)
18
18
19
-
(If you are upgrading from a version pre-0.9.0 please read the [release notes](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.0.md) to find out how about [fidelity bonds](../fidelity-bonds.md) are relevant to your use-case).
19
+
(If you are upgrading from a version pre-0.9.0 please read the [release notes](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.0.md) to find out how [fidelity bonds](../fidelity-bonds.md) are relevant to your use-case).
20
20
21
21
First run the `install.sh` script as mentioned in the README. When prompted to overwrite the directory `jmvenv`, accept.
22
22
@@ -41,7 +41,7 @@ Shoutout to @m0wer for reporting this one:
41
41
### Descriptor wallet support
42
42
43
43
This change is needed to run the software with the most recent
44
-
versions of Bitcoin Core that disable old non-descriptor wallets.
44
+
versions of Bitcoin Core (>= 30.0) that disable old non-descriptor wallets.
45
45
(Remember, we don't use Bitcoin's wallet for keys/signing, only for
46
46
watch-only; but we do still use it).
47
47
@@ -76,7 +76,7 @@ watch-only; but we do still use it).
76
76
### Configuration
77
77
78
78
*`d87e7cb` Replace default directory nodes with currently working ones
79
-
*`b03c5ef` Mark my previous signing key as lost
79
+
*`b03c5ef` Mark my previous signing key as lost (my == @AdamISZ)
80
80
*`c416a94` Remove DarkScience IRC network from default config
0 commit comments