Full to snap sync mode change

pull/315/head
kompotkot 2021-10-15 10:40:54 +00:00
rodzic f795306afb
commit 39b85143f5
2 zmienionych plików z 1 dodań i 15 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ After=network.target
[Service]
User=ubuntu
Group=www-data
ExecStart=/usr/bin/geth --syncmode full --cache 4096 \
ExecStart=/usr/bin/geth --syncmode snap --cache 4096 \
--port 41380 --datadir /mnt/disks/nodes/ethereum \
--txpool.globalslots 153600 --txpool.globalqueue 3072 \
--http --http.port 18370 --http.api eth,web3,txpool

Wyświetl plik

@ -1,14 +0,0 @@
[Unit]
Description=moonstreamnodes-service
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/nodes/server
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream/nodes/server/moonstreamnodes -host 127.0.0.1 -port "${MOONSTREAM_NODE_SERVER_PORT}"
SyslogIdentifier=moonstreamnodes
[Install]
WantedBy=multi-user.tar