mmgen-node-tools/nix/README.node-tools
The MMGen Project bec7df1d6b
support Nix and NixOS
Quick Start for BTC:

    $ git clone https://github.com/mmgen/mmgen-wallet
    $ git clone https://github.com/mmgen/mmgen-node-tools
    $ cd mmgen-node-tools
    $ test/init.sh
    $ nix-shell --pure nix

Enable altcoins and additional packages:

    # From the mmgen-node-tools repository root:
    $ mkdir -p ~/.mmgen
    $ cp ../mmgen-wallet/nix/user-packages.nix ~/.mmgen
    # ... edit ~/.mmgen/user-packages.nix as required ...
    $ nix-shell --pure nix

For NixOS installation and other information, see:

    nix/README.node-tools
    ../mmgen-wallet/nix/README
2025-01-03 13:52:53 +00:00

11 lines
505 B
Text

Nix configuration directory for the MMGen Node Tools suite
Usage is as described in ‘nix/README’ in the mmgen-wallet repository, with the
following differences:
a) all commands are executed from the repository root of mmgen-node-tools
instead of mmgen-wallet
b) for NixOS, complete the steps as described up until the rebuild step.
Copy the contents of this directory to ‘/etc/nixos/mmgen-project’ (this
will overwrite ‘default.nix’), and continue with the rebuild step.