more mmgen -> mmgen-wallet

The MMGen Project 2023-11-22 10:20:35 +00:00
commit 82be60ca85
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
7 changed files with 18 additions and 18 deletions

@ -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

@ -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)

@ -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

@ -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.
### <a id="a_do">11. You’re done!</a>
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.

@ -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)

@ -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