modified: Getting-Started-with-MMGen.md

modified: Test-Suite.md
The MMGen Project 2022-10-05 19:25:30 +00:00
commit 0846752389
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 5 additions and 7 deletions

@ -51,8 +51,8 @@ See [Altcoin-and-Forkcoin-Support][09] for more details.
#### <a name='a_iv'>Invocation</a>
The MMGen wallet system is not a single program but a suite of lightweight
commands run from the command line. MMGen’s commands all begin, not
surprisingly, with `mmgen`. To see a list of available commands, type `mmgen`
scripts run from the command line. MMGen’s commands all begin, not
surprisingly, with `mmgen`. To view all available commands, type `mmgen`
followed by the TAB key. Every mmgen command has a help screen displaying
detailed usage and options information. To view it, type the command name
followed by `--help`. Note that most command options have long and short

@ -99,12 +99,10 @@ may also be started and stopped manually at the DOS or MSYS2 prompt as follows
# net start msys2_sshd
# net stop msys2_sshd
#### MoneroPy
#### Monero-Python
$ git clone https://github.com/bigreddmachine/MoneroPy
$ cd MoneroPy
$ python3 setup.py install --user
$ cd ..
$ python3 -m pip install --user pycryptodomex ipaddress varint
$ python3 -m pip install --user --no-deps monero
#### Vanitygen PlusPlus (forked from Vanitygen Plus)