kopia lustrzana https://github.com/bugout-dev/moonstream
Full to snap sync mode change
rodzic
f795306afb
commit
39b85143f5
|
@ -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
|
||||
|
|
|
@ -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
|
Ładowanie…
Reference in New Issue