I want to run my own remote node for my application.
Can I run a node that would be accessible via the wss and http protocol at the same time?
Something like this?
geth --rpc --rpcaddr "MY IP" --ws --wsaddr "MY IP" console
I want to run my own remote node for my application.
Can I run a node that would be accessible via the wss and http protocol at the same time?
Something like this?
geth --rpc --rpcaddr "MY IP" --ws --wsaddr "MY IP" console