diff --git a/Getting-Started-with-MMGen-Wallet.md b/Getting-Started-with-MMGen-Wallet.md index e4c43af..65fb1c7 100644 --- a/Getting-Started-with-MMGen-Wallet.md +++ b/Getting-Started-with-MMGen-Wallet.md @@ -1123,7 +1123,7 @@ Enter the repository and check out the master branch. Pull the latest changes from the remote repository: ```text -$ cd mmgen +$ cd mmgen-wallet $ git checkout master $ git pull ``` @@ -1142,7 +1142,7 @@ $ python3 -m pip install user --upgrade dist/*.whl [01]: Tracking-and-spending-ordinary-Bitcoin-addresses [02]: https://tpfaucet.appspot.com -[03]: Recovering-Your-Keys-Without-the-MMGen-Software +[03]: Recovering-Your-Keys-Without-the-MMGen-Wallet-Software [04]: MMGen-Wallet-Quick-Start-with-Regtest-Mode [05]: Key-address-files [06]: Subwallets diff --git a/Home.md b/Home.md index 92cd216..def2431 100644 --- a/Home.md +++ b/Home.md @@ -22,7 +22,7 @@ are performed via the `/` key. > #### [MMGen Wallet command help](MMGen-command-help) -> #### [Recovering your keys without the MMGen software](Recovering-Your-Keys-Without-the-MMGen-Software) +> #### [Recovering your keys without the MMGen Wallet software](Recovering-Your-Keys-Without-the-MMGen-Wallet-Software) > #### [Altcoin and Forkcoin support (ETH,ETC,XMR,ZEC,LTC,BCH and 144 Bitcoin-derived alts)](Altcoin-and-Forkcoin-Support) diff --git a/Install-MMGen-Wallet-on-Linux.md b/Install-MMGen-Wallet-on-Linux.md index c027040..a3f17d8 100644 --- a/Install-MMGen-Wallet-on-Linux.md +++ b/Install-MMGen-Wallet-on-Linux.md @@ -55,7 +55,7 @@ If not running in a virtual environment, make sure that `~/.local/bin` is in ```text $ git clone https://github.com/mmgen/mmgen-wallet.git -$ cd mmgen +$ cd mmgen-wallet $ python3 -m build --no-isolation $ python3 -m pip install --upgrade dist/*.whl # see 'Install Note' below $ cd .. @@ -93,7 +93,7 @@ following steps: > -i` and the Python packages with `python3 -m pip install`. Congratulations, your installation is now complete! You can now proceed to -[**Getting Started with MMGen**][gs]. +[**Getting Started with MMGen Wallet**][gs]. [01]: Install-Bitcoind [02]: Install-Bitcoind-from-Source-on-Linux diff --git a/Install-MMGen-Wallet-on-Microsoft-Windows.md b/Install-MMGen-Wallet-on-Microsoft-Windows.md index 519d775..893f798 100644 --- a/Install-MMGen-Wallet-on-Microsoft-Windows.md +++ b/Install-MMGen-Wallet-on-Microsoft-Windows.md @@ -318,17 +318,17 @@ On your online machine, clone the MMGen Wallet repository: ```text $ git clone https://github.com/mmgen/mmgen-wallet -Cloning into ’mmgen’... +Cloning into ’mmgen-wallet’... ``` Offline install: -> Copy the cloned mmgen directory to your offline machine. +> Copy the cloned mmgen-wallet directory to your offline machine. Enter the repo directory, build and install: ```text -$ cd mmgen +$ cd mmgen-wallet $ python3 -m build --no-isolation $ python3 -m pip install dist/*.whl ``` @@ -391,9 +391,9 @@ syncing the blockchain will be painfully slow. ### 11. You’re done! Congratulations, your installation is now complete, and you can proceed to -[**Getting Started with MMGen**][gs]. Note that all features supported by -MMGen Wallet on Linux, except for [autosigning][ax], are now supported on MSYS2 -too. Please be aware of the following, however: +[**Getting Started with MMGen Wallet**][gs]. Note that all features supported +by MMGen Wallet on Linux, except for [autosigning][ax], are now supported on +MSYS2 too. Please be aware of the following, however: + Non-ASCII filenames cannot be used with the `mmgen-xmrwallet` utility. This is an issue with the Monero wallet RPC daemon rather than MMGen. diff --git a/Recovering-Your-Keys-Without-the-MMGen-Software.md b/Recovering-Your-Keys-Without-the-MMGen-Wallet-Software.md similarity index 100% rename from Recovering-Your-Keys-Without-the-MMGen-Software.md rename to Recovering-Your-Keys-Without-the-MMGen-Wallet-Software.md diff --git a/Test-Suite.md b/Test-Suite.md index 3f4f7db..0cf68f0 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -57,17 +57,17 @@ Install Pycoin: ```text # online install: -$ python3 -m pip install --user pycoin +$ python3 -m pip install pycoin # offline install: $ python3 -m pip download pycoin # online -$ python3 -m pip install --user --no-build-isolation pycoin-*.tar.gz # offline +$ python3 -m pip install --no-build-isolation pycoin-*.tar.gz # offline ``` Install Pylint: ```text -$ python3 -m pip install --user pylint +$ python3 -m pip install pylint ``` CD to the MMGen Wallet repository root and build without installing: @@ -136,8 +136,8 @@ may also be started and stopped manually at the DOS or MSYS2 prompt as follows #### Monero-Python ```text -$ python3 -m pip install --user pycryptodomex ipaddress varint -$ python3 -m pip install --user --no-deps monero +$ python3 -m pip install pycryptodomex ipaddress varint +$ python3 -m pip install --no-deps monero ``` #### Vanitygen PlusPlus (forked from Vanitygen Plus) diff --git a/_Sidebar.md b/_Sidebar.md index adb6c88..dbec67f 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -10,7 +10,7 @@ * [Getting Started with MMGen Wallet][3] * [MMGen Wallet Quick Start with Regtest Mode][4] * [MMGen Wallet command help][5] -* [Recovering your keys without the MMGen software][6] +* [Recovering your keys without the MMGen Wallet software][6] * [Altcoin and Forkcoin support (ETH, ETC, XMR, ZEC, LTC, BCH and 144 Bitcoin-derived alts)][7] * [Subwallets][8] * [XOR Seed Splitting][9] @@ -22,7 +22,7 @@ [3]: Getting-Started-with-MMGen-Wallet [4]: MMGen-Wallet-Quick-Start-with-Regtest-Mode [5]: MMGen-command-help -[6]: Recovering-Your-Keys-Without-the-MMGen-Software +[6]: Recovering-Your-Keys-Without-the-MMGen-Wallet-Software [7]: Altcoin-and-Forkcoin-Support [8]: Subwallets [9]: https://github.com/mmgen/mmgen-wallet/wiki/XOR-Seed-Splitting:-Theory-and-Practice