Skip to content

Releases: mmgen/mmgen-wallet

Version 0.8.6

23 Nov 14:26
v0.8.6
Compare
Choose a tag to compare

New features/improvements

  • Address generation using secp256k1 library (Linux only)

Instructions for installing the secp256k1 library on your system can be found at 'doc/wiki/install-linux/Install-MMGen-on-Debian-or-Ubuntu-Linux.md'

If secp256k1 is not installed on the system, MMGen will still be usable. It just falls back to 'keyconv', or failing that, python-ecdsa for generating addresses.

v0.8.5

23 Nov 14:29
v0.8.5
Compare
Choose a tag to compare
  • Windows support updated
  • Colored output

Screenshot

06 Aug 20:41
v0.8.5rc1
Compare
Choose a tag to compare

![mmgen-txcreate running in a terminal window]
mmgen-txcreate

v0.8.3

23 Nov 14:28
v0.8.3
Compare
Choose a tag to compare
New features/improvements:

    * New native Bitcoin RPC library.
    * Support for cookie-based RPC authentication (new in Bitcoin Core v0.12.0).
    * Batch mode available when listing and importing addresses.
    * mmgen-tool listaddresses: 'addrs' argument allows you to specify an
      address or range of addresses.

NOTE: if MMGen is already installed on your system, you must remove your
existing installation by hand before installing this new version.  On Linux,
this means deleting everything under the directory
'/usr/local/lib/python2.7/dist-packages/mmgen/'.  Also, if you did a 'git pull'
instead of a fresh clone, you must delete the 'build' directory in the
repository root before installing.

The 'mmgen-pywallet' utility has been removed.  It's no longer needed, as the
'bitcoin-cli dumpwallet' command (available since Core v0.9.0) provides
equivalent functionality.

The Windows port isn't being actively maintained at the moment.  Use at your own
risk, and report any problems on the Bitcointalk forum.