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

Mist doesn't support websockets #218

Closed
jorisbontje opened this issue Dec 23, 2014 · 0 comments
Closed

Mist doesn't support websockets #218

jorisbontje opened this issue Dec 23, 2014 · 0 comments

Comments

@jorisbontje
Copy link

$ mist -h
invalid boolean value "on" for -ws: strconv.ParseBool: parsing "on": invalid syntax
mist [options] [filename]:
options precedence: default < config file < environment variables < command line
  -asset_path="/usr/local/Cellar/go-ethereum/0.7.10-49/Resources": absolute path to GUI assets directory
  -conf="/Users/mids/.mist/conf.ini": config file
  -datadir="/Users/mids/.mist": specifies the datadir to use
  -debug="": debug file (no debugging if not set)
  -export="": exports the session keyring to files in the directory given
  -genaddr=false: create a new priv/pub key
  -id="": Custom client identifier
  -import="": imports the file given (hex or mnemonic formats)
  -keyring="": identifier for keyring to use
  -keystore="db": system to store keyrings: db|file (db)
  -logfile="": log file (defaults to standard output)
  -loglevel=3: loglevel: 0-5: silent,error,warn,info,debug,debug detail)
  -maxpeer=30: maximum desired peers
  -port="30303": listening port
  -rpc=false: start rpc server
  -rpcport=8080: port to start json-rpc server on
  -seed=true: seed peers
  -upnp=true: enable UPnP support
  -vm=0: Virtual Machine type: 0-1: standard, debug
  -ws=false: start websocket server
  -y=false: non-interactive mode (say yes to confirmations)

Even tough the mist command line help suggests that the websocket server can be enabled, providing -ws=true doesn't actually start a server.

I would suggest to either remove it from the help output, or add WS support to the mist client.

markya0616 pushed a commit to getamis/go-ethereum that referenced this issue Jan 31, 2018
meowsbits pushed a commit to meowsbits/go-ethereum that referenced this issue Nov 16, 2020
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 13, 2021
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Dec 15, 2021
weiihann pushed a commit to weiihann/go-ethereum that referenced this issue Feb 23, 2023
* init rollup/rcfg/config.go

minor

* update traces struct

* init withdraw_trie.go

* finish

* fix `L2MessageQueueAddress`

* refactor(rollup): add `UsingScroll` into `ChainConfig` (ethereum#218)

* update comments

* update comments
sduchesneau pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 1, 2023
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant