You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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?
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
The text was updated successfully, but these errors were encountered: