Add xmr-requirements.txt file
modified: Altcoin-and-Forkcoin-Support.md modified: Test-Suite.md
parent
65d22c50c1
commit
8ea6951dc0
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue