{% if blockchain_download_size %} {% endif %}
{{_('Welcome to Machinaris!')}}
{{_('An easy-to-use WebUI for Chia%(trademark)s plotting and farming.', trademark='™')}}


{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %} {% if blockchain_download_size %}

{{_('Downloaded and unzipped %(size)s so far...', size=blockchain_download_size)}}




{% autoescape false %}

{{_( 'On very first launch, the Chia compressed blockchain database %(compressed)s is being downloaded from %(dl_link)s, then unzipped. At about %(uncompressed)s in uncompressed size, this will take a while. However an hour or two now, will save you multiple days of blockchain syncing later. Please be patient!', compressed="(~30 GB)", uncompressed="80 GB", dl_link='https://sweetchia.com' )}}









{{_( 'NOTE: If you would prefer to allow Chia to sync the blockchain over many days, see the %(init_link)s for details. Similarly, you may instead %(import_link_open)s import your own blockchain %(import_link_close)s if you have one from a previous Chia install.', init_link='Wiki', import_link_open='', import_link_close='' )}}

{% endautoescape %} {% else %}

{{_('To get started with Machinaris as a Chia%(trademark)s fullnode, either import your existing 24-word mnemonic seed phrase', trademark='™')}}:


{{_('OR')}}

{{_('You can generate a brand-new mnemonic phrase that will be written to this in-container path')}}: {{ key_paths[0] }}









{% autoescape false %}

{{_('NOTE: If you would prefer to instead import your mnenmoic seed phrase yourself at the command-line, see the %(wiki_link)s for details.', wiki_link='Wiki')}}

{% endautoescape %} {% endif %}