Skip to content

Error when adding a derivation scheme #516

@sergeyshub

Description

@sergeyshub

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.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions