git.delta.rocks / unique-network / refs/commits / 570e022a4ab5

difftreelog

westend-ie services

Igor Kozyrev2021-09-20parent: #6b0c3b1.patch.diff
in: master

2 files changed

addeddeploy/westend/host_vars/services/parachain-westend-alice.servicediffbeforeafterboth

no changes

addeddeploy/westend/host_vars/services/parachain-westend-dave.servicediffbeforeafterboth
--- /dev/null
+++ b/deploy/westend/host_vars/services/parachain-westend-dave.service
@@ -0,0 +1,40 @@
+[Unit]
+Description=Parachain Dave @ Westend
+
+[Service]
+ExecStart=/opt/usetech/nft \
+    --name c4-eu \
+    --collator \
+    --force-authoring \
+    --base-path /var/local/nft-parachain/westend/dave \
+    --chain /opt/usetech/chain-specs/nft-westend-v0.9.9.json \
+    --node-key-file /opt/usetech/keys/nft-westend-dave-node-key \
+    --port 40333 \
+    --rpc-port 9973 \
+    --ws-port 9974 \
+    --unsafe-ws-external \
+    --rpc-cors=all \
+    --no-prometheus \
+    --no-mdns \
+    --no-telemetry \
+    --bootnodes /ip4/54.216.209.53/tcp/40330/p2p/12D3KooWRtQanRkAipLcc7Jx7LoUibFXF7NbzSwnqFXH6BhATuTh \
+        /ip4/13.52.252.79/tcp/40331/p2p/12D3KooWPY9ot6Vxbpx37o1Cjb4C3Yrms1QhuvBh7KDHcjTZBTyj \
+        /ip4/3.38.43.147/tcp/40332/p2p/12D3KooWFfH3jGmvbmvfL9W4iWSbY7PUJ6cHfWpSnSGWXe4Gh73L \
+        /ip4/13.52.252.79/tcp/40334/p2p/12D3KooWBC8uBCJUpg1XY23Cq56EpEhipZ62LD6mCJq5tGZUupzG \
+        /ip4/3.38.43.147/tcp/40335/p2p/12D3KooWD7aFwtNvZ3P5H5cpFtgYScpbSL7z1keQiB3sSChDvAqZ \
+#        /ip4/127.0.0.1/tcp/40336/p2p/ \
+    -- --execution wasm \
+    --chain /opt/usetech/chain-specs/westend-v0.9.9.json \
+    --port 30333 \
+    --rpc-port 9773 \
+    --ws-port 9774 \
+    --no-prometheus \
+    --no-mdns \
+    --no-telemetry
+		
+
+Restart=always
+RestartSec=120
+
+[Install]
+WantedBy=multi-user.target