<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on Skycoin Blog</title><link>https://blog.theskywirenetwork.net/tags/guides/</link><description>Recent content in Guides on Skycoin Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 21 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.theskywirenetwork.net/tags/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Guide: Skywire SOCKS5 Proxy — Route Traffic Over the Skywire Network</title><link>https://blog.theskywirenetwork.net/posts/guide-skywire-proxy/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-skywire-proxy/</guid><description>&lt;h3 id="skywire-socks5-proxy"&gt;Skywire SOCKS5 Proxy&lt;/h3&gt;
&lt;p&gt;Skywire includes a SOCKS5 proxy (Skysocks) that routes application traffic over the Skywire network. Unlike the &lt;a href="https://blog.theskywirenetwork.net/posts/guide-skywire-vpn/"&gt;Skywire VPN&lt;/a&gt; which tunnels all system traffic, the SOCKS5 proxy is per-application — you configure individual applications (browser, curl, etc.) to use the proxy, and only their traffic is routed through Skywire.&lt;/p&gt;
&lt;p&gt;This makes it lighter than a full VPN and useful when you want to route specific applications through Skywire while leaving the rest of your traffic on your normal connection.&lt;/p&gt;</description></item><item><title>Guide: Skywire VPN — Encrypted Tunneling Over the Skywire Network</title><link>https://blog.theskywirenetwork.net/posts/guide-skywire-vpn/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-skywire-vpn/</guid><description>&lt;h3 id="skywire-vpn"&gt;Skywire VPN&lt;/h3&gt;
&lt;p&gt;Skywire includes a full VPN that tunnels all of your internet traffic over the Skywire network. Unlike traditional VPNs that rely on centralized servers, Skywire VPN routes traffic through Skywire&amp;rsquo;s peer-to-peer transport layer — encrypted end-to-end, with no central authority controlling the infrastructure.&lt;/p&gt;
&lt;p&gt;Any Skywire visor can act as a VPN server, and any visor can connect as a client. Traffic is routed over STCPR or SUDPH transports (direct peer-to-peer connections), not through DMSG relays.&lt;/p&gt;</description></item><item><title>Skycoin v0.28.4 Supports AIX</title><link>https://blog.theskywirenetwork.net/posts/guide-multicoin-wallet/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-multicoin-wallet/</guid><description>&lt;h3 id="every-skycoin-tool-works-with-aix"&gt;Every Skycoin Tool Works with AIX&lt;/h3&gt;
&lt;p&gt;Starting with &lt;a href="https://github.com/skycoin/skycoin/releases"&gt;Skycoin v0.28.4&lt;/a&gt;, AIX is fully supported. AIX is a Fibercoin — a coin and blockchain built on the Skycoin platform. That means every tool in the Skycoin ecosystem works with AIX out of the box: the full node daemon, the web wallet, the blockchain explorer, and the command line interface. All you need is AIX&amp;rsquo;s &lt;code&gt;fiber.toml&lt;/code&gt; configuration file and the Skycoin v0.28.4 binary.&lt;/p&gt;</description></item><item><title>Skycoin v0.28.4 Supports Privateness</title><link>https://blog.theskywirenetwork.net/posts/guide-multicoin-wallet-2/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-multicoin-wallet-2/</guid><description>&lt;h3 id="every-skycoin-tool-works-with-privateness"&gt;Every Skycoin Tool Works with Privateness&lt;/h3&gt;
&lt;p&gt;Starting with &lt;a href="https://github.com/skycoin/skycoin/releases"&gt;Skycoin v0.28.4&lt;/a&gt;, Privateness (NESS) is fully supported. Privateness is a Fibercoin — a coin and blockchain built on the Skycoin platform. That means every tool in the Skycoin ecosystem works with Privateness out of the box: the full node daemon, the web wallet, the blockchain explorer, and the command line interface. All you need is Privateness&amp;rsquo;s &lt;code&gt;fiber.toml&lt;/code&gt; configuration file and the Skycoin v0.28.4 binary.&lt;/p&gt;</description></item><item><title>Guide: Creating Your Own Fibercoin Blockchain</title><link>https://blog.theskywirenetwork.net/posts/guide-creating-a-fibercoin/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-creating-a-fibercoin/</guid><description>&lt;h3 id="creating-your-own-fibercoin-blockchain"&gt;Creating Your Own Fibercoin Blockchain&lt;/h3&gt;
&lt;p&gt;A Fibercoin is a blockchain forked from Skycoin — same consensus mechanism, same wallet tooling, your own coin. The process has been simplified to the point where you can launch a new blockchain in about 30 seconds with 4 commands and a configuration file.&lt;/p&gt;
&lt;p&gt;Everything you need is included in the Skywire binary, the standalone Skycoin release binary, or can be run directly from source with &lt;code&gt;go run&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Guide: Deploying Your Own Skywire Network</title><link>https://blog.theskywirenetwork.net/posts/guide-deploying-skywire-network/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-deploying-skywire-network/</guid><description>&lt;h3 id="deploying-your-own-skywire-network"&gt;Deploying Your Own Skywire Network&lt;/h3&gt;
&lt;p&gt;All Skywire deployment services are included in the &lt;a href="https://blog.theskywirenetwork.net/posts/skywire-unified-binary/"&gt;unified Skywire binary&lt;/a&gt;. You can deploy a complete private Skywire network — or just use the same tools to understand how the production network works.&lt;/p&gt;
&lt;p&gt;This guide follows the &lt;a href="https://github.com/skycoin/skywire/blob/develop/docs/deployment/DEPLOYMENT_SYSTEMD.md"&gt;systemd deployment documentation&lt;/a&gt;. A &lt;a href="https://github.com/skycoin/skywire/blob/develop/docs/deployment/DOCKER_DEPLOYMENT.md"&gt;Docker Compose deployment&lt;/a&gt; is also available.&lt;/p&gt;
&lt;h3 id="architecture-overview"&gt;Architecture Overview&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;$ go run github.com/skycoin/skywire@develop svc
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;┌─┐┬┌─┬ ┬┬ ┬┬┬─┐┌─┐ ┌─┐┌─┐┬─┐┬ ┬┬┌─┐┌─┐┌─┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;└─┐├┴┐└┬┘││││├┬┘├┤ ───└─┐├┤ ├┬┘└┐┌┘││ ├┤ └─┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;└─┘┴ ┴ ┴ └┴┘┴┴└─└─┘ └─┘└─┘┴└─ └┘ ┴└─┘└─┘└─┘
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;	Skywire services
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Available Commands:
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; tpd Transport Discovery Server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; tps Transport setup server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; ar Address Resolver Server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; rf Route Finder Server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; confbs Config Bootstrap Server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; conf print services-config.json file
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; se skywire environment generator
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; ut Uptime Tracker Server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; sd Service discovery server
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; sn Route Setup Node for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; nm Network monitor for skywire VPN and Visor.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; ip GeoIP service for skywire
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; stun STUN server for skywire
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;A Skywire deployment consists of these services:&lt;/p&gt;</description></item><item><title>Guide: DMSG — The Encrypted Overlay Network</title><link>https://blog.theskywirenetwork.net/posts/guide-dmsg-deployment/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/guide-dmsg-deployment/</guid><description>&lt;h3 id="dmsg-distributed-messaging-system"&gt;DMSG: Distributed Messaging System&lt;/h3&gt;
&lt;p&gt;DMSG is the encrypted overlay network that underpins all of Skywire. Every visor-to-visor connection, every service lookup, every route setup message flows through DMSG. It provides end-to-end encrypted communication between nodes identified by secp256k1 public keys — not IP addresses.&lt;/p&gt;
&lt;p&gt;DMSG is also usable on its own, independent of Skywire. You can host websites, forward ports, run SSH sessions, and proxy traffic — all over an encrypted overlay that never exposes your IP.&lt;/p&gt;</description></item><item><title>Guide: Running a Public Visor on Skywire</title><link>https://blog.theskywirenetwork.net/posts/running-a-public-visor/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.theskywirenetwork.net/posts/running-a-public-visor/</guid><description>&lt;h3 id="running-a-public-visor"&gt;Running a Public Visor&lt;/h3&gt;
&lt;p&gt;A public visor is a Skywire node that registers itself on the Service Discovery, making it available for other visors to connect to automatically. Public visors form the backbone of the Skywire network — they&amp;rsquo;re the nodes that other visors auto-connect to for routing traffic.&lt;/p&gt;
&lt;p&gt;Running a public visor is also one of the most effective ways to earn &lt;a href="https://blog.theskywirenetwork.net/posts/skywire-bandwidth-rewards-transition/"&gt;bandwidth-based rewards&lt;/a&gt;, since other users&amp;rsquo; traffic flows through your transports.&lt;/p&gt;</description></item></channel></rss>