{% if product_key_skipped %}

Community Edition

You are currently using Community Edition. Upgrade now or add a key for more features and support!

{% endif %} {% if fsck_error %}

Warning!

There may be an error with the filesystem on your drive.

{{ fsck_results }}


OK

{% endif %} {% if sd_rw_error %}

There may be an error with the filesystem on your SD card. It was mounted as read-only and has been updated to read/write.

{% endif %} {% if low_drive_space_error %}

Warning!

Your drive is {{data_drive_usage}} full and free space is running very low. You may need to upgrade to a larger drive.

{% if not is_quicksync_disabled %}

QuickSync is enabled! Disable QuickSync to save significant disk space.

{% endif %}

To migrate to a larger drive, try the Clone Tool.

{% endif %} {% if low_os_drive_space_error %}

Warning!

Your SD card is {{os_drive_usage}} full and free space is running low.

You can flash the latest image for your device onto a larger SD card. Instructions and download links are available here.

{% endif %} {% if oom_error %} {% endif %} {% if usb_error %}

USB Error Detected

Your device has detected several read/write issues. Your USB->SATA adapter may be having issues or it may be a bad USB cable. View the Linux log on the status page for more details.

OK
{% endif %} {% if show_32_bit_warning %}

Warning!

You are currently using an old 32-bit image. It is highly recommended to upgrade to 64-bit by reflashing your SD card. Some apps can no longer be updated on 32-bit. The new image can be downloaded here and a guide is available.

OK

{% endif %} {% if not has_changed_password and not hide_password_warning %}

Warning!

You appear to be using the default password! You should change it to something else on the settings page.

{% endif %} {% if not is_expiration_warning_dismissed and check_in_data %} {% set showing_expiration_warning = False %} {% if check_in_data.premium_plus is defined and check_in_data.premium_plus.active is defined and check_in_data.premium_plus.days_remaining is defined %} {% if not showing_expiration_warning and check_in_data.premium_plus.days_remaining|int <= 45 and check_in_data.premium_plus.days_remaining|int >= -45 %} {% set showing_expiration_warning = True %}

Warning!

{% if check_in_data.premium_plus.active %}

Your Premium+ subscription will expire in {{check_in_data.premium_plus.days_remaining}} days! It can easily be extended via the button below.

{% else %}

Your Premium+ subscription expired {{check_in_data.premium_plus.days_remaining|int|abs}} days ago! It can easily be extended via the button below.

{% endif %}

Extend Dismiss

{% endif %} {% endif %} {% if not showing_expiration_warning and check_in_data.support is defined and check_in_data.support.active is defined and check_in_data.support.days_remaining is defined %} {% if check_in_data.support.days_remaining|int <= 45 and check_in_data.support.days_remaining|int >= -45 %} {% set showing_expiration_warning = True %}

Warning!

{% if check_in_data.support.active %}

Your support subscription will expire in {{check_in_data.support.days_remaining}} days! It can easily be extended via the button below.

{% else %}

Your support subscription expired {{check_in_data.support.days_remaining|int|abs}} days ago! It can easily be extended via the button below.

{% endif %}

Extend Dismiss

{% endif %} {% endif %} {% endif %} {% if current_block > 100000 %} {% set blocks_until_halving = 210000 - (current_block % 210000) %} {% if blocks_until_halving < 1000 %}
{{ blocks_until_halving }} blocks to the halving...
{% endif %} {% if blocks_until_halving > 209400 %}
Happy Halving!!!
{% endif %} {% endif %} {% if usb_extras %} {% for device in usb_extras %} {% if device.device_type == "opendime" %}

Opendime Detected!

An Opendime has been found attached to your MyNode! The interface can be accessed with the "Open" button below.

{% if device.state == "new" %} Your Opendime appears to not be initialized. To seed it with randomness and setup the private key, click the "Initialize" button. {% elif device.state == "sealed" %} Your Opendime appears to be initialized and ready to receive funds! {% elif device.state == "unsealed" %} Your Opendime appears to be unsealed and ready to redeem funds! {% else %} Uh oh! Your device state cannot be identified.

Device State: ({{ device.state }}) {% endif %}

{% if device.state == "new" %} Initialize {% endif %} Open

{% endif %} {% endfor %} {% endif%}