doc/wiki: minor updates

This commit is contained in:
The MMGen Project 2026-05-07 17:52:53 +00:00
commit aca87cb825
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 9 additions and 10 deletions

View file

@ -12,7 +12,7 @@
#### <a id="a_i">Introduction</a> #### <a id="a_i">Introduction</a>
If you’re considering using MMGen Wallet and are a Bitcoiner with a normal, If you’re considering using MMGen Wallet and are a crypto user with a normal,
healthy degree of paranoia, then the following question will probably come to healthy degree of paranoia, then the following question will probably come to
mind: “What if I have funds in MMGen Wallet and I lose the software? How do mind: “What if I have funds in MMGen Wallet and I lose the software? How do
I recover my coins?” I recover my coins?”

View file

@ -62,7 +62,7 @@ $ python3 setup.py build_ext --inplace
Run the following if upgrading from a previous version of MMGen: Run the following if upgrading from a previous version of MMGen:
```text ```text
$ test/cmdtest.py clean $ test/clean.py
``` ```
Run the test suite in fast mode, skipping altcoin tests (fast mode skips Run the test suite in fast mode, skipping altcoin tests (fast mode skips
@ -138,12 +138,6 @@ $ python3 -m pip install eth-keys
Install this on MSYS2 or if ‘eth-keys’ is unavailable on your platform. Do not Install this on MSYS2 or if ‘eth-keys’ is unavailable on your platform. Do not
confuse this with the Reth ‘ethkey’ utility, which is entirely different. confuse this with the Reth ‘ethkey’ utility, which is entirely different.
On Arch Linux and ArchLinuxArm systems, ‘ethkey’ is installed as follows:
```text
$ pacman -S openethereum
```
For 64-bit Windows (MSYS2), Linux and macOS systems, ‘ethkey’ can be found in For 64-bit Windows (MSYS2), Linux and macOS systems, ‘ethkey’ can be found in
the zip archives distributed with [this release][oz]. the zip archives distributed with [this release][oz].
@ -155,7 +149,8 @@ $ cd vanitygen-plusplus
$ git checkout -b vanitygen-plus e7858035d092 # rewind to fork commit $ git checkout -b vanitygen-plus e7858035d092 # rewind to fork commit
``` ```
Edit the Makefile, changing `-lpcre` to `-lpcre2-posix` on the second line. Optional: On some systems, you may need to edit the Makefile, changing `-lpcre`
to `-lpcre2-posix` on the second line.
```text ```text
$ make keyconv # ‘mingw32-make.exe keyconv’ for MSYS2 $ make keyconv # ‘mingw32-make.exe keyconv’ for MSYS2
@ -166,8 +161,12 @@ $ cd ..
#### Install Zcash-Mini #### Install Zcash-Mini
Skip the go installation step if go is already installed (check by invoking
`go version`)
```text ```text
$ sudo apt-get install golang # skip this if Go is already installed $ sudo apt-get install golang # Debian, Ubuntu
$ sudo pacman -S go # Arch Linux
$ git clone https://github.com/FiloSottile/zcash-mini $ git clone https://github.com/FiloSottile/zcash-mini
$ cd zcash-mini $ cd zcash-mini
$ sed -e "s@github.com/FiloSottile/@@" -i main.go $ sed -e "s@github.com/FiloSottile/@@" -i main.go