MMGen-Node-Tools


NameMMGen-Node-Tools JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/mmgen/mmgen-node-tools
SummaryOptional online tools for the MMGen wallet suite
upload_time2023-11-08 09:34:27
maintainer
docs_urlNone
authorThe MMGen Project
requires_python>=3.7
licenseGNU GPL v3
keywords file: mmgen_node_tools/data/keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MMGen Node Tools

### Terminal-based utilities for Bitcoin and forkcoin full nodes

Requires modules from the [MMGen online/offline cryptocurrency wallet][6].

Currently tested on Linux only.  Some scripts may not work under Windows/MSYS2.

## Install:

First, install [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`.

## Test:

*NOTE: the tests require that the MMGen and MMGen Node Tools repositories be
located in the same directory.*

Initialize the test framework (must be run at least once after cloning, and
possibly again after a pull if tests have been updated):

	$ test/init.sh

BTC-only testing:

	$ test/test-release.sh -A

Full testing:

	$ test/test-release.sh

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

[**Forum**][4] |
[PGP Public Key][5] |
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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mmgen/mmgen-node-tools",
    "name": "MMGen-Node-Tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "file: mmgen_node_tools/data/keywords",
    "author": "The MMGen Project",
    "author_email": "mmgen@tuta.io",
    "download_url": "https://files.pythonhosted.org/packages/c8/60/8e0e52f9eb1e88b515b1df4058e52b6486556a7e1667039c11ce15433b14/mmgen-node-tools-3.1.0.tar.gz",
    "platform": "Linux",
    "description": "# MMGen Node Tools\n\n### Terminal-based utilities for Bitcoin and forkcoin full nodes\n\nRequires modules from the [MMGen online/offline cryptocurrency wallet][6].\n\nCurrently tested on Linux only.  Some scripts may not work under Windows/MSYS2.\n\n## Install:\n\nFirst, install [MMGen][6].\n\nThen,\n\n\t$ git clone https://github.com/mmgen/mmgen-node-tools\n\t$ cd mmgen-node-tools\n\t$ python3 -m build --no-isolation\n\t$ python3 -m pip install --user dist/*.whl\n\nAlso make sure that `~/.local/bin` is in `PATH`.\n\n## Test:\n\n*NOTE: the tests require that the MMGen and MMGen Node Tools repositories be\nlocated in the same directory.*\n\nInitialize the test framework (must be run at least once after cloning, and\npossibly again after a pull if tests have been updated):\n\n\t$ test/init.sh\n\nBTC-only testing:\n\n\t$ test/test-release.sh -A\n\nFull testing:\n\n\t$ test/test-release.sh\n\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n[**Forum**][4] |\n[PGP Public Key][5] |\nDonate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w\n\n[4]: https://bitcointalk.org/index.php?topic=567069.0\n[5]: https://github.com/mmgen/mmgen/wiki/MMGen-Signing-Keys\n[6]: https://github.com/mmgen/mmgen/\n",
    "bugtrack_url": null,
    "license": "GNU GPL v3",
    "summary": "Optional online tools for the MMGen wallet suite",
    "version": "3.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/mmgen/mmgen-node-tools/issues",
        "Homepage": "https://github.com/mmgen/mmgen-node-tools"
    },
    "split_keywords": [
        "file:",
        "mmgen_node_tools/data/keywords"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8608e0e52f9eb1e88b515b1df4058e52b6486556a7e1667039c11ce15433b14",
                "md5": "d47a6f25cb3826c8433567d1561a143c",
                "sha256": "9edf8a1389ba54ced96485547bcc19eb263a5103c007a05a1a2d00178c7bc27f"
            },
            "downloads": -1,
            "filename": "mmgen-node-tools-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d47a6f25cb3826c8433567d1561a143c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 52621,
            "upload_time": "2023-11-08T09:34:27",
            "upload_time_iso_8601": "2023-11-08T09:34:27.531416Z",
            "url": "https://files.pythonhosted.org/packages/c8/60/8e0e52f9eb1e88b515b1df4058e52b6486556a7e1667039c11ce15433b14/mmgen-node-tools-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 09:34:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mmgen",
    "github_project": "mmgen-node-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mmgen-node-tools"
}
        
Elapsed time: 0.17696s