<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>asymrisk.eth</title>
        <link>https://paragraph.com/@asymrisk</link>
        <description>undefined</description>
        <lastBuildDate>Sat, 18 Jul 2026 11:20:57 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Backup Power Strategies for Ethereum Home Staking]]></title>
            <link>https://paragraph.com/@asymrisk/backup-power-strategies-for-ethereum-home-staking</link>
            <guid>ajFxLHFISTyrjxfUswAl</guid>
            <pubDate>Sat, 31 Dec 2022 20:58:19 GMT</pubDate>
            <description><![CDATA[One issue that can arise for home stakers is power outages. In addition to incurring inactivity penalties, if the execution client is not shut down gracefully the database can be corrupted, requiring a full resync. Because of this, using an uninterruptible power supply (UPS) is a must for a good home staking setup. Below I provide a couple of different options:A cost effective basic setup which provides for graceful shutdown and automatic restartA more advanced setup that provides extended ru...]]></description>
            <content:encoded><![CDATA[<p>One issue that can arise for home stakers is power outages.  In addition to incurring inactivity penalties, if the execution client is not shut down gracefully the database can be corrupted, requiring a full resync.  Because of this, using an uninterruptible power supply (UPS) is a must for a good home staking setup.  Below I provide a couple of different options:</p><ul><li><p>A cost effective basic setup which provides for graceful shutdown and automatic restart</p></li><li><p>A more advanced setup that provides extended run time on backup power</p></li></ul><h2 id="h-basic-setup-ups-with-monitoring-for-automatic-shutdown" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Basic Setup - UPS with Monitoring for Automatic Shutdown</h2><p>The diagram below shows a basic UPS setup.  This is quite cost effective and is enough for most home stakers.  It provides protection from database corruption by gracefully shutting down the staking machine when UPS backup power is exhausted, and automatically restarts the machine when power is restored.</p><ul><li><p>Backup Power - Both the modem/router and staking computer are powered by the UPS so that validator duties can continue during the power outage until the UPS battery is exhausted.</p></li><li><p>Auto Shutdown - The staking computer has a USB connection to the UPS to monitor its status.  A daemon running on the staking computer is configured to gracefully shut down the machine when the UPS battery level reaches a certain threshold.  (CyberPower provides free <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-for-linux/">Power Panel</a> software which works on linux machines.)</p></li><li><p>Auto Restart - Staking machine BIOS is configured to boot the machine when power comes back on. (Here’s a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.intel.com/content/www/us/en/support/articles/000059976/server-products/server-boards.html">help article</a> for intel machines.)</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5ef19dfa5600e27556f9eff47779195c7d92876df2129309baa75c39c444f5ff.png" alt="Basic Backup Power Setup" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Basic Backup Power Setup</figcaption></figure><h2 id="h-basic-setup-additional-battery-backup" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Basic Setup + Additional Battery Backup</h2><p>A consumer grade UPS is relatively inexpensive but offers a relatively short period of backup power. (My 600VA UPS will power my NUC staking machine and internet modem/router for about 2 hours.)  For those who want to keep their validators running through longer outages, there are a couple of options:</p><ul><li><p><strong>Bigger UPS</strong> - Enterprise grade UPS systems can offer much more battery backup, but the extra run time comes at a high cost</p></li><li><p><strong>Lithium-ion Battery</strong> - An external battery with an inverter to power the UPS can provide a lot of extra run time and is a much more cost effective option than a super-sized UPS.</p></li></ul><p>The diagram below shows the basic setup with an additional backup battery.  Rather than plugging the UPS into an AC power outlet directly, the UPS is powered by a large deep cycle Li-ion battery and inverter combination as depicted below.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ef4e81bb4f3f0695cd7165442e941a550c6a61474b9da28a7b2ab66d4607f026.png" alt="Basic Setup with Additional Backup Battery" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Basic Setup with Additional Backup Battery</figcaption></figure><p>An enhancement to the setup above is to add an Automatic Transfer Switch (ATS) to avoid using the battery and inverter 24/7 to power the UPS.  An ATS has two power inputs, primary and backup. It will provide power from the primary input under normal conditions, and switch to the backup when primary power is lost.  With the setup as shown below, the inverter and battery are not used until backup power is needed.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/52e303b79355a28c3e36b6cda5b928da71146adc8734eb2bfb84a034fa4dca12.png" alt="Basic Setup with Additional Backup Battery and ATS" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Basic Setup with Additional Backup Battery and ATS</figcaption></figure><h2 id="h-backup-power-runtime-calculation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Backup Power Runtime Calculation</h2><p>So how much runtime can be expected with this setup in an outage?  It depends on the capacity of the battery (or batteries connected in parallel), and the power consumption of the staking computer and internet modem/router.  The formula to calculate this is:</p><p><em>Backup Time (in hours) = Battery Capacity (in Ah) X Input voltage (V) / Total Load (in Watts)</em></p><p>This works out to be 28.3 hours for my setup, not including any additional time I may get from the UPS battery.  My staking machine (NUC) uses about 15W, and the modem/router uses 27.4W for a total of 42.4W.  The battery is rated at 100Ah at 12V.  (100 x 12 / 42.4 = 28.3)</p><h2 id="h-cost" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Cost</h2><p>Below is a list of the components I used for the full setup depicted above, along with the current price.  (I have no affiliation with the suppliers.)  Your results may vary of course.</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.amazon.com/CyberPower-ST900U-Standby-Outlets-Charging/dp/B07GZT2QW7?ref_=ast_sto_dp&amp;th=1">CyberPower 900VA UPS</a>                                                        $100</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.renogy.com/700w-12v-pure-sine-wave-inverter/">Renogy 700W 12V Pure Sine Wave Inverter</a>                          $115</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.renogy.com/20a-ac-to-dc-lfp-portable-battery-charger/">Renogy 12V 20A AC-to-DC LFP Portable Charger</a>           $125</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.renogy.com/12v-100ah-smart-lithium-iron-phosphate-battery/">Renogy 12V 100Ah Smart Lithium Iron Phosphate Battery</a> $560</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.amazon.com/gp/product/B08T94Q6NG/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;th=1">JONASC 63A 2P Dual Power Automatic Transfer Switch</a> $45</p></li><li><p><strong>Total $955</strong></p></li></ul><p>I hope some of my fellow Ethereum node operators find this writeup to be helpful. If you have constructive feedback or questions, drop me a DM on Twitter <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/asymrisk1">@asymrisk1</a>.</p>]]></content:encoded>
            <author>asymrisk@newsletter.paragraph.com (asymrisk.eth)</author>
        </item>
    </channel>
</rss>