These specifications are the minimum recommended. As Sei is an orderbook oriented smart contract platform, it can at times be very demanding on hardware. Low spec validators may degrade the entire performance of the blockchain.
这些规格是推荐的最低规格。由于 Sei 是一个面向订单簿的智能合约平台,它有时对硬件要求很高。低规格验证者可能会降低区块链的整体性能。
Joining a network
1. Download Sei repository
Find the latest release here and download the Sei repository
After setting up a full node as above, there are just a few more additional steps to set up your node as a validator. Open a separate command line window and follow the steps below:
cd sei-chain/
make install
# Verify the version
seid version --long | head
name: sei
server_name: <appd>
version: 1.1.1beta
commit: 9764e4d7b0fdbfacfca446c1a12a75df1693cd02
# Obtain the genesis file for sei-devnet-1:
curl https://raw.githubusercontent.com/sei-protocol/testnet/master/sei-devnet-1/genesis.json > ~/.sei/config/genesis.json
# Obtain the address book for sei-devnet-1
curl https://raw.githubusercontent.com/sei-protocol/testnet/master/sei-devnet-1/addrbook.json > ~/.sei/config/addrbook.json