无法从 asp.net 核心网站 api 创建比特币钱包
Unable to create wallet of bitcoin from asp.net core web api
尝试通过 blockchain.info 在 GIT https://github.com/blockchain/api-v1-client-csharp
从给定来源创建钱包
我正在尝试访问项目中的 src/Info.Blockchain.API/Wallet/WalletCreator.cs 作为 API 和 post 创建钱包的请求。
异常显示为:
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpException: A connection with the server could not be established
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
可能有两种可能:
1. 无法从开发者机器本身 运行 获取代码(需要托管和云服务器或者可以说是真实 ip)。
2.Appcode没有创建钱包的权限。
如果有人曾经为此工作过,请提出解决方案。
谢谢
要运行本地主机上的服务,我们需要按照这些说明https://github.com/blockchain/service-my-wallet-v3
基本上,区块链的节点服务必须运行创建钱包。我们按照给定的 github link 安装和 运行 服务,它完成了。
尝试通过 blockchain.info 在 GIT https://github.com/blockchain/api-v1-client-csharp
从给定来源创建钱包我正在尝试访问项目中的 src/Info.Blockchain.API/Wallet/WalletCreator.cs 作为 API 和 post 创建钱包的请求。
异常显示为:
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpException: A connection with the server could not be established
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
可能有两种可能: 1. 无法从开发者机器本身 运行 获取代码(需要托管和云服务器或者可以说是真实 ip)。 2.Appcode没有创建钱包的权限。
如果有人曾经为此工作过,请提出解决方案。
谢谢
要运行本地主机上的服务,我们需要按照这些说明https://github.com/blockchain/service-my-wallet-v3
基本上,区块链的节点服务必须运行创建钱包。我们按照给定的 github link 安装和 运行 服务,它完成了。