bitpay / node-bitpay-client

A Node.js module and command line client for interacting with BitPay's Cryptographically Secure API
102 stars 95 forks source link

Working keys with livenet ? #52

Closed La-toile-cosmique closed 9 years ago

La-toile-cosmique commented 9 years ago

Hello

I'm a bit confused about the all thing, I try to implement the php client in my application, so I installed this node package to create the keys.

But the pairing keys I generate doesn't seem to work with my account. I there a way to use these keys in production ?

Like I said I'm really confused !

braydonf commented 9 years ago

Please see: https://github.com/bitpay/php-bitpay-client for the PHP implementation.

La-toile-cosmique commented 9 years ago

Ok

But I need this node package to generate the keys used in the php client right ?

tacticalchihuahua commented 9 years ago

@Creasmart Nope, you can use the keypair implementation in the PHP client: https://github.com/bitpay/php-bitpay-client/blob/master/docs/keypairs/index.rst

However, keys generated using this module will also work. Take a look at: https://github.com/bitpay/php-bitpay-client/blob/master/docs/pairing/index.rst

La-toile-cosmique commented 9 years ago

Oh yeah thanks !