You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test connection validation for the Bitcoin RPC during the Admin Guardian Setup [1], similar to the functionality provided by Sparrow [2]. This feature would ensure that the Bitcoin RPC is configured correctly, preventing common mistakes like incorrect RPC addresses or missing passwords.
Without this validation, users might accidentally generate an invalid bitcoin RPC address in local.json, causing the Fedimint service to fail to start. The user would then need to manually edit the local.json to fix the issue, which could be error-prone and time-consuming.
Admin Guardian Setup
Sparrow Bitcoin RPC configuration
The text was updated successfully, but these errors were encountered:
Add a test connection validation for the Bitcoin RPC during the Admin Guardian Setup [1], similar to the functionality provided by Sparrow [2]. This feature would ensure that the Bitcoin RPC is configured correctly, preventing common mistakes like incorrect RPC addresses or missing passwords.
Without this validation, users might accidentally generate an invalid bitcoin RPC address in
local.json
, causing the Fedimint service to fail to start. The user would then need to manually edit thelocal.json
to fix the issue, which could be error-prone and time-consuming.Admin Guardian Setup
Sparrow Bitcoin RPC configuration
The text was updated successfully, but these errors were encountered: