我正在使用 C# SDK 实现 BitPay API。
我正在根据csharp-bitpay-client和BitPay C# 客户端库配置执行此操作,但不幸的是我没有实现这一点。
每次我被困在:
BitPay bitpay = new BitPay();
我也试过:
ECKey key = KeyUtils.createEcKey();
this.bitpay = new BitPay(key);
但是密钥生成成功,但我再次卡在这里:
this.bitpay = new BitPay(key);
每次我从 BitPay 服务器收到此消息时:
{"error":"Unauthorized sin"}
有人知道吗?
而且我没有在仪表板上看到我的公钥。任何人都知道为什么没有显示公钥。
谢谢