-
Notifications
You must be signed in to change notification settings - Fork 17
Run_archive_node
bobo edited this page Nov 18, 2021
·
1 revision
# 安装依赖
curl https://getsubstrate.io -sSf | bash -s -- --fast
source ~/.cargo/env
# 编译dbc-chain
git clone https://github.com/DeepBrainChain/DeepBrainChain-MainChain.git
cd DeepBrainChain-MainChain
cargo build --release./target/release/dbc-chain --base-path ./db_data --chain ./dbcSpecRaw.json --pruning archive --bootnodes /ip4/111.44.254.180/tcp/20337/p2p/12D3KooWNtUXjdy8Q9hvdJ35a1jWpPnVBRgpT7nP8LmEgBWGqTpm端口参数:
--rpc-port 9933 # 指定你的节点监听RPC的端口。 9933 是默认值,因此该参数也可忽略 --ws-port 9945 # 指定你的节点用于监听 WebSocket 的端口。 默认端口为 9944 --port 30333 # 指定你用于监听 p2p 流量的节点端口。 30333 是默认端口,若无需更改,可以忽略该 flag