简体   繁体   English

使用bitcore库生成公共地址时出错

[英]Error while using bitcore library for generating public addresses

When i try to import bitcore generated address it gives -5 error i,e. 当我尝试导入bitcore生成的地址时,它给出了-5错误,即e。 invalid multichain address or script. 无效的多链地址或脚本。 I don't understand why i am getting this error. 我不明白为什么我会收到此错误。

Have you created the address in the bitcoin format? 您是否以比特币格式创建了地址? Multichain uses a different format for generating addresses. 多链使用不同的格式来生成地址。 You wouldn't be able to import a bitcoin type address into multichain unless you create the chain with the bitcoin format. 除非您使用比特币格式创建链,否则将无法将比特币类型地址导入多链。

Kindly checkout https://www.multichain.com/developers/address-key-format/ 请结帐https://www.multichain.com/developers/address-key-format/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将 bitcore-explorer 与 bitcore-lib (Bitcore) 一起使用时出错 - Error when using bitcore-explorer with bitcore-lib (Bitcore) 如何在不使用Bitcore的情况下获取与特定地址相关的UTXOS和交易? - How to get UTXOS and Transactions related to a specific address without using Bitcore? 无法与 bitcore 测试网连接,出现以下错误 525 Origin SSL 握手错误 - Unable to connect with bitcore testnet getting following error 525 Origin SSL Handshake Error 在centOS中使用Hyperledger Composer-rest-server生成REST API时出错 - Error while generating REST api using hyperledger composer-rest-server in centOS 在使用 openapi Braid 为我的 corda 项目生成 api 时,它在最后一个 steep 中显示了一些错误 - while using openapi Braid for generating api for my corda project its showing some error in the last steep 如何从公钥中导出卡尔达诺地址? - How to derive Cardano addresses from public keys? 从区块零获取公共地址列表 - Getting a list of public addresses from block zero 与Bitcore简单的一对一比特币交易 - Simple 1-to-1 Bitcoin Transaction with Bitcore Web3j v3.3.1:生成返回结构数组的已编译固体智能合约时出错 - Web3j v3.3.1 : Error while generating compiled solidity smart contracts which returns array of struct 生成区块链 header 失败并出现错误 - Generating Blockchain header is failing with error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM