lighthouse启动指令

2023-10-24  本文已影响0人  72d89184c236

[Unit]
Description=Ethereum Erigon LightHouse Mainnet Node
After=network.target

[Service]
ExecStart=lighthouse bn --network mainnet --execution-endpoint http://localhost:8552 --execution-jwt /secrets/jwt.hex --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io --disable-deposit-contract-sync --datadir /ssd/erigon/mainnet/consensus --port 4001
Restart=Always
RestartSec=10

[Install]
WantedBy=default.target

上一篇 下一篇

猜你喜欢

热点阅读