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

The relaychain rpc-port param is ignored #329

Open
stakeworks opened this issue Jan 29, 2025 · 0 comments
Open

The relaychain rpc-port param is ignored #329

stakeworks opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@stakeworks
Copy link

I've set the --rpc-port param to port 9928 but still the default port, 9945, is used. The listen-addr with a different port, defined after the rpc-port, is working correctly.

Settings:
--
--rpc-port 9928
--chain polkadot
--base-path /path/
--no-mdns
--out-peers 25
--in-peers 50
--no-private-ipv4
--listen-addr /ip4/xx.xx.xx.xx/tcp/44446/ws
--listen-addr /ip6/xx:xx:xx::x/tcp/44446/ws

Result:
[Relaychain] Running JSON-RPC server: addr=127.0.0.1:9945,

Image

The rpc-port setting for the parachain is working correctly.

Ubuntu 22.04.5 LTS
peaq-node-v4.0.0 4.0.0-polkadot-v1.7.2-417e0924631

@stakeworks stakeworks added the bug Something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant