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
Ive tried to start websocket connection by adding that to command --datadir=~/.ethereum/devchain --nodekeyhex=091bd6067cb4612df85d9c1ff85cc47f259ced4d4cd99816b14f35650f59c322 --rpcapi "db,personal,eth,net,web3" --rpccorsdomain="*" --networkid=456719 --rpc --rpcaddr="0.0.0.0" --ws --ws.origins "*" --ws.addr 0.0.0.0 --ws.port 8546 --ws.api "personal,web3,eth,net,db" --allow-insecure-unlock --unlock 0 --password /root/files/passwords/password.txt in docker-compose.yml and added port mapping 8546:8546, but cant start websocket connection on that port
The text was updated successfully, but these errors were encountered:
I
ve tried to start websocket connection by adding that to command --datadir=~/.ethereum/devchain --nodekeyhex=091bd6067cb4612df85d9c1ff85cc47f259ced4d4cd99816b14f35650f59c322 --rpcapi "db,personal,eth,net,web3" --rpccorsdomain="*" --networkid=456719 --rpc --rpcaddr="0.0.0.0" --ws --ws.origins "*" --ws.addr 0.0.0.0 --ws.port 8546 --ws.api "personal,web3,eth,net,db" --allow-insecure-unlock --unlock 0 --password /root/files/passwords/password.txt in docker-compose.yml and added port mapping 8546:8546, but can
t start websocket connection on that portThe text was updated successfully, but these errors were encountered: