erigon启动指令
Description=Ethereum Erigon Mainnet Node
After=network.target
[Service]
ExecStart=erigon --db.size.limit=8TB --datadir="/ssd/erigon/mainnet/data1/data" --chain=mainnet --port=30304 --p2p.allowed-ports=31304 --http.port=8546 --authrpc.port=8552 --torrent.port=42069 --private.api.addr=127.0.0.1:9090 --http --ws --http.api=eth,debug,net,trace,web3,erigon --ws=true --ws.compression=true --authrpc.jwtsecret=/secrets/jwt.hex
Restart=always
RestartSec=10
[Install]
WantedBy=default.target```
本文标题:erigon启动指令
本文链接:https://www.haomeiwen.com/subject/tsjsidtx.html
网友评论