{% extends "base.html" %} {% block main %}

App settings

Bitcoin JSON-RPC configuration


Username:


Password:


Host:


Port:
Default ports: 8332 for mainnet, 18332 for testnet, 18443 for Regtest, 38332 for signet

Miscellanous


Authentication:


Block explorer URL ({{specter.chain}}):


 
{%if test %}
Test results:
Process finished with code {{ test.code }}
{% if test.code == 0 %}
Output: {{ test.out }}
{% else %}
Error message: {{ test.err }}
{% endif %}
{% endif %}
{% endblock %}