exchain
exchain copied to clipboard
Cannot connect to own full node RPC
Summary of Bug
1. Describe
I cannot get my Metamask to connect to my full okex node. It is fully synced. I have tried 1000 different combinations of addresses but cannot connect to the rpc.
./exchaind start --chain-id exchain-66 --mempool.sort_tx_by_gp --p2p.seeds $EXCHAIN_SEEDS
I am using this command, and have tried a ton of combinations for laddr in config.toml. Is there some sort of command I can run to make it brodcast so I can connect to http://localhost:26656 address on the local machine?
2. Impact
Cannot connect to the rpc
3. Recover
N/A
Expected Result
That I can connect to the rpc
Version
Latest
Steps to Reproduce
running ./exchaind start --chain-id exchain-66 --mempool.sort_tx_by_gp --p2p.seeds $EXCHAIN_SEEDS
For Admin Use
- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
connect to http://localhost:26659
Your documentation is misleading, the RPC port is 26659
Your documentation is misleading, the RPC port is 26659
Hi @danny-dudu, After reviewing the documentation, I noticed a potential issue with the RPC URL's port number that could lead to confusion after joining the mainnet. I want to clarify: Does the port number in the RPC URL mislead you?