Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

v0.14.1.2a

Latest
Compare
Choose a tag to compare
@neilcoggins neilcoggins released this 16 Aug 10:39
· 19 commits to master since this release

LEGACY RELEASE - DO NOT USE!!!!

Introduction

This is the first public release of Haven built using a patched Monero codebase. Statically-linked binaries will be added as they become available.

SHA-256 checksums

Each ZIP file (excepting the source code ones) will contain a sha256.txt file that contains SHA-256 hashes for all files within the ZIP. You are advised to verify these hashes for yourself before trusting the binaries. The SHA-256 hash for each ZIP file is listed below.

haven-protocol-macos-v0.14.1.2a.zip efd828385ba45f35a12dd35d7fdfbf1b63b40dba2ae3bf62c3318ad2bd29620b

Getting the source

git clone --recursive https://github.com/haven-protocol-org/haven-protocol
cd haven-protocol
git checkout v0.14.1.2a

Building from source

Windows

./build-haven.sh <make_flags> release-static-win64

MacOS

./build-haven.sh <make_flags> release-static-macos-x86_64

Linux

./build-haven.sh <make_flags> release

where <make_flags> is replaced with any environment-specific build flags that you would normally use to build Haven / Monero (e.g. -j4 to compile using 4 CPU cores)