Moses Narrow
Moses Narrow
We need a skywire-cli command to preform the following test: For [any given or all] skywire visor public keys (specified by flag / arguments) * Create route, from a local...
The service discovery endpoint for socks5 servers (skysocks-server) was changed some time ago, but this change was not reflected in the frontend sources the current (incorrect) endpoint being queried is...
- a new file will be created by skywire-cli to persist the user chosen settings regarding privacy and rewards of the user/node - the file will be JSON encoded and...
since we are moving `displaynodeip` to the visor's conf struct, it is necesary to have that settable via config gen, and to change the `config priv` subcommand so that it...
after my rework of the skywire-cli subcommand structure and flags from a few months ago, subsequent refactors to the formatting of some flags for cli commands has negatively impacted the...
# Live-reload on config changes The process or service currently needs to be restarted in order for config changes or updates to take effect. In the context of __package updates__...
# vpn server bandwidth limits The vpn server currently has no limit on the amount of the total bandwidth which is made available to the vpn connection. In the instance...
Apologies if this has been asked or answered before. I've worked extensively with cobra for creating cli interfaces. One sort of creative approach I've taken on occasion is to re-invoke...
For some reason, the 16x2 mode of the LCD I'm testing displays with a lot of apparent noise. However, in 16x1, the text is much cleaner and free from noise....
To demonstrate this issue, create a new folder in your GOPATH and fetch cmd/skycoin-cli/skycoin-cli.go into it ``` mkdir -p ~/go/src/github.com/skycoin/skycli cd ~/go/src/github.com/skycoin/skycli wget https://github.com/skycoin/skycoin/raw/develop/cmd/skycoin-cli/skycoin-cli.go ``` initialize go.mod ; tidy &...