mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
631 lines
34 KiB
HTML
631 lines
34 KiB
HTML
|
||
|
||
|
||
|
||
<!DOCTYPE html>
|
||
<html class="no-js" lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<title> EmbassyOS Version 0.3.0 | Start9 Docs
|
||
</title>
|
||
<meta name="description" content="Start9 Product Documentation and Education Guides" />
|
||
<link
|
||
rel="icon"
|
||
href="../../../_static/img/favicon.ico"
|
||
type="image/x-icon"
|
||
/>
|
||
<link
|
||
rel="icon"
|
||
href="../../../_static/img/favicon-32x32.png"
|
||
sizes="32x32"
|
||
/>
|
||
<link
|
||
rel="icon"
|
||
href="../../../_static/img/favicon-228x228.png"
|
||
sizes="192x192"
|
||
/>
|
||
<link
|
||
rel="apple-touch-icon"
|
||
href="../../../_static/img/favicon-228x228.png"
|
||
/>
|
||
<meta
|
||
name="msapplication-TileImage"
|
||
href="../../../_static/img/favicon-228x228.png"
|
||
/>
|
||
<link rel="canonical" href="https://docs.start9.com/" />
|
||
<link rel="author" href="mailto:support@start9labs.com" />
|
||
<!-- connect to domain of font files -->
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
|
||
<!-- optionally increase loading priority -->
|
||
<link
|
||
rel="preload"
|
||
as="style"
|
||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,400&display=swap"
|
||
/>
|
||
|
||
<!-- async CSS -->
|
||
<link
|
||
rel="stylesheet"
|
||
media="print"
|
||
onload="this.onload=null;this.removeAttribute('media');"
|
||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,400&display=swap"
|
||
/>
|
||
|
||
<!-- no-JS fallback -->
|
||
<noscript>
|
||
<link
|
||
rel="stylesheet"
|
||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,400&display=swap"
|
||
/>
|
||
</noscript>
|
||
<link
|
||
rel="stylesheet"
|
||
href="../../../_static/css/main.css"
|
||
type="text/css"
|
||
/>
|
||
<link
|
||
rel="stylesheet"
|
||
href="../../../_static/pygments.css"
|
||
type="text/css"
|
||
/> <link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css" />
|
||
|
||
<script
|
||
type="text/javascript"
|
||
id="documentation_options"
|
||
data-url_root="../../../"
|
||
src="../../../_static/documentation_options.js"
|
||
></script>
|
||
<script
|
||
type="text/javascript"
|
||
src="../../../_static/js/runtime.bundle.js"
|
||
></script>
|
||
<script
|
||
type="text/javascript"
|
||
src="../../../_static/js/main.bundle.js"
|
||
></script> <script src="../../../_static/underscore.js"></script> <script src="../../../_static/doctools.js"></script> <script src="../../../_static/language_data.js"></script> <script src="../../../_static/clipboard.min.js"></script> <script src="../../../_static/copybutton.js"></script>
|
||
|
||
<!-- Google Tag Manager -->
|
||
<script>
|
||
(function (w, d, s, l, i) {
|
||
w[l] = w[l] || [];
|
||
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
|
||
var f = d.getElementsByTagName(s)[0],
|
||
j = d.createElement(s),
|
||
dl = l != "dataLayer" ? "&l=" + l : "";
|
||
j.async = true;
|
||
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
|
||
f.parentNode.insertBefore(j, f);
|
||
})(window, document, "script", "dataLayer", "GTM-T8P2JP");
|
||
</script>
|
||
<!-- End Google Tag Manager -->
|
||
<!-- Marketo -->
|
||
<script type="text/javascript">
|
||
(function () {
|
||
var didInit = false;
|
||
function initMunchkin() {
|
||
if (didInit === false) {
|
||
didInit = true;
|
||
Munchkin.init("791-QBF-350");
|
||
}
|
||
}
|
||
var s = document.createElement("script");
|
||
s.type = "text/javascript";
|
||
s.async = true;
|
||
s.src = "//munchkin.marketo.net/munchkin.js";
|
||
s.onreadystatechange = function () {
|
||
if (this.readyState == "complete" || this.readyState == "loaded") {
|
||
initMunchkin();
|
||
}
|
||
};
|
||
s.onload = initMunchkin;
|
||
document.getElementsByTagName("head")[0].appendChild(s);
|
||
})();
|
||
</script>
|
||
<!-- End Marketo -->
|
||
<!-- Expertrec -->
|
||
<script>
|
||
var id = "e2077224-9ccf-11e9-a0c9-0242ac130002";
|
||
var ci_search = document.createElement("script");
|
||
ci_search.type = "text/javascript";
|
||
ci_search.async = true;
|
||
ci_search.src = "https://cse.expertrec.com/api/js/ci_common.js?id=" + id;
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(ci_search, s);
|
||
</script>
|
||
<!-- End Expertrec -->
|
||
|
||
<!-- Font Awesome -->
|
||
<script
|
||
src="https://kit.fontawesome.com/b1870adf6a.js"
|
||
crossorigin="anonymous"
|
||
></script>
|
||
<!-- End Font Awesome -->
|
||
</head>
|
||
|
||
<body>
|
||
<header class="header">
|
||
<div class="header-logo">
|
||
<a class="header-logo__img" href="https://start9.com/">
|
||
<img
|
||
src="../../../_static/img/logo.png"
|
||
alt="Start9 Logo"
|
||
/>
|
||
</a>
|
||
<span class="header-logo__bar"></span>
|
||
<a class="header-logo__text" href="https://docs.start9.com/">
|
||
Documentation
|
||
</a>
|
||
</div>
|
||
<div class="header-navigation">
|
||
<ul
|
||
class="dropdown menu scylla-dropdown scylla-dropdown--header"
|
||
data-dropdown-menu
|
||
>
|
||
<li class="scylla-dropdown__item">
|
||
<a href="#" class="scylla-dropdown__title"
|
||
>Contributing <i class="chevron scylla-icon scylla-icon--triangle-down"></i
|
||
></a>
|
||
<ul class="menu scylla-dropdown__content">
|
||
<li>
|
||
<a href="https://docs.start9.com/developing"
|
||
><i class="scylla-icon scylla-icon--apps"></i>Developer</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://docs.start9.com/service-packaging"
|
||
><i class="scylla-icon scylla-icon--open-source"></i>Service Packaging</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li class="scylla-dropdown__item">
|
||
<a href="#" class="scylla-dropdown__title"
|
||
>About <i class="chevron scylla-icon scylla-icon--triangle-down"></i
|
||
></a>
|
||
<ul class="menu scylla-dropdown__content">
|
||
<li>
|
||
<a href="https://docs.start9.com/about">
|
||
<i class="scylla-icon scylla-icon--enterprise"></i>Company</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://docs.start9.com/license">
|
||
<i class="scylla-icon scylla-icon--whitepapers"></i>License</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://docs.start9.com/careers">
|
||
<i class="scylla-icon scylla-icon--careers"></i>Hiring
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class="header-button">
|
||
<a href="https://store.start9.com" class="button" target="_blank">Purchase</a>
|
||
</div>
|
||
</div>
|
||
<div class="header-search-box">
|
||
<div class="search-box">
|
||
<ci-search></ci-search>
|
||
</div>
|
||
</div>
|
||
<div class="side-nav-toggle" data-toggle="side-nav">
|
||
<div class="side-nav-toggle__button">
|
||
<img src="../../../_static/img/menu.svg" alt="Menu" />
|
||
</div>
|
||
</div>
|
||
</header>
|
||
<section class="layout ">
|
||
<div class="content large-order-2">
|
||
|
||
|
||
<div class="pre-content">
|
||
<div class="pre-content__left"><div class="breadcrumbs">
|
||
<span class="bread__item">
|
||
<a
|
||
href="../../../"
|
||
class="bread__highlight"
|
||
>
|
||
<i class="fas fa-home"></i> Start9 Docs</a
|
||
></span
|
||
>
|
||
|
||
<span class="bread__item"
|
||
><a href="../">Frequently Asked Questions</a></span
|
||
>
|
||
|
||
<span class="bread__item bread__item--last">EmbassyOS Version 0.3.0</span>
|
||
</div></div>
|
||
<div class="pre-content__right"><ul
|
||
class="dropdown menu scylla-dropdown scylla-dropdown--contribute"
|
||
data-dropdown-menu
|
||
>
|
||
<li class="scylla-dropdown__item">
|
||
<a class="scylla-dropdown__title" href="#">
|
||
<div class="scylla-dropdown__title--body">
|
||
<i class="icon fa fa-github" aria-hidden="true"></i>
|
||
Contribute
|
||
</div>
|
||
<i class="chevron scylla-icon scylla-icon--chevron-right"></i>
|
||
</a>
|
||
<ul class="menu scylla-dropdown__content">
|
||
<li>
|
||
<a
|
||
href="https://github.com/Start9Labs/documentation/issues/new?title=Issue in page EmbassyOS Version 0.3.0&&body=I%20would%20like%20to%20report%20an%20issue%20in%20page%20https://docs.start9.com/support/FAQ/030-faq%0A%0A%23%23%23%20Problem%0A%0A%23%23%23%20%20Suggest%20a%20fix"
|
||
target="_blank"
|
||
>Report a doc issue
|
||
<i class="icon fa fa-external-link" aria-hidden="true"></i
|
||
></a>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<a
|
||
href="https://github.com/Start9Labs/documentation/edit/master/docs/source/support/FAQ/030-faq.rst"
|
||
target="_blank"
|
||
>Edit this page
|
||
<i class="icon fa fa-external-link" aria-hidden="true"></i
|
||
></a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://docs.start9.com/contributing/" target="_blank"
|
||
>Learn how to contribute
|
||
<i class="icon fa fa-external-link" aria-hidden="true"></i
|
||
></a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul></div>
|
||
</div>
|
||
<div class="section" id="embassyos-version-0-3-0">
|
||
<span id="faq"></span><h1>EmbassyOS Version 0.3.0<a class="headerlink" href="#embassyos-version-0-3-0" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="when-will-the-new-version-be-released">
|
||
<h2>WHEN will the new version be released?<a class="headerlink" href="#when-will-the-new-version-be-released" title="Permalink to this headline">¶</a></h2>
|
||
<p>We are as eager to share this major OS overhaul with you as you are to use it. At this time we are in the testing phase. We will update with an ETA as soon as we can.</p>
|
||
</div>
|
||
<div class="section" id="i-have-an-embassy-already-what-do-i-need-to-do">
|
||
<h2>I have an Embassy already, what do I need to do?<a class="headerlink" href="#i-have-an-embassy-already-what-do-i-need-to-do" title="Permalink to this headline">¶</a></h2>
|
||
<p>You have 2 options:</p>
|
||
<p>1 - Do nothing. Your Embassy will continue to work as it has, however there will likely be no further updates to the 0.2.x series.</p>
|
||
<p>2 - Upgrade by adding the <a class="reference external" href="https://start9.com/eos-0.3.0">required hardware</a> and then install the new version. v0.3.0 will be a free software upgrade to all existing users.</p>
|
||
</div>
|
||
<div class="section" id="i-want-to-buy-an-embassy-what-do-i-need-to-do">
|
||
<h2>I want to buy an Embassy, what do I need to do?<a class="headerlink" href="#i-want-to-buy-an-embassy-what-do-i-need-to-do" title="Permalink to this headline">¶</a></h2>
|
||
<p>Currently we are selling the v0.2.x Embassy. These are shipped immediately and can be upgraded when v0.3.0 is available. We are also selling upgrade kits, which contain all the <a class="reference external" href="https://start9.com/eos-0.3.0">required hardware</a> for v0.3.0. These will be shipped when the update is complete and will contain a pre-flashed SD card with EmbassyOS v0.3.0. The software update is free.</p>
|
||
</div>
|
||
<div class="section" id="i-want-to-build-an-embassy-myself-what-do-i-need-to-do">
|
||
<h2>I want to build an Embassy myself, what do I need to do?<a class="headerlink" href="#i-want-to-build-an-embassy-myself-what-do-i-need-to-do" title="Permalink to this headline">¶</a></h2>
|
||
<p>You’ll simply need to gather the <a class="reference external" href="https://start9.com/eos-0.3.0">required hardware</a>, then wait until the release of v0.3.0, at which time you can purchase the OS, or build from source yourself. New build documentation is forthcoming.</p>
|
||
</div>
|
||
<div class="section" id="i-would-like-to-purchase-my-own-hardware-what-factors-do-i-need-to-consider">
|
||
<h2>I would like to purchase my own hardware. What factors do I need to consider?<a class="headerlink" href="#i-would-like-to-purchase-my-own-hardware-what-factors-do-i-need-to-consider" title="Permalink to this headline">¶</a></h2>
|
||
<p>1 - Please check the <a class="reference internal" href="../../../getting-started/diy/#diy"><span class="std std-ref">DIY guide</span></a> for the necessary Raspberry Pi hardware. <code class="docutils literal notranslate"><span class="pre">*</span></code> (Skip this step if you already have an Embassy) <code class="docutils literal notranslate"><span class="pre">*</span></code></p>
|
||
<p>2 - The most important piece of additional hardware is the external drive. It MUST have a USB 3.x connection (3.0, 3.1, etc are fine). You may use a HDD, an SSD, or an M.2 SSD / NVME. HDDs are cheaper, and the storage capacities can be much higher, however this is at a big performance sacrifice. SSDs are significantly faster (all services and user data will be stored on your external drive), and more generally more reliable than an HDD. This is what we strongly recommend and sell with our official upgrade kits. An M.2 SSD is simply an SSD with a smaller form factor. An NVME SSD is even more performant than an SSD, however that performance will not be accessible due to the USB bottleneck that the data must traverse to the Pi. Drives will range in price radically depending on what you choose.</p>
|
||
<p>If you are unsure what drive type is best for you, get an external SSD with a USB 3.0 connection, such as a Samsung T5. These are around $130USD for 1TB and around $240 for 2TB.</p>
|
||
<p>3 - For the SD card, any type will work, and 16GB is recommended. A larger card will not offer any benefit. These are $5-10USD. EmbassyOS will be stored on this card.</p>
|
||
</div>
|
||
<div class="section" id="what-size-drive-do-i-need">
|
||
<h2>What size drive do I need?<a class="headerlink" href="#what-size-drive-do-i-need" title="Permalink to this headline">¶</a></h2>
|
||
<p>This will depend on how you want to use your Embassy. We recommend a minimum of 1TB if you intend to run a pruned Bitcoin node, or no Bitcoin node at all, and a 2TB minimum if you intend to run a full archival node, which will add a lot more functionality.</p>
|
||
<p>If you intend to run your own “cloud”, then consider the amount of data you are storing. If you have lots of video files, for example, you may start filling up the disk fairly quickly. Any service you are currently using should have a simple way for you to view your data usage. Make sure to leave plenty of room for expansion.</p>
|
||
<p>Finally, remember that you can always expand to a larger drive in the future. EOS will also be adding additional advanced storage features in the near future.</p>
|
||
</div>
|
||
<div class="section" id="i-want-to-add-an-hdd-later-in-addition-to-my-ssd-what-are-the-performance-consequences-of-doing-this">
|
||
<h2>I want to add an HDD later, in addition to my SSD, what are the performance consequences of doing this?<a class="headerlink" href="#i-want-to-add-an-hdd-later-in-addition-to-my-ssd-what-are-the-performance-consequences-of-doing-this" title="Permalink to this headline">¶</a></h2>
|
||
<p>At this time, we recommend against this as the Raspberry Pi cannot deliver enough power. We will be revisiting in future, but a powered usb hub would be a minimum requirement for this setup.</p>
|
||
</div>
|
||
<div class="section" id="can-i-use-an-internal-ssd-with-a-usb-3-enclosure-i-ve-heard-these-may-have-issues">
|
||
<h2>Can I use an internal SSD with a USB 3 enclosure? I’ve heard these may have issues?<a class="headerlink" href="#can-i-use-an-internal-ssd-with-a-usb-3-enclosure-i-ve-heard-these-may-have-issues" title="Permalink to this headline">¶</a></h2>
|
||
<p>Yes, you may, and our original upgrade kits come with this style of drive. We have addressed the known issues in software, and in the rare event of hardware failure, we are here to help.</p>
|
||
</div>
|
||
<div class="section" id="does-my-external-drive-need-its-own-power-supply">
|
||
<h2>Does my external drive need its own power supply?<a class="headerlink" href="#does-my-external-drive-need-its-own-power-supply" title="Permalink to this headline">¶</a></h2>
|
||
<p>You may use powered disk drives if you prefer, but if only connecting one SSD, it is not necessary.</p>
|
||
</div>
|
||
<div class="section" id="can-i-re-use-the-sd-card-from-my-embassy-for-the-new-version">
|
||
<h2>Can I re-use the SD Card from my Embassy for the new version?<a class="headerlink" href="#can-i-re-use-the-sd-card-from-my-embassy-for-the-new-version" title="Permalink to this headline">¶</a></h2>
|
||
<p>ONLY if you have no data that you want to transfer. If you have existing files, Lightning channels, etc, then you will need to migrate to the new drive first. Keep in mind that this SD card is major overkill for newer versions of EmbassyOS, which will only require a 16GB SD card. This is because all service and user data will be stored on external drives going forward. You can use the original 128GB card for other purposes, sell it, etc.</p>
|
||
<p><code class="docutils literal notranslate"><span class="pre">*</span></code> PLEASE FEEL FREE TO REACH OUT TO US WITH ANY QUESTIONS - THIS PROCESS WILL BE STRAIGHTFORWARD AND WE ARE HERE TO HELP :) <code class="docutils literal notranslate"><span class="pre">*</span></code></p>
|
||
</div>
|
||
</div>
|
||
<div class="content-navigation">
|
||
<div class="navigation navigation--prev">
|
||
<a class="navigation__link" href="../bitcoin-faq/">
|
||
<button class="navigation__button">
|
||
<i class="scylla-icon scylla-icon--chevron-left"></i>
|
||
</button>
|
||
<div class="navigation__title">
|
||
<span class="colored">PREVIOUS</span> <br />Bitcoin and Lightning Network
|
||
</div>
|
||
</a>
|
||
</div>
|
||
<div class="navigation navigation--next">
|
||
<a class="navigation__link" href="../dev-faq/">
|
||
<div class="navigation__title">
|
||
<span class="colored">NEXT</span> <br />Contributing & Development
|
||
</div>
|
||
<button class="navigation__button">
|
||
<i class="scylla-icon scylla-icon--chevron-right"></i>
|
||
</button>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="sidebar-left large-order-1"
|
||
> <div id="side-nav" class="side-nav custom-scroll-bar" data-closable data-toggler=".show">
|
||
<button class="collapsible-button">
|
||
<i class="scylla-icon scylla-icon--chevron-left"></i>
|
||
</button>
|
||
<div class="side-nav-content">
|
||
<div class="side-nav__search">
|
||
<div class="search-box">
|
||
<ci-search></ci-search>
|
||
</div>
|
||
</div>
|
||
<div class="side-nav__versions">
|
||
|
||
</div>
|
||
<div class="side-nav__content">
|
||
<p class="caption"><span class="caption-text">Getting Started</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../getting-started/introduction/">Introduction</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../getting-started/purchasing/">Purchasing</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../getting-started/diy/">DIY Guide</a></li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">User Manual</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../user-manual/initial-setup/">Initial Setup</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../user-manual/connecting/">Connecting</a></li>
|
||
<li class="toctree-l1 has-children"><a class="reference internal" href="../../../user-manual/general/">General</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/embassy-config/">Config Options</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/updating/">Updating EmbassyOS</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/wifi/">Setting up WiFi</a></li>
|
||
<li class="toctree-l2 has-children"><a class="reference internal" href="../../../user-manual/general/developer-options/">Developer Options</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/><label for="toctree-checkbox-2"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l3"><a class="reference internal" href="../../../user-manual/general/developer-options/ssh-setup/">SSH Setup</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="../../../user-manual/general/developer-options/alt-marketplace/">Alternative Marketplace</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/power/">Power</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/notifications/">Notifications</a></li>
|
||
<li class="toctree-l2 has-children"><a class="reference internal" href="../../../user-manual/general/lan-setup/">LAN Setup</a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/><label for="toctree-checkbox-3"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l3 has-children"><a class="reference internal" href="../../../user-manual/general/lan-setup/desktop/">Desktop</a><input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/><label for="toctree-checkbox-4"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l4"><a class="reference internal" href="../../../user-manual/general/lan-setup/computer-setup/">Computer Setup</a></li>
|
||
<li class="toctree-l4"><a class="reference internal" href="../../../user-manual/general/lan-setup/browser-setup/">Browser Setup</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l3"><a class="reference internal" href="../../../user-manual/general/lan-setup/mobile/">Mobile</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/general/forgot-password/">Forgot Password</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1 has-children"><a class="reference internal" href="../../../user-manual/managing-services/">Managing Services</a><input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/><label for="toctree-checkbox-5"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/installing/">Install / Uninstall</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/instructions/">Instructions</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/backups/">Backups</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/service-config/">Service Config</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/properties/">Properties</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/logs/">Viewing Logs</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../user-manual/managing-services/managing-deps/">Managing Dependencies</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">Misc Guides</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../misc-guides/available-services/">Available Services</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../misc-guides/bitcoin-cli/">Using Bitcoin-Cli</a></li>
|
||
<li class="toctree-l1 has-children"><a class="reference internal" href="../../../misc-guides/tor-os/">Running Tor</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/><label for="toctree-checkbox-6"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-os/mac/">MacOS</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-os/windows/">Windows</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-os/linux/">Linux</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-os/android/">Android</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-os/ios/">iOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1 has-children"><a class="reference internal" href="../../../misc-guides/tor-firefox/">Configuring Firefox for Tor</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/><label for="toctree-checkbox-7"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../misc-guides/tor-firefox/desktop/">Desktop</a></li>
|
||
<li class="toctree-l2 has-children"><a class="reference internal" href="../../../misc-guides/tor-firefox/mobile/">Mobile</a><input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" type="checkbox"/><label for="toctree-checkbox-8"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l3"><a class="reference internal" href="../../../misc-guides/tor-firefox/android/">Android</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="../../../misc-guides/tor-firefox/ios/">iOS</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">Contributing</span></p>
|
||
<ul>
|
||
<li class="toctree-l1 has-children"><a class="reference internal" href="../../../contributing/services/">Service Packaging Guide</a><input class="toctree-checkbox" id="toctree-checkbox-9" name="toctree-checkbox-9" type="checkbox"/><label for="toctree-checkbox-9"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/overview/">Overview</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/wrapper/">Wrapper</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/manifest/">Manifest</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/docker/">Docker</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/makefile/">Makefile</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/config/">Config</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/properties/">Properties</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/instructions/">Instructions</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../../contributing/services/backups/">Backups</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../contributing/embassyos/">EmbassyOS</a></li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">Support</span></p>
|
||
<ul class="current">
|
||
<li class="toctree-l1 current has-children"><a class="reference internal" href="../">Frequently Asked Questions</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-10" name="toctree-checkbox-10" type="checkbox"/><label for="toctree-checkbox-10"><i class="scylla-icon scylla-icon--expand"></i></label><div class="break"></div><ul class="current">
|
||
<li class="toctree-l2"><a class="reference internal" href="../general-faq/">General</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../embassy-faq/">Embassy (Device, OS, and DIY)</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../usage-faq/">Basic Usage</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../setup-faq/">Setup and Troubleshooting</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../services-faq/">Services</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../bitcoin-faq/">Bitcoin and Lightning Network</a></li>
|
||
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">EmbassyOS Version 0.3.0</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../dev-faq/">Contributing & Development</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../concepts/">Concepts</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../contact/">Contact</a></li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sidebar-right large-order-3">
|
||
<div class="secondary-side-nav custom-scroll-bar">
|
||
<div class="secondary-side-nav__content">
|
||
<p class="topic-title">On this page</p>
|
||
<ul>
|
||
<li><a class="reference internal" href="#">EmbassyOS Version 0.3.0</a><ul>
|
||
<li><a class="reference internal" href="#when-will-the-new-version-be-released">WHEN will the new version be released?</a></li>
|
||
<li><a class="reference internal" href="#i-have-an-embassy-already-what-do-i-need-to-do">I have an Embassy already, what do I need to do?</a></li>
|
||
<li><a class="reference internal" href="#i-want-to-buy-an-embassy-what-do-i-need-to-do">I want to buy an Embassy, what do I need to do?</a></li>
|
||
<li><a class="reference internal" href="#i-want-to-build-an-embassy-myself-what-do-i-need-to-do">I want to build an Embassy myself, what do I need to do?</a></li>
|
||
<li><a class="reference internal" href="#i-would-like-to-purchase-my-own-hardware-what-factors-do-i-need-to-consider">I would like to purchase my own hardware. What factors do I need to consider?</a></li>
|
||
<li><a class="reference internal" href="#what-size-drive-do-i-need">What size drive do I need?</a></li>
|
||
<li><a class="reference internal" href="#i-want-to-add-an-hdd-later-in-addition-to-my-ssd-what-are-the-performance-consequences-of-doing-this">I want to add an HDD later, in addition to my SSD, what are the performance consequences of doing this?</a></li>
|
||
<li><a class="reference internal" href="#can-i-use-an-internal-ssd-with-a-usb-3-enclosure-i-ve-heard-these-may-have-issues">Can I use an internal SSD with a USB 3 enclosure? I’ve heard these may have issues?</a></li>
|
||
<li><a class="reference internal" href="#does-my-external-drive-need-its-own-power-supply">Does my external drive need its own power supply?</a></li>
|
||
<li><a class="reference internal" href="#can-i-re-use-the-sd-card-from-my-embassy-for-the-new-version">Can I re-use the SD Card from my Embassy for the new version?</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<footer class="footer">
|
||
<div class="footer-group">
|
||
<div class="footer-top">
|
||
<a class="footer-logo" href="https://start9.com"
|
||
><img
|
||
src="../../../_static/img/icon-transparent.png"
|
||
alt="Logo"
|
||
/></a>
|
||
<div class="footer-links">
|
||
<a class="footer-links__link" href="https://docs.start9.com/">Docs</a>
|
||
<a
|
||
class="footer-links__link"
|
||
href="https://start9.com/#community"
|
||
>Contact Us</a
|
||
>
|
||
<a class="footer-links__link" href="https://start9.com/"
|
||
>About Us</a
|
||
>
|
||
</div>
|
||
<div class="footer-actions">
|
||
<a
|
||
class="footer-actions__link"
|
||
href="https://twitter.com/start9labs"
|
||
target="_blank"
|
||
><span
|
||
data-tooltip
|
||
tabindex="1"
|
||
title="Twitter feed"
|
||
data-position="bottom"
|
||
>
|
||
<img
|
||
src="../../../_static/img/icons/twitter.png"
|
||
alt="Twitter Icon"
|
||
/>
|
||
</span>
|
||
</a>
|
||
<a
|
||
class="footer-actions__link"
|
||
href="https://t.me/start9_labs"
|
||
target="_blank"
|
||
><span
|
||
data-tooltip
|
||
tabindex="1"
|
||
title="User Telegram channel"
|
||
data-position="bottom"
|
||
>
|
||
<img
|
||
src="../../../_static/img/icons/telegram.png"
|
||
alt="Telegram Icon"
|
||
/></span>
|
||
</a>
|
||
<a
|
||
class="footer-actions__link"
|
||
href="https://matrix.to/#/!lMnRwPWnyQvOfAoEnD:matrix.start9labs.com"
|
||
target="_blank"
|
||
><span
|
||
data-tooltip
|
||
tabindex="1"
|
||
title="User Matrix channel"
|
||
data-position="bottom"
|
||
>
|
||
<img
|
||
src="../../../_static/img/icons/matrix.svg"
|
||
alt="Matrix Icon"
|
||
/></span>
|
||
</a>
|
||
</a>
|
||
<a
|
||
class="footer-actions__link"
|
||
href="https://medium.com/@start9labs"
|
||
target="_blank"
|
||
><span
|
||
data-tooltip
|
||
tabindex="1"
|
||
title="Medium feed"
|
||
data-position="bottom"
|
||
>
|
||
<img
|
||
src="../../../_static/img/icons/medium.png"
|
||
alt="Medium Icon"
|
||
/></span>
|
||
</a>
|
||
<a
|
||
class="footer-actions__link"
|
||
href="https://github.com/Start9Labs/"
|
||
target="_blank"
|
||
><span
|
||
data-tooltip
|
||
tabindex="1"
|
||
title="GitHub page"
|
||
data-position="bottom"
|
||
>
|
||
<img
|
||
src="../../../_static/img/icons/github.png"
|
||
alt="GitHub Icon"
|
||
/></span>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-bottom">
|
||
<div class="footer-bottom__copyright"> © 2021, Start9 Labs, Inc. All rights reserved.
|
||
</div>
|
||
<div class="footer-bottom__last-updated">
|
||
Last updated on 13 Dec 2021.
|
||
</div>
|
||
<div class="footer-bottom__version">
|
||
Powered by
|
||
<a href="http://sphinx-doc.org/">Sphinx 2.4.5</a> &
|
||
<a href="https://sphinx-theme.scylladb.com/"
|
||
>ScyllaDB Theme 1.0.6</a
|
||
>
|
||
</div>
|
||
<!-- <p class="footer-bottom__canary">We have never received a secret government request to hand over user information.</p> -->
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<noscript>
|
||
<iframe
|
||
src="https://www.googletagmanager.com/ns.html?id=GTM-T8P2JP"
|
||
height="0"
|
||
width="0"
|
||
style="display: none; visibility: hidden"
|
||
></iframe>
|
||
</noscript>
|
||
</body>
|
||
</html> |