add doc/wiki/Install-MMGen-Wallet-on-Nix.md
This commit is contained in:
parent
441a57f19f
commit
b26c8d472e
1 changed files with 24 additions and 0 deletions
24
doc/wiki/Install-MMGen-Wallet-on-Nix.md
Normal file
24
doc/wiki/Install-MMGen-Wallet-on-Nix.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Perform the following steps:
|
||||
|
||||
```text
|
||||
$ git clone https://github.com/mmgen/mmgen-wallet.git
|
||||
$ cd mmgen-wallet
|
||||
$ mkdir -p ~/.mmgen
|
||||
$ cp nix/user-packages.nix ~/.mmgen
|
||||
```
|
||||
|
||||
For altcoin support, edit `~/.mmgen/user-packages.nix` to taste, uncommenting
|
||||
the relevant lines for whatever support you require. For a BTC-only setup,
|
||||
you can leave the file untouched.
|
||||
|
||||
Build required derivations and enter the custom Nix shell environment:
|
||||
|
||||
```text
|
||||
$ nix-shell nix # for full isolation, add the ‘--pure’ option
|
||||
```
|
||||
|
||||
Within nix-shell you may now test and use MMGen Wallet as with any normal
|
||||
installation.
|
||||
|
||||
Refer to `nix/README` in the MMGen Wallet repo for more information, including
|
||||
a speedup tip and instructions for installation on NixOS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue