{% extends "base_operator.html" %} {% block title %}Add a coin — operator{% endblock %} {% set page = 'op-coins' %} {% block page_title %}Add a coin{% endblock %} {% block head_extra %}{% include "_coin_manager_styles.html" %}{% endblock %} {% block breadcrumb %}
Coin Manager/
{% endblock %} {% block content %}
Engine: Native = our Scrypt stratum · Miningcore = multi-algo Hardware reality: shown per coin — our value is the software runs it on testnet, not profit
Launch your own

Launch your own coin

custom · Scrypt

Fork a brand-new Scrypt coin from our GCC harness. Name it, pick a brand colour, set economics — live on testnet in minutes.

NativeCPU / GPU
AvailableLaunch →
Established coins · Miningcore
{% for coin in catalogue %}
{{ coin.ticker }}

{{ coin.name }}

{{ coin.ticker }} · {{ coin.algorithm }}

{{ coin.note }}

{{ 'Native' if coin.engine=='native' else 'Miningcore' }}{{ coin.hardware }}
{{ coin.status | capitalize }} {% if coin.status != 'soon' %}Add →{% endif %}
{% endfor %}
{% endblock %}