Skip to content

[v3.0.3] Minor release

Latest
Compare
Choose a tag to compare
@anorakthagreat anorakthagreat released this 19 Aug 06:19

Includes updated Electron version and newer dependencies - some code adjustments were necessary for a successful build.
Initial blockchain download should work without issues now.

Important Note for MacOS users:
Because CloakCoin is using dynamically linked libraries and Apple decided to remove the support for OpenSSL 1.0, you will have to download and manually link the openssl 1.0 as your default openssl. Run these two commands in your terminal to do that:
brew install rbenv/tap/[email protected]
ln -sfn /usr/local/Cellar/[email protected]/1.0.2t /usr/local/opt/openssl

CloakWallet should run fine after this.

Warning:
If you make openssl 1.0 your default, any other Mac application that specifically depends on dynamically linked openssl 1.1 features might not function properly or fail to run.
If that case, you might like to revert the default to openssl 1.1 (then your other apps will run normally, but CloakWallet will not), you can do so easily by running these commands in your terminal:

To determine exact version of openssl 1.1 installed:
ls -al /usr/local/Cellar/[email protected]
You should see something similar to this
drwxr-xr-x 14 anorak admin 448 7 May 13:30 1.1.1k

To reset the default linked 1.1.1k library:
ln -sfn /usr/local/Cellar/[email protected]/1.1.1k /usr/local/opt/openssl

Thank you for your patience and understanding, it's a bit challenging working on multiple different things by myself, but we'll get there!

==================

Win SHA256: dced14436e3a6e65ce443275aed393ff4116538bc29d0519418daee5b6b171c8 CloakWallet Setup 3.0.3.exe.zip
Linux SHA256: 509f6d08d6fc4981341660815b11bb2ea41340f63ef6df67ad52652c4e741181 cloak-wallet_3.0.3_amd64.zip
Mac SHA256: 08edf36d7647b4df6d0b05fa64e21bf711e762cea5a7aab3195ddf96a08a7161 CloakWallet-3.0.3.dmg.zip