modified: Install-MMGen-on-Linux.md
modified: MMGen-Quick-Start-with-Regtest-Mode.md
parent
182e4ddb96
commit
a06d12b3c0
2 changed files with 7 additions and 4 deletions
|
|
@ -22,6 +22,9 @@ For computers with no Internet connection, see **Note for offline machines** bel
|
|||
|
||||
#### Install MMGen:
|
||||
|
||||
Make sure that `~/.local/bin` is in `PATH`. Existing MMGen users should delete
|
||||
any old installations under `/usr` or `/usr/local`.
|
||||
|
||||
$ git clone https://github.com/mmgen/mmgen.git
|
||||
$ cd mmgen
|
||||
$ git checkout stable_linux # see 'Note' below
|
||||
|
|
@ -37,12 +40,12 @@ security vulnerabilities are more likely to be present in new code than in a
|
|||
stable release. In addition, new code may require dependencies or installation
|
||||
steps not yet covered in the documentation.
|
||||
|
||||
Install your coin daemon(s). To install prebuilt binaries, go [here][01]. To
|
||||
install from source, go [here][02].
|
||||
|
||||
**Testing Note:** MMGen may be tested in place prior to installation. Refer to
|
||||
the [Test Suite][ts] wiki page for details.
|
||||
|
||||
Install your coin daemon(s). To install prebuilt binaries, go [here][01]. To
|
||||
install from source, go [here][02].
|
||||
|
||||
##### Note for offline machines:
|
||||
|
||||
The computer you’ve designated for offline use must be connected to the
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ All of MMGen’s functionality is available in regtest mode, making it an ideal
|
|||
way to learn to use the MMGen wallet without risking real coins.
|
||||
|
||||
To send a transaction or perform any other operation as Bob or Alice, just add
|
||||
the `--bob` or `--alice` option to the relevant MMGen command.
|
||||
the `--bob` or `--alice` option to the applicable MMGen command.
|
||||
|
||||
This tutorial provides a quick, hands-on introduction.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue