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
Currently, exporting a descriptor file requires a bunch of manual manipulation to get into a format that bitcoin core wallet expects with the importdescriptors command.
Add a button or dropdown menu next to the current descriptor functionality that displays the command to copy and paste into Bticoin Core console, ideally include the rescan command as well.
Currently, exporting a descriptor file requires a bunch of manual manipulation to get into a format that bitcoin core wallet expects with the importdescriptors command.
Add a button or dropdown menu next to the current descriptor functionality that displays the command to copy and paste into Bticoin Core console, ideally include the rescan command as well.
Here's the format Bitcoin Core expects:
importdescriptors "[{ \"desc\": \"descriptor\", \"timestamp\": \"now\", \"active\": true}]"
The text was updated successfully, but these errors were encountered: