Open
Description
Hi,
We are trying to run a parachain node, so far we were be able to build and run the run time.
However, the node has 0 peer and we have been digged around the repo and couldn't find a working one.
Here is the launch args we using, we just tried to use the bootnodes
we could find in the repo
./hashed-parachain --chain=hashed \
--bootnodes=/ip4/206.221.189.10/tcp/30335/p2p/12D3KooWQxwQyQ3BaCs5tweoTmHNWHbpHePZt6P9SscBps1FWsUc \
--bootnodes=/ip4/206.221.189.10/tcp/30333/p2p/12D3KooWL7R8De1mPmCj3zA2pMEJXzbDrJVeEJf2SudV21EK9LxU \
-- \
--chain=polkadot
Please advise.
Thanks.