-
Notifications
You must be signed in to change notification settings - Fork 260
Parallel Chain Environment Construction
linj edited this page Nov 23, 2022
·
2 revisions
[TOC]
wget https://bty.oss-ap-southeast-1.aliyuncs.com/chain33/paraChain.tar.gztar zxvf paraChain.tar.gzValue ParaRemoteGrpcClient as:"101.37.227.226:8802,39.97.20.242:8802,47.107.15.126:8802,jiedian2.33.cn"
The modifications are shown below:

Start Chain33 process
cd paraChain && ./chain33 -f chain33.para.tomlSince the official bin file only supports linux-like environments, so [native compiled](#native compiled) binary file is needed in the Windows environment.
cd ${GoPath}/src/github.com/33cnGoPath is the environment variable after the Go compiler is installed. If Go is not installed, refer to Go environmental installation
If any subdirectories other than GoPath do not exist, please create them manually.
git clone git@github.com:33cn/plugin.gitcd plugin && makeUse the following instructions in Command Prompt:
cd plugin && build.batUse the following instructions in Powershell:
(cd .\plugin) -or (.\build.bat)hello world