Moses Narrow
Moses Narrow
Application port forwarding over skywire is currently implemented as `skyfwd` and `skyrev` ; i.e. `skywire cli fwd` and `skywire cli rev` - but these were implemented incorrectly. An improved implementation...
Support setting HD wallet master public key (xpub key) as reward address - derive new empty address from that master public key to use for rewards every time. ## Prerequisite...
Now that the ip geolocation database used by ip.skycoin.com has been updated, I thought it might be interesting to see statistical data of how many visors are in each country:...
due to recent deployment issues - it seems like the visor got stuck here in rebinded heartbeat process... here is the logging from my local visor ``` [2025-11-01T16:40:06.024571161-05:00] DEBUG [visor]:...
I was attempting to restart a visor which was clearly experiencing deployment issues, and I observed the following logging. I can only guess that when the dmsg client is restarted,...
https://sd.skycoin.com/api/services?type=visor    ``` [2025-06-22T10:31:06.72557439-05:00] INFO [public_autoconnect]: Fetching public visors [2025-06-22T10:31:07.100674812-05:00] DEBUG [public_autoconnect]: Found public visors public visors=1 [2025-06-22T10:31:08.948642814-05:00] DEBUG [public_autoconnect]: Found visors to connect to total=1 [2025-06-22T10:31:09.224853195-05:00] DEBUG...
In[ the current list of standard library packages supported by tinygo](https://tinygo.org/docs/reference/lang-support/stdlib/), the only package I know of which is not importable but which is used by skywire is `runtime/debug` -...
If the connection to a service fails via the first server a dmsg-direct client is configured with, it does not automatically fall over to another server. This does correctly happen...
Currently, it should be possible to proxy the visor's local rpc interface port over dmsg and back to a local port on another machine using `skywire dmsg web` & `skywire...
### Demo If one has golang, git, bash and some other parsing utility (like `awk`) it's possible to run skywire without cloning the repo in the following way: ``` [user@linux]$...