update README, documentation (minor)

This commit is contained in:
The MMGen Project 2026-05-23 13:32:31 +00:00
commit d63dd743f5
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 7 additions and 5 deletions

View file

@ -201,7 +201,7 @@ Donate:
[R]: ../../wiki/Getting-Started-with-MMGen-Wallet#a_rbf
[B]: ../../wiki/command-help-txbump
[69]: https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki
[O]: ../../wiki/XOR-Seed-Splitting:-Theory-and-Practice
[O]: ../../wiki/XOR-Seed-Splitting-^-Theory-and-Practice
[ms]: ../../wiki/command-help-seedsplit
[ta]: ../../wiki/Tool-API
[L]: ../../wiki/command-help-tool

View file

@ -244,8 +244,9 @@ commands. It’s that simple!
Monero is fully supported by MMGen Wallet.
Make sure that [Monerod][M] is installed and running and that
`monero-wallet-rpc` is located in your executable path.
Make sure that [Monerod][M] is installed and running on your online machine and
that `monero-wallet-rpc` is installed to your executable path on both online and
offline machines.
<a id="a_xmr_req">Install the Python XMR requirements:</a>

View file

@ -8,8 +8,9 @@
### <a id="a_xor">XOR Seed Splitting: A Theoretical Introduction</a>
The bitwise exclusive-or operation (usually denoted as `XOR`, or “![⊕]”)
has interesting properties that make it very useful in cryptography.
The bitwise exclusive-or operation (usually denoted as `XOR`, “![⊕]”, or “^” in
programming languages), has interesting properties that make it very useful in
cryptography.
Suppose we have two bytes, *a* and *b*: