update README, documentation (minor)
This commit is contained in:
parent
8488755790
commit
d63dd743f5
3 changed files with 7 additions and 5 deletions
|
|
@ -201,7 +201,7 @@ Donate:
|
||||||
[R]: ../../wiki/Getting-Started-with-MMGen-Wallet#a_rbf
|
[R]: ../../wiki/Getting-Started-with-MMGen-Wallet#a_rbf
|
||||||
[B]: ../../wiki/command-help-txbump
|
[B]: ../../wiki/command-help-txbump
|
||||||
[69]: https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki
|
[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
|
[ms]: ../../wiki/command-help-seedsplit
|
||||||
[ta]: ../../wiki/Tool-API
|
[ta]: ../../wiki/Tool-API
|
||||||
[L]: ../../wiki/command-help-tool
|
[L]: ../../wiki/command-help-tool
|
||||||
|
|
|
||||||
|
|
@ -244,8 +244,9 @@ commands. It’s that simple!
|
||||||
|
|
||||||
Monero is fully supported by MMGen Wallet.
|
Monero is fully supported by MMGen Wallet.
|
||||||
|
|
||||||
Make sure that [Monerod][M] is installed and running and that
|
Make sure that [Monerod][M] is installed and running on your online machine and
|
||||||
`monero-wallet-rpc` is located in your executable path.
|
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>
|
<a id="a_xmr_req">Install the Python XMR requirements:</a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,9 @@
|
||||||
|
|
||||||
### <a id="a_xor">XOR Seed Splitting: A Theoretical Introduction</a>
|
### <a id="a_xor">XOR Seed Splitting: A Theoretical Introduction</a>
|
||||||
|
|
||||||
The bitwise exclusive-or operation (usually denoted as `XOR`, or “![⊕]”)
|
The bitwise exclusive-or operation (usually denoted as `XOR`, “![⊕]”, or “^” in
|
||||||
has interesting properties that make it very useful in cryptography.
|
programming languages), has interesting properties that make it very useful in
|
||||||
|
cryptography.
|
||||||
|
|
||||||
Suppose we have two bytes, *a* and *b*:
|
Suppose we have two bytes, *a* and *b*:
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue