update documentation from wiki

This commit is contained in:
The MMGen Project 2022-11-26 18:55:48 +00:00
commit 1e983497c7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 7 additions and 8 deletions

View file

@ -205,7 +205,8 @@ Install the MMGen requirements and their dependencies:
mingw-w64-x86_64-python-pynacl \
mingw-w64-x86_64-python-pysocks \
mingw-w64-x86_64-python-requests \
mingw-w64-x86_64-python-aiohttp
mingw-w64-x86_64-python-aiohttp \
mingw-w64-x86_64-python-pyreadline3
### <a name='a_ev'>5. Set up your environment</a>

View file

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

View file

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