git.delta.rocks / unique-network / refs/commits / e01ca44f63c7

difftreelog

source

deploy/dev/host_vars/parachain-westend-alice.service951 Bsourcehistory
1[Unit]2Description=Parachain Alice @ Westend Local34[Service]5ExecStart=/opt/usetech/nft \6    --alice \7    --collator \8    --force-authoring \9    --base-path /var/local/nft-parachain/westend/alice \10    --parachain-id 2000 \11    --port 40333 \12    --rpc-port 9933 \13    --ws-port 9944 \14    --chain westend-local \15    --discover-local \16    -- --execution wasm \17    --chain /opt/parity/westend-local.json \18    --port 31200 \19#    --rpc-port 9933 \20#    --ws-port 9944 \21    --no-mdns \22    --bootnodes /ip4/127.0.0.1/tcp/30336/p2p/12D3KooWR76geqit8nMJtQYuLXNy4oHDVJZdsPLNjTmWhL4TeijW \23                /ip4/127.0.0.1/tcp/30335/p2p/12D3KooWRqnBJPpKntaKmqoDJLxgGR11tconzYLewaeGz2saiXhw \24                /ip4/127.0.0.1/tcp/30334/p2p/12D3KooWRydSwsbQbfBN71DFXxmYt5GHmrVebRmUv9mPU91U3FPE \25		/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWHp7JuDmdrv79mgdPxPa59PYLiXW2AkwXqAXQa71i1gje 26    27Restart=always28RestartSec=1202930[Install]31WantedBy=multi-user.target