MMGen Node Tools Version 3.1.1 (mmgen-wallet==13.3.1)
This commit is contained in:
parent
73d11cf34e
commit
02060f55eb
3 changed files with 19 additions and 7 deletions
19
README.md
19
README.md
|
|
@ -8,16 +8,26 @@ Currently tested on Linux only. Some scripts may not work under Windows/MSYS2.
|
|||
|
||||
## Install:
|
||||
|
||||
First, install [MMGen][6].
|
||||
If installing as user (without venv), Make sure that `~/.local/bin` is in `PATH`.
|
||||
|
||||
### Stable version:
|
||||
|
||||
First, install the [required MMGen packages][7] for your Linux distribution:
|
||||
|
||||
Then,
|
||||
|
||||
$ python3 -m pip install --upgrade mmgen-node-tools
|
||||
|
||||
### Development version:
|
||||
|
||||
First, install the latest development version of [MMGen][6].
|
||||
|
||||
Then,
|
||||
|
||||
$ git clone https://github.com/mmgen/mmgen-node-tools
|
||||
$ cd mmgen-node-tools
|
||||
$ python3 -m build --no-isolation
|
||||
$ python3 -m pip install --user dist/*.whl
|
||||
|
||||
Also make sure that `~/.local/bin` is in `PATH`.
|
||||
$ python3 -m pip install dist/*.whl
|
||||
|
||||
## Test:
|
||||
|
||||
|
|
@ -46,3 +56,4 @@ Donate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w
|
|||
[4]: https://bitcointalk.org/index.php?topic=567069.0
|
||||
[5]: https://github.com/mmgen/mmgen/wiki/MMGen-Signing-Keys
|
||||
[6]: https://github.com/mmgen/mmgen/
|
||||
[7]: https://github.com/mmgen/mmgen/Install-MMGen-on-Linux
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.1.0
|
||||
3.1.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[metadata]
|
||||
name = MMGen Node Tools
|
||||
name = mmgen-node-tools
|
||||
version = file: mmgen_node_tools/data/version
|
||||
description = Optional online tools for the MMGen wallet suite
|
||||
long_description = file: README.md
|
||||
|
|
@ -23,7 +23,8 @@ python_requires = >=3.7
|
|||
include_package_data = True
|
||||
|
||||
install_requires =
|
||||
mmgen-wallet>=13.3.1
|
||||
mmgen-wallet==13.3.1
|
||||
pyyaml
|
||||
|
||||
packages =
|
||||
mmgen_node_tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue