-
Notifications
You must be signed in to change notification settings - Fork 215
Error when adding a derivation scheme #516
Copy link
Copy link
Open
Description
I'm trying to track a derivation scheme by calling:
POST http://127.0.0.1:24444/v1/cryptos/BTC/derivations/vpub5VyU....E4fjp
and getting this error:
{
"httpCode": 400,
"code": "invalid-format",
"message": "Invalid base58 string",
"reason": null
}
The vpub5VyU....E4fjp is a testnet public key generated by Electrum wallet. The NBXplorer is running with the network=testnet flag.
Also, how can I specify which derivation scheme I want to use, e.g. m/44'/0'/0'/0/0, or m/84'/0'/0'/0/0, etc.?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels