Skip to content

m-wallet-v1.3.1

Compare
Choose a tag to compare
@joelao95 joelao95 released this 24 Feb 05:29
· 55 commits to master since this release

This is a major release designed to improve the overall performance of the wallet. Upgrading to this version is strongly recommended. All parties upgrading from versions prior to v1.3.0 should resynchronize the complete block chain from the beginning.

A copy of block chain available: http://coinmagi.org/bin/block-chain/

  • Support of building Qt wallet and daemon on FreeBSD;
  • Added "Mint" menu on the Qt wallet;
  • Added "About" menu on the Qt wallet;
  • Fixed price update for all of OS including Windows;
  • Corrected the total amount on the transaction page;
  • Overall improvement of the Qt wallet appearance;
  • Removed pre-release message from the status bar;
  • Redesigned the icon set; new logo available here: http://coinmagi.org/files/logo/v1; previous version: http://coinmagi.org/files/logo/v2;

(January 29, 2017)

This release also contains the prior changes associated with v1.3.0rc1 which wasn't made publicly.

  • Changed database for storing transaction and block indices from Berkeley DB to LevelDB;
  • Enabled block hash storing in storage and loaded directly from disk;
  • Fixed "Checkpoint is too old" warning;
  • PoS stake splitting and combining features, which can be set by stakesplitthreshold=VALUE and stakecombinethreshold VALUE in magi.conf, or by RPC commands: setstakesplitthreshold and setstakecombinethreshold; RPC commands getstakesplitthreshold and getstakecombinethreshold to show their current values;
  • Added price information on Qt overviewpage;
  • Qt wallet logo change and GUI improvements;
  • Merge pull request of adding total balance in "Transactions" page by lightsplasher;
  • Merge pull request of version check updates by feldenthorne; fixed automatic version check including test/rc versions.

(June 22, 2016)

Upgrading procedure:

  • In general:
    1. Backup wallet.dat;
    2. Delete everything under the Magi or .magi folder except wallet.dat;
    3. Download block chain from here http://coinmagi.org/bin/block-chain/ and unzip the file;
    4. Put all of the contents under the folder m-blockchain into Magi or .magi;
    5. Launch the new wallet.
  • Windows:
    1. Backup wallet.dat;
    2. Launch the installer;
    3. Choose the option you want to migrate the block-chain; the installer will always move the original Magi folder to something like Magi-BACKUP-*;
    4. Follow on-screen prompts to install.