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
In the case that you are starting to track an existing wallet, where you have its current state, we should be able to import it into NBX.
Given a tracked source, I have a set of coins it has received and its last index(es) used to derive addresses, I should be able to tell NBX to import these utxos and to set the index counter to prevent address reuse.
NBX is able to verify these utxos are valid in a lightweight manner by calling gettxout on bitcoin core.
The text was updated successfully, but these errors were encountered:
In the case that you are starting to track an existing wallet, where you have its current state, we should be able to import it into NBX.
Given a tracked source, I have a set of coins it has received and its last index(es) used to derive addresses, I should be able to tell NBX to import these utxos and to set the index counter to prevent address reuse.
NBX is able to verify these utxos are valid in a lightweight manner by calling gettxout on bitcoin core.
The text was updated successfully, but these errors were encountered: