HResult=0x80131500 Source=BitcoinLib à BitcoinLib.RPC.Connector.RpcConnector.MakeRequest[T](RpcMethods rpcMethod, Object[] parameters)
à BitcoinLib.Services.CoinService.GetBlo
用Bitcoinlib制作了一个钱包,将key参数设置为我的主公钥。但是,当尝试使用depth=-1标志打印我所有地址的列表时,它应该显示与我的密钥相关联的所有地址,但是它只返回3个地址的列表。wallet was done before like so:# However after creating a wallet Bitcoinlibstores it locally so you don't make one everytime.
from <
我用bitcoinlib创建了一个钱包。这个钱包的名字叫“我的-太棒了-华尔特55”当我试图用一个新生成的助记符短语打开我现有的钱包时,我期望的行为是一个例外或安全错误,但是钱包无论如何都会打开。from bitcoinlib.wallets import Wallet, wallet_create_or_open
# Creating a new Mnemo