Add xmr-requirements.txt file

modified:   Altcoin-and-Forkcoin-Support.md
	modified:   Test-Suite.md
The MMGen Project 2023-10-18 12:18:31 +00:00
commit 8ea6951dc0
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 9 additions and 3 deletions

@ -233,6 +233,12 @@ transacting via the [`mmgen-xmrwallet`][mx] command. Make sure that
[Monerod][M] is installed and running and that `monero-wallet-rpc` is located
in your executable path.
Install the Python XMR requirements:
```text
$ python3 -m pip install --user -r xmr-requirements.txt
```
*The following instructions are applicable for a hot wallet setup. To learn
how to cold sign transactions using MMGen’s autosign feature, first
familiarize yourself with the basic concepts here and then consult the OFFLINE

@ -95,9 +95,9 @@ Complete the BTC-only installation steps above, without running the test.
Make sure the [Bitcoin Cash Node][cnd], [Litecoin][ld] and [Monero][md]
daemons are installed on your system.
Install [OpenEthereum, Parity, Geth, the Ethereum dependencies][oe] and
optionally the [Solidity compiler][sc] as described on the
Altcoin-and-Forkcoin-Support page.
Install [Parity, Geth, the ETH and XMR Python requirements][oe] and optionally
the [Solidity compiler][sc] as described on the Altcoin-and-Forkcoin-Support
page.
In addition, you must install the following helper programs and libraries (MSYS2
users can omit Zcash-Mini and leave out `sudo` in commands):