Skip to content

Releases: CloakProject/cloakcoin-desktop-wallet

[v3.0.3] Minor release

19 Aug 06:19
Compare
Choose a tag to compare

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/openssl@1.0
ln -sfn /usr/local/Cellar/openssl@1.0/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/openssl@1.1
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/openssl@1.1/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

[DEPRECATED] Minor upgrade, Linux/Windows only

19 Jul 16:37
2cae4bf
Compare
Choose a tag to compare

[DEPRECATED] by release 3.0.3

Fix for blockchain download, code cleanup

v3.0 rEVOLUTION stormfix [beta]

20 Nov 18:19
Compare
Choose a tag to compare

v3.0.1 rEVOLUTION stormfix / ENIGMA Engine v1.2

ENIGMA updated to support more onion skins, less network topology issues. Added some logging.
Complete redesign of the wallet interface. Split of GUI and Daemon for the first time. All major ENIGMA commands are now included as RPC calls in the Daemon.

SHA256 Checksums (binaries):
Windows: 5b060f69479fbc69042bf46e67799019152cff888cd70b7f6da068c02a292e52
Linux: dd871192532cdb83434c5f214c82fe514e2d990df0416a3f406c0b2eed0e5c04
Mac: 173eb918c488e681b242fc9c0616e88fafa6219ad8b28e3d590f6feec1226618

SHA256 Checksums (archive::zip)
Linux-CloakCoin-rEvolution-3.0.1.zip 601fb0902ce1b9ae72c81476f3400de7e740a2a327c1083f6f35f4e9bf996239

OSX-CloakCoin-rEvolution-3.0.1.zip
577e4613d92e01b009b1b7f4dc4a66e2ea96a26dd652af846586e3c904ffdb33

Windows-CloakCoin-rEvolution-3.0.1.zip
5791a8c8fe725042e476af0d4db85fa81322c7c7c8bfc40e39f475734d9e3e53

Known Bugs:

  • Windows has problems with ENIGMA send
  • ENIGMA send is not visible in the transaction log (more stealth, maybe a feature)