repository rename: mmgen -> mmgen-wallet
parent
7cbe43572e
commit
249a1e8858
7 changed files with 17 additions and 17 deletions
|
|
@ -1114,9 +1114,9 @@ If you’ve deleted or lost your local copy of the MMGen Wallet repository, clon
|
|||
it again from Github, Gitlab or mmgen.org:
|
||||
|
||||
```text
|
||||
$ git clone https://github.com/mmgen/mmgen.git
|
||||
$ git clone https://gitlab.com/mmgen/mmgen.git
|
||||
$ git clone https://mmgen.org/project/mmgen/mmgen.git
|
||||
$ git clone https://github.com/mmgen/mmgen-wallet.git
|
||||
$ git clone https://gitlab.com/mmgen/mmgen-wallet.git
|
||||
$ git clone https://mmgen.org/project/mmgen/mmgen-wallet.git
|
||||
```
|
||||
|
||||
Enter the repository and check out the master branch. Pull the latest changes
|
||||
|
|
@ -1150,7 +1150,7 @@ $ python3 -m pip install user --upgrade dist/*.whl
|
|||
[08]: Install-Bitcoind
|
||||
[09]: Altcoin-and-Forkcoin-Support
|
||||
[ax]: Altcoin-and-Forkcoin-Support#a_xmr
|
||||
[cp]: https://gitlab.com/MMGen/mmgen/-/commits/master
|
||||
[cp]: https://gitlab.com/MMGen/mmgen-wallet/-/commits/master
|
||||
[mx]: command-help-xmrwallet
|
||||
[li]: Install-MMGen-Wallet-on-Linux
|
||||
[wi]: Install-MMGen-Wallet-on-Microsoft-Windows
|
||||
|
|
|
|||
2
Home.md
2
Home.md
|
|
@ -34,4 +34,4 @@ are performed via the `/` key.
|
|||
|
||||
> #### [Tool API](Tool-API)
|
||||
|
||||
[cn]: https://gitlab.com/MMGen/mmgen/-/commits/master
|
||||
[cn]: https://gitlab.com/MMGen/mmgen-wallet/-/commits/master
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ If not running in a virtual environment, make sure that `~/.local/bin` is in
|
|||
`/usr` or `/usr/local`.
|
||||
|
||||
```text
|
||||
$ git clone https://github.com/mmgen/mmgen.git
|
||||
$ git clone https://github.com/mmgen/mmgen-wallet.git
|
||||
$ cd mmgen
|
||||
$ python3 -m build --no-isolation
|
||||
$ python3 -m pip install --upgrade dist/*.whl # see 'Install Note' below
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ covered in the documentation.*
|
|||
On your online machine, clone the MMGen Wallet repository:
|
||||
|
||||
```text
|
||||
$ git clone https://github.com/mmgen/mmgen
|
||||
$ git clone https://github.com/mmgen/mmgen-wallet
|
||||
Cloning into ’mmgen’...
|
||||
```
|
||||
|
||||
|
|
@ -466,9 +466,9 @@ steps.
|
|||
[mh]: https://www.msys2.org
|
||||
[mp]: https://sourceforge.net/projects/msys2
|
||||
[mw]: https://github.com/msys2/msys2/wiki
|
||||
[ov]: https://gitlab.com/MMGen/mmgen/-/releases/tag/v0.9.8
|
||||
[ov]: https://gitlab.com/MMGen/mmgen-wallet/-/releases/tag/v0.9.8
|
||||
[sd]: https://download.sysinternals.com/files/SDelete.zip
|
||||
[mr]: https://gitlab.com/MMGen/mmgen/-/releases
|
||||
[mr]: https://gitlab.com/MMGen/mmgen-wallet/-/releases
|
||||
[di]: Deprecated-MSWin-Installation
|
||||
[ib]: Install-Bitcoind
|
||||
[gs]: Getting-Started-with-MMGen-Wallet
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ False
|
|||
[01]: https://github.com/casascius/Bitcoin-Address-Utility
|
||||
[02]: https://github.com/matja/bitcoin-tool
|
||||
[03]: https://github.com/spesmilo/electrum/blob/1.9.5/lib/mnemonic.py
|
||||
[04]: https://github.com/mmgen/mmgen
|
||||
[05]: https://gitlab.com/mmgen/mmgen
|
||||
[06]: https://gitflic.ru/project/mmgen/mmgen
|
||||
[07]: https://mmgen.org/project/mmgen/mmgen
|
||||
[04]: https://github.com/mmgen/mmgen-wallet
|
||||
[05]: https://gitlab.com/mmgen/mmgen-wallet
|
||||
[06]: https://gitflic.ru/project/mmgen/mmgen-wallet
|
||||
[07]: https://mmgen.org/project/mmgen/mmgen-wallet
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ the above examples that can be run as-is, see commits [`7538a94`][c1],
|
|||
For more detailed usage information, see the [`mmgen-subwalletgen` help
|
||||
screen][sh].
|
||||
|
||||
[c1]: https://gitlab.com/MMGen/mmgen/-/commit/7538a9460e897b9b23d8ac58853c33713334043f
|
||||
[c2]: https://gitlab.com/MMGen/mmgen/-/commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b
|
||||
[c3]: https://gitlab.com/MMGen/mmgen/-/commit/82086c9936843dc43c1892b672cdf1680763ee84
|
||||
[c1]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/7538a9460e897b9b23d8ac58853c33713334043f
|
||||
[c2]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b
|
||||
[c3]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/82086c9936843dc43c1892b672cdf1680763ee84
|
||||
[sh]: command-help-subwalletgen
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@
|
|||
[6]: Recovering-Your-Keys-Without-the-MMGen-Software
|
||||
[7]: Altcoin-and-Forkcoin-Support
|
||||
[8]: Subwallets
|
||||
[9]: https://github.com/mmgen/mmgen/wiki/XOR-Seed-Splitting:-Theory-and-Practice
|
||||
[9]: https://github.com/mmgen/mmgen-wallet/wiki/XOR-Seed-Splitting:-Theory-and-Practice
|
||||
[10]: Test-Suite
|
||||
[11]: Tool-API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue