Listing tech problem

Hi,team,Could you share these parameters for the launch nodes with us?
./start.sh -s “<SPONSOR_SV_URL>” -o “<ONBOARDING_SECRET>” -p “<party_hint>” -m “<MIGRATION_ID>” -w

Hey @Sally,

Details for those parameters are all explained in the docs page here (note that link is for MainNet. If you’re connecting to DevNet or TestNet then I’ve included those links).

SPONSOR_SV_URL - The URL of the SV app of your SV sponsor. This should be of the form https://sv.sv-1.global.canton.network.YOUR_SV_SPONSOR, e.g., if the Global Synchronizer Foundation is your sponsor use https://sv.sv-1.global.canton.network.sync.global.

ONBOARDING_SECRET - The onboarding secret provided by your sponsor. If you don’t already have one, ask your sponsor. Note that onboarding secrets are one-time use and expire after 48 hours. If you don’t join before it expires, you need to request a new secret from your SV sponsor.

party_hint - <party_hint> will be used as the prefix of the Party ID of your validator’s administrator. This must be of format --, e.g. myCompany-myWallet-1. It cannot be changed over time as it is part of the validator operator party ID.

MIGRATION_ID - The current migration id of the network (dev/test/mainnet) you are trying to connect to. You can find this on https://sync.global/sv-network/.

I hope that helps. I’d reach out to your sponsor for the sponsor SV URL and the onboarding secret.

Thanks