From 8ea6951dc007cf6e5db0c4d42a5a443eaa60cbb2 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 18 Oct 2023 12:18:31 +0000 Subject: [PATCH] Add xmr-requirements.txt file modified: Altcoin-and-Forkcoin-Support.md modified: Test-Suite.md --- Altcoin-and-Forkcoin-Support.md | 6 ++++++ Test-Suite.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index 0951e1e..7fe9c7e 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -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 diff --git a/Test-Suite.md b/Test-Suite.md index 2265525..95d389e 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -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):