Start a JavaScript console and connect the node to the network
--dht.addpeer string Register bootstrap peers for joining the DHT network
--dht.address string Set the DHT listening address (default "127.0.0.1:9003")
--dht.on Run the DHT service and join the network (default true)
-h, --help help for console
--node.addpeer string connect to one or more persistent node
--node.address string Set the node's p2p listening address (default "127.0.0.1:9000")
--node.exts strings Specify an extension to run on startup
--node.extsargs stringToString Specify arguments for extensions (default [])
--node.validator Run the node in validator mode
-t, --repo.track strings Specify one or more repositories to track
-u, --repo.untrack strings Untrack one or more repositories
-x, --repo.untrackall Untrack all previously tracked repositories
--rpc.authpubmethod Enable RPC authentication for non-private methods
--rpc.disableauth Disable RPC authentication
--rpc.on Start the RPC service
--rpc.password string Set the RPC password
--rpc.tmaddress string Set tendermint RPC listening address (default "127.0.0.1:9001")
--rpc.user string Set the RPC username