Moses Narrow

Results 116 issues of Moses Narrow

The visor runtime logs are available from the hypervisor UI. These same runtime logs can be viewed from the terminal with `journalctl -u skywire` but it's not possible to view...

enhancement

It must be possible to test **bandwidth** and **latency** of visors in the skywire network. the node is rated or ranked on three categories: * uptime * bandwidth * latency...

Perhaps symptomatic of an unclean exit, or perhaps the transport was not closed properly my attempt was to (re)use this feature: https://github.com/skycoin/skywire/wiki/SSH-over-SOCKS5-Proxy after having initially used it and stopped it,...

bug

WIP documentation of reward system administration

``` $ skywire cli proxy list -v v1.3.21 -c US -s 9 ``` Testing with the 9 visor public keys which have updated to v1.3.21 and which provide proxy servers...

bug
routing

updating the AUR package for CX to the latest version ; the build fails for me like this ``` package github.com/skycoin/cx/cmd/cx imports github.com/skycoin/cx/cxfx imports github.com/skycoin/cx/cx/base: build constraints exclude all Go...

I noticed a new version with an available source archive; so I tried compiling it `go build` is failing with the following: ``` go: downloading github.com/skycoin/skycoin v0.27.1 go: downloading github.com/jinzhu/copier...

``` [user@linux ~]$ go get -u github.com/dionyself/beego [user@linux ~]$ go get -u github.com/beego/bee # github.com/gadelkareem/delve/service/debugger go/src/github.com/gadelkareem/delve/service/debugger/debugger.go:129:3: cannot use logger (type *"github.com/go-delve/delve/vendor/github.com/sirupsen/logrus".Entry) as type *"github.com/gadelkareem/delve/vendor/github.com/sirupsen/logrus".Entry in field value # github.com/gadelkareem/delve/service/rpccommon go/src/github.com/gadelkareem/delve/service/rpccommon/server.go:83:3:...

``` [user@linux ~]$ cd $GOPATH/src/github.com/qor/qor-example [user@linux qor-example]$ go run main.go Failed to find configuration config/application.yml, using example file config/application.example.yml Failed to find configuration config/smtp.yml, using example file config/smtp.example.yml Failed to...