Emercoin wallet is updated to 0.7.2

BACK TO LATEST NEWS

Emercoin team continues to improve the wallet. Just a day after the information about the vulnerability CVE-2018-17144 became available, we released a wallet 0.7.2. It contains a patch for the vulnerability and a number of other improvements.

The list of updates:

  1. Fixed vulnerability CVE-2018-17144
  2. Optimization of the code for processing checkpoints
  3. The code for checking the transition to 0.7.0 rules is deleted, as the transition has already happened.

The update is not mandatory, but highly recommendable since the stability of the wallet depends on it.

 

You can download the updated wallet here:

https://sourceforge.net/projects/emercoin/files/0.7.2

https://github.com/emercoin/emercoin/releases

 

Instruction to build it from source:

git clone [email protected]:emercoin/emercoin.git

cd emercoin

git checkout tags/v0.7.2emc

./autogen.sh

./configure --disable-tests

cd src

make

BACK TO LATEST NEWS