Mingpai Airdrop L1-Quai Network Ironware Test Network Financing 10 million US dollars Node construction tutorial:

QuaiNetwork is an open airdrop, with a total of 12 million tokens issued

#测试网 #节点搭建 #空投 #token2049 #fdusd

Among them, node miners were allocated 8 million, and the cost was about tens of yuan per month.

There are two types of nodes in Quai Network

One is full-node mining, which has high requirements on the server and high cost.

Another method is node slicing, which has relatively lower costs.

Tutorial starts:

background:

Quai Network is an open-source proof-of-work blockchain network that leverages the power of merged mining to increase throughput and security.

Financing situation:

It has completed two rounds of financing, with a total of US$10 million raised, led by Polychain.

1: Server selection

You can choose any server, Tencent Cloud or Alibaba Cloud, just find a cheap configuration

2: Server system

The server system is Ubuntu, version number: 20.04

3: Download the ssh connection tool FinalShell

Tool official website: https://www.hostbuf.com/

4: Create a new ssh connection

Open FinalShell, click the folder in the upper left corner, select Create New SSH Connection, enter the ipv4 address, account and password.

6. Install dependent Ubuntu Snap

7: Input: sudo apt install snapd and press Enter.

8: Then enter: sudo snap install go --classic

9: git & make input and press Enter: sudo apt install git make

10: Install go-quai Input: git clone

11: https://Enter the go-quai folder and enter: cd go-quai

12: Install the latest version: git checkout v0.18.1

13: Check whether the installation is successful: git status

14: After entering, it returns to working tree clean, indicating that the installation is successful

15: Node configuration input: cp network.env.dist network.env

16: Then continue to enter: nano network.env

17: Then click the mouse to enter edit mode, press the down arrow key on the keyboard to find the line Slices that are running, delete all the numbers below and keep only SLICES="[0 1]".

18: Then continue to find NETWORK=colosseum, change it to NETWORK=local, and finally press Ctrl+X on the keyboard to exit the edit mode and save.

19: Build source input: make go-quai10.

20: Run the node input: make run11.

21: Verify that the operation is running by typing: tail -f nodelogs/zone-0-1.log

22: Successfully run, end

That’s all for today.
Remember to forward and share it with your friends who love pets.

For more project interaction tutorials, please continue to follow Kaka Crypto Research Society