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
|
||||
[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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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*:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue