From dae548c3be5fcef1bc16714975b8238040b57b59 Mon Sep 17 00:00:00 2001 From: CaptainDero <34203756+CaptainDero@users.noreply.github.com> Date: Thu, 18 Jan 2018 11:04:49 +0000 Subject: [PATCH] Added Precompiled Binaries links. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d50ae..eec1dbb 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,20 @@ DERO blockchain will be implemented in Golang. We are pleased to announce status update release 1 of DERO Blockchain. -**NOTE: DO NOT MIGRATE to this daemon. This is strictly for evaluation.** +| Operating System | Download | +| ---------------- | -------- | +| Windows 32 | http://seeds.dero.io/build/derod-windows-386.exe | +| Windows 64 | http://seeds.dero.io/build/derod-windows-amd64.exe | +| Mac 10.8 & Later | http://seeds.dero.io/build/derod-darwin-amd64 | +| Linux 32 | http://seeds.dero.io/build/derod-linux-386 | +| Linux 64 | http://seeds.dero.io/build/derod-linux-amd64 | +| OpenBSD 64 | http://seeds.dero.io/build/derod-openbsd-amd64 | +| FreeBSD 64 | http://seeds.dero.io/build/derod-freebsd-amd64 | +| Linux ARM 64 | http://seeds.dero.io/build/derod-linux-arm64 | +| More Builds | http://seeds.dero.io/build/ | + +**NOTE: DO NOT MIGRATE to this daemon. This is strictly for evaluation.** In the status update release 1, Following parts of cryptonote has been rewritten in golang.