简体   繁体   English

我如何获取bitpay.pri和bitpay.pub文件

[英]How I can get bitpay.pri and bitpay.pub files

I am using Bitcoin payment Gateway. 我正在使用比特币支付网关。 I have cloned repositry from https://github.com/bitpay/php-bitpay-client and also made account on https://test.bitpay.com . 我从https://github.com/bitpay/php-bitpay-client克隆了存储库,并在https://test.bitpay.com上建立了帐户。 I am using TestNet as well. 我也在使用TestNet。

In Git repsositry https://github.com/bitpay/php-bitpay-client I can see 在Git repsositry https://github.com/bitpay/php-bitpay-client中我可以看到

$privateKey = new \Bitpay\PrivateKey('/tmp/bitpay.pri'); 

But I could not get bitpay.pri and bitpay.pub neither in git repositry nor in https://test.bitpay.com . 但是我既无法在git存储库中也无法在https://test.bitpay.com中获得bitpay.pri和bitpay.pub。 In documentation also, I could not figure out how and from where I can get it. 在文档中,我也无法弄清楚如何以及从哪里获得它。 Right now, It is throwing error because of these 2 missing files. 现在,由于这两个丢失的文件,它引发了错误。

Any suggestions, how I can get these files? 有什么建议,我如何获得这些文件?

It just path where these keys will be save/generated. 这些路径只是保存/生成这些密钥的路径。 Read this tutorial 阅读本教程

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM