1.下载gaia源码

git clone https://github.com/cosmos/gaia

2.找到gaia目录下的Makefile文件

3.启动

make start-localnet-ci

4.正常启动日志

moudle 代表执行的模块

:37AM INF min fee bypass activated for message types types=["/ibc.core.channel.v1.MsgRecvPacket","/ibc.core.channel.v1.MsgAcknowledgement","/ibc.core.client.v1.MsgUpdateClient","/ibc.core.channel.v1.MsgTimeout","/ibc.core.channel.v1.MsgTimeoutOnClose"]
2:37AM INF starting node with ABCI Tendermint in-process
2:37AM INF service start impl=multiAppConn module=proxy msg={}
2:37AM INF service start connection=query impl=localClient module=abci-client msg={}
2:37AM INF service start connection=snapshot impl=localClient module=abci-client msg={}
2:37AM INF service start connection=mempool impl=localClient module=abci-client msg={}
2:37AM INF service start connection=consensus impl=localClient module=abci-client msg={}
2:37AM INF service start impl=EventBus module=events msg={}
2:37AM INF service start impl=PubSub module=pubsub msg={}
2:37AM INF service start impl=IndexerService module=txindex msg={}
2:37AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=main-3096477ca7be3a4fb162eed7f0c363debda80440
2:37AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
2:37AM INF created new capability module=ibc name=ports/transfer
2:37AM INF port binded module=x/ibc/port port=transfer
2:37AM INF claimed capability capability=1 module=transfer name=ports/transfer
2:37AM INF created new capability module=ibc name=ports/icahost
2:37AM INF port binded module=x/ibc/port port=icahost
2:37AM INF claimed capability capability=2 module=icahost name=ports/icahost
2:37AM INF created new capability module=ibc name=ports/provider
2:37AM INF port binded module=x/ibc/port port=provider
2:37AM INF claimed capability capability=3 module=provider name=ports/provider
2:37AM INF Completed ABCI Handshake - CometBFT and App are synced appHash= appHeight=0 module=consensus
2:37AM INF Version info abci=0.17.0 block=11 cmtbft_version=0.34.27 commit_hash= p2p=8
2:37AM INF This node is a validator addr=EE47EB2D0B50033CFEF66A9268C8E8143DB81561 module=consensus pubKey=mfcqMOfhM+FWyjlUDJXN4cA1u6d5sRwuO6iMtsuGEWk=
2:37AM INF P2P Node ID ID=e1f18a48879f398082ff242bed7deb4d0e7fecba file=/root/.gaiad-liveness/config/node_key.json module=p2p
2:37AM INF Adding persistent peers addrs=[] module=p2p
2:37AM INF Adding unconditional peer ids ids=[] module=p2p
2:37AM INF Add our address to book addr={"id":"e1f18a48879f398082ff242bed7deb4d0e7fecba","ip":"0.0.0.0","port":26656} book=/root/.gaiad-liveness/config/addrbook.json module=p2p
2:37AM INF service start impl=Node msg={}
2:37AM INF service start impl="P2P Switch" module=p2p msg={}
2:37AM INF service start impl=ConsensusReactor module=consensus msg={}
2:37AM INF Reactor  module=consensus waitSync=false
2:37AM INF service start impl=ConsensusState module=consensus msg={}
2:37AM INF service start impl=baseWAL module=consensus msg={} wal=/root/.gaiad-liveness/data/cs.wal/wal
2:37AM INF Starting pprof server laddr=localhost:6060
2:37AM INF serve module=rpc-server msg={}
2:37AM INF service start impl=Group module=consensus msg={} wal=/root/.gaiad-liveness/data/cs.wal/wal
2:37AM INF service start impl=TimeoutTicker module=consensus msg={}
2:37AM INF Searching for height height=1 max=0 min=0 module=consensus wal=/root/.gaiad-liveness/data/cs.wal/wal
2:37AM INF Searching for height height=0 max=0 min=0 module=consensus wal=/root/.gaiad-liveness/data/cs.wal/wal
2:37AM INF Found height=0 index=0 module=consensus wal=/root/.gaiad-liveness/data/cs.wal/wal
2:37AM INF Catchup by replaying consensus messages height=1 module=consensus
2:37AM INF Replay: Done module=consensus
2:37AM INF service start impl=Evidence module=evidence msg={}
2:37AM INF service start impl=StateSync module=statesync msg={}
2:37AM INF service start impl=PEX module=pex msg={}
2:37AM INF service start book=/root/.gaiad-liveness/config/addrbook.json impl=AddrBook module=p2p msg={}
2:37AM INF service start impl=BlockchainReactor module=blockchain msg={}
2:37AM INF Saving AddrBook to file book=/root/.gaiad-liveness/config/addrbook.json module=p2p size=0
2:37AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
2:37AM INF No addresses to dial. Falling back to seeds module=pex
2:38AM INF Timed out dur=4986.26116 height=1 module=consensus round=0 step=1
2:38AM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"E0BB0A7DB08F765FBEC2930731C0724CDFCB84447CB9FF9528A498B7B68CFF98","parts":{"hash":"E861EE76566D8490D846FF5149264000AD7341EC904BDB8609F461D2A22AF42C","total":1}},"height":1,"pol_round":-1,"round":0,"signature":"XEHaZqSMSDuC12hvdm7bULK5HFb0wLBq47ks0RiTK/kAwt67mgUsLOlDn9gnfAAWR6vSO00UgKYtlL7VAmfwAw==","timestamp":"2023-04-19T06:38:02.941735176Z"}
2:38AM INF received complete proposal block hash=E0BB0A7DB08F765FBEC2930731C0724CDFCB84447CB9FF9528A498B7B68CFF98 height=1 module=consensus
2:38AM INF finalizing commit of block hash={} height=1 module=consensus num_txs=0 root=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855
2:38AM INF minted coins from module account amount=205972603425572728stake from=mint module=x/bank
2:38AM INF executed block height=1 module=state num_invalid_txs=0 num_valid_txs=0
2:38AM INF commit synced commit=436F6D6D697449447B5B32353120333720313133203139372036332031373120313120343420333320372031373520323533203132362031363120323137203233332031343920393420323230203237203133302031323220313233203134332031363520333620323037203132342031313220313038203138322033365D3A317D
2:38AM INF committed state app_hash=FB2571C53FAB0B2C2107AFFD7EA1D9E9955EDC1B827A7B8FA524CF7C706CB624 height=1 module=state num_txs=0
2:38AM INF indexed block exents height=1 module=txindex

https://github.com/cosmos/ibc

https://github.com/tendermint/tendermint

https://github.com/cosmos/cosmos-sdk