github.com/mysteriumnetwork/node@v0.0.0-20240516044423-365054f76801/localnet/provider.sh (about)

     1  #!/bin/bash
     2  
     3  set -e
     4  
     5  exec /node/build/myst/myst \
     6    --config-dir=/etc/mysterium-node \
     7    --script-dir=/etc/mysterium-node \
     8    --log-dir= --data-dir=/var/lib/mysterium-node \
     9    --runtime-dir=/var/run/mysterium-node \
    10    --tequilapi.address=0.0.0.0 \
    11    --discovery.ping=10s \
    12    --discovery.fetch=10s \
    13    --log-level=debug \
    14    --payments.mystscaddress=0xaa9c4e723609cb913430143fbc86d3cbe7adca21 \
    15    --ip-detector=http://ipify:3000/?format=json \
    16    --location.type=manual \
    17    --location.country=e2e-land \
    18    --broker-address=broker \
    19    --firewall.protected.networks= \
    20    --discovery.address=http://discovery:8080/api/v4 \
    21    --ether.client.rpc=http://ganache:8545 \
    22    --transactor.registry-address=0xbe180c8CA53F280C7BE8669596fF7939d933AA10 \
    23    --transactor.channel-implementation=0x599d43715DF3070f83355D9D90AE62c159E62A75 \
    24    --hermes.hermes-id=0xf2e2c77D2e7207d8341106E6EfA469d1940FD0d8 \
    25    --transactor.address=http://transactor:8888/api/v1 \
    26    --quality.address=http://morqa:8085/api/v3 \
    27    --keystore.lightweight service \
    28    --agreed-terms-and-conditions \
    29    --identity=0xd1a23227bd5ad77f36ba62badcb78a410a1db6c5 \
    30    --identity.passphrase=localprovider \
    31    --openvpn.port=3000 \
    32    openvpn,wireguard