编译Dash Core

While Dash offers stable binary builds on the website and on GitHub, and development builds using GitLab CI, many users will also be interested in building Dash binaries for themselves. This process has been greatly simplified with the release of Dash Core 0.13.0, and users who do not required deterministic builds can typically follow the generic build notes available on GitHub to compile or cross-compile Dash for any platform.

Dash Core 0.12.3 或者更早的安装指导可在 here 当前页面的更早版本上找到。

Gitian

Gitian属于确定性构建过程,用于构建Dash Core的可执行文件。Gitian提供有一种方法,可合理地确认可执行文件真实构建自GitHub上的源文件。Gitian还可确保将相同的、经过测试的依赖项应用于可执行文件,并将其静态构建到可执行文件中。多名开发者依照特定的描述符(”recipe”)来构建源代码,加密签署结果,并将生成的签名上传。对这些结果进行比较,如果相匹配,则接受构建并上传至dash.org。

Dash Core 0.13.0 的编译指导将在 Docker for Gitian 可用后出现在这儿。Dash Core 0.12.3 的deterministic 版本 或者更早 的创建指导 可在 here 上本页面的更早版本找到。