Multichain多链|1.Download and Install下载安装

原文链接:http://www.multichain.com/download-install/

Get up and running in five minutes or less 只需要不到五分钟就可以启动运行的私有区块链

System requirements 系统要求

* Linux: 64-bit, 支持 Ubuntu 12.04+, CentOS 6.2+, Debian 7+, Fedora 15+, RHEL 6.2+.

* Windows: 64-bit, 支持 Windows 7, 8, 10, Server 2008 或者以上.

* Mac: 64-bit, 支持 OS X 10.12 (我们希望能尽快支持更早的版本).

* 512 MB 内存

* 1 GB 硬盘空间

If you don’t have one of these available, you can rapidly deploy MultiChain on Microsoft Azure. We also recommend Digital Ocean for cheap and quick cloud instances. 如果您没有其中一个可用,您可以在Microsoft Azure上快速部署MultiChain。我们还推荐Digital Ocean来做廉价和快速的云实例。

Installing MultiChain – Linux 在linux系统上安装多链

su (enter root password) 输入根密码

cd /tmp

wget http://www.multichain.com/download/multichain-1.0-beta-2.tar.gz

tar -xvzf multichain-1.0-beta-2.tar.gz

cd multichain-1.0-beta-2

mv multichaind multichain-cli multichain-util /usr/local/bin(to make easily accessible on the command line)

exit (to return to your regular user) 回到普通用户

You can also use this link to the latest version, instead of the URL above. The link is updated a few days after each release.您也可以使用此链接到最新版本,而不是用上面的URL。链接在每次发布版本几天后更新。

Installing MultiChain – Windows 在Windows系统上安装多链

Download http://www.multichain.com/download/multichain-windows-1.0-beta-2.zip and extract its contents to your chosen directory. 

http://www.multichain.com/download/multichain-windows-1.0-beta-2.zip下载压缩包,解压内容到你选定的目录下。

Compiling from sources 从源编译

If you prefer, you can also compile MultiChain for Ubuntu Linux, Windows or Mac OS X from the source code at Github. 如果您愿意,还可以从Github的源代码编译Ubuntu Linux,Windows或Mac OS X的多链。

Next steps下一步

Once MultiChain is installed, you can proceed with the steps in Getting Started or dive straight into the developer guide. You can also install the Explorer for web-based browsing of your blockchain’s activity or the Web Demo for a simple interface for many APIs.

一旦安装了MultiChain,您可以继续执行“入门翻译版”中的步骤或直接进入开发人员指南。 您还可以安装资源管理器,以便基于Web浏览的区块链的活动或进入Web Demo来获得许多API的简单界面。

Upgrading MultiChain 更新升级多链

1.Stop any running nodes: multichain-cli [chain-name] stop (on Linux use ps -x to check for multichaind processes).

multichain-cli [chain-name] stop 来停止正在运行的节点(或者linux用 ps -x 来检查 multichaind的进程)

2.Follow the regular installation instructions, overwriting the older executables.

跟随正常的安装指导,覆盖旧的可执行文件

3. Restart any nodes required:multichaind [chain-name] -daemon

multichaind [chain-name] -daemon重新启动需要更新的节点

翻译注:这里要注意,如果更新升级了一个多链节点,其他节点也要一起更新到同一版本,否则节点之间可能会互相看不到对方。

Release history 发布历史

Each release is listed below. The list of changes can be seen in the README.txt file of the most recent version.每个版本都列在下面。更改列表可以在最新版本的README.txt文件中看到。

June 15, 2017 –Version 1.0 beta 2 for LinuxandWindows. (Mac version can becompiled.)

March 30, 2017 –Version 1.0 beta 1 for LinuxandWindows.

March 20, 2017 –Version 1.0 alpha 29 for LinuxandWindows.

February 14, 2017 –Version 1.0 alpha 28 for LinuxandWindows.

December 22, 2016 –Version 1.0 alpha 27 for LinuxandWindows.

November 28, 2016 –Version 1.0 alpha 26 for LinuxandWindows– check README.txt for note on API compatibility.

October 27, 2016 –Version 1.0 alpha 25 for LinuxandWindows

October 10, 2016 –First Windows version (1.0 alpha 24.1)

September 15, 2016 –Version 1.0 alpha 24

August 8, 2016 –Version 1.0 alpha 23

July 20, 2016 –Version 1.0 alpha 22

May 16, 2016 –Version 1.0 alpha 21

May 3, 2016 –Version 1.0 alpha 20

March 31, 2016 –Version 1.0 alpha 19

March 13, 2016 –Version 1.0 alpha 18

March 3, 2016 –Version 1.0 alpha 17

January 28, 2016 –Version 1.0 alpha 16

January 7, 2016 –Version 1.0 alpha 15

December 30, 2015 –Version 1.0 alpha 14

December 15, 2015 –Version 1.0 alpha 13

November 26, 2015 –Version 1.0 alpha 12

November 19, 2015 –Version 1.0 alpha 11

November 12, 2015 –Version 1.0 alpha 10

October 22, 2015 –Version 1.0 alpha 9

October 14, 2015 –Version 1.0 alpha 8

September 10, 2015 –Version 1.0 alpha 7

August 23, 2015 –Version 1.0 alpha 6

August 7, 2015 –Version 1.0 alpha 5

July 22, 2015 –Version 1.0 alpha 4

July 14, 2015 –Version 1.0 alpha 3

July 7, 2015 –Version 1.0 alpha 2

June 24, 2015 –Version 1.0 alpha 1

其他翻译链接:

2.Multichain多链|2.Getting Started入门

    原文作者:树的回忆_琳
    原文地址: https://www.jianshu.com/p/29f954e86a14
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞