Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FN + SN setup has clashing ports due to extra flag #240

Closed
Tracked by #200
jcstein opened this issue Aug 23, 2023 · 0 comments · Fixed by #241
Closed
Tracked by #200

FN + SN setup has clashing ports due to extra flag #240

jcstein opened this issue Aug 23, 2023 · 0 comments · Fixed by #241
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@jcstein
Copy link
Member

jcstein commented Aug 23, 2023

problem

my ports are clashing between my sequencer (gm/init-local.sh):

gmd start --rollkit.aggregator true --rollkit.da_layer celestia --rollkit.da_config='{"base_url":"http://localhost:26658/","timeout":60000000000,"fee":600000,"gas_limit":6000000,"auth_token":"'$AUTH_TOKEN'"}' --rollkit.namespace_id $NAMESPACE_ID --rollkit.da_start_height $DA_BLOCK_HEIGHT --rpc.laddr tcp://127.0.0.1:36657

and full node (gm/init-full-node.sh):

gmd --home $BASE_DIR start --rollkit.da_layer celestia --rollkit.da_config='{"base_url":"http://localhost:26658/","timeout":60000000000,"fee":600000,"gas_limit":6000000,"auth_token":"'$AUTH_TOKEN'"}' --rollkit.namespace_id $NAMESPACE_ID --rollkit.da_start_height $DA_BLOCK_HEIGHT --rpc.laddr tcp://127.0.0.1:36657 --grpc.address 127.0.0.1:9390 --grpc-web.address 127.0.0.1:9391 --p2p.seeds $P2P_ID@127.0.0.1:26656 --p2p.laddr "0.0.0.0:36656" --log_level debug

solution

remove --rpc.laddr tcp://127.0.0.1:36657 from init-local.sh

@jcstein jcstein self-assigned this Aug 23, 2023
@jcstein jcstein added bug Something isn't working documentation Improvements or additions to documentation labels Aug 23, 2023
jcstein added a commit that referenced this issue Aug 23, 2023
nashqueue pushed a commit that referenced this issue Aug 23, 2023
…en (#241)

* remove extra flag from gm/init-loca.sh

resolves #240

* programmatically retrieve auth token

resolves #238

* update gm-world for changes, remove jq as no longer used on mac version

* Update tutorials/full-and-sequencer-node.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant