-
v0.8.8 Stable
released this
2016-11-23 19:24:59 +00:00 | 2577 commits to master since this releaseMMGen version 0.8.8 Release Notes
Data directory, config file and default wallet support:
- Data directory is
~/.mmgen; config file ismmgen.cfg. - When default wallet is present in data directory, specifying the wallet on the command line is optional.
- Datadir structure mirrors that of Bitcoin Core: mainnet and testnet share a common config file, with testnet putting its own files, including the default wallet, in the subdirectory 'testnet3'.
- Global vars are now overriden in this order:
- config file
- environmental variables beginning with
MMGEN_(listed in globalvars.py) - command line
- Long (common) opts added for setting global vars; display with
--longhelp.
The test suite has been updated to test these new features.
Other changes:
- Always get user entropy, even for non-critical randomness, unless
-r0. - rpcuser,rpcpassword now override cookie authentication, as with Core.
- Communication with remote bitcoind supported with
--rpc-hostoption. - Testnet use can be overridden with the
--testnet=0|1option.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Data directory is