bryan001
bryan001

likecoin 验证人节点建立笔记

1.install docker and docker-compose

2.clone repo

git clone https://github.com/likecoin/likecoin-chain --branch sheungwan --single-branch

3.get into folder

cd likecoin-chain

4.build docker image

./scripts/build.sh

5.rename image(important!)

docker tag likechain/likechain:latest likechain/likechain:sheungwan

6.download genesis file

wget https://gist.githubusercontent.com/nnkken/1d1b9d4aae4acb3d835dd3150f546d44/raw/4d97fd471b4bf3be8c5475efbc0361f4926e65e5/genesis.json

7.run init command and follow the steps (you can change moniker anytime in the future)

./scripts/init.sh {moniker} genesis.json 913bd0f4bea4ef512ffba39ab90eae84c1420862@34.82.131.35:26656

8.create and start docker container

docker-compose up -d

9.waiting for sync(cost 7 days~28 days, server in asia is faster than server in america)

10.edit scripts/staking.sh to edit your commission rate settings

11.send 1 LIKE to the validator address

12.run scripts/staking.sh

./scripts/staking.sh

13.find your node on bigdipper!


CC BY-NC-ND 2.0 版权声明

喜欢我的文章吗?
别忘了给点支持与赞赏,让我知道创作的路上有你陪伴。

加载中…

发布评论