ematiu
ematiu
Great! Please see https://github.com/bitpay/bitcore-stealth On Wed, Jun 6, 2018 at 10:36 AM, Ann-Jie Ching wrote: > hi guys, I'm working on stealth addresses, like in this video: > https://www.youtube.com/watch?v=43K_z0sWtEU >...
Nack. I don't think it is needed to allow this flexibility on the param. I think it is better that the called slice the buffer first.
Could you please explain why the revert is needed?
please see: https://github.com/bitpay/copay-recovery/tree/master#installation You need to enable crypto in Angular 2, explicity. On Thu, Sep 21, 2017 at 7:43 PM, theDe¢entralizer wrote: > I can confirm, if you install the...
Please provide a snippet of the code you are trying to execute.
You need to send a string to broadcast, see: https://github.com/bitpay/bitcore-explorers/blob/master/lib/insight.js#L118 Try: ``` insight.broadcast(tx.toString(), function(err, txId) { ```
@Eithcowich 1. Yes. That is the private key. In that particular example it is in WIF format. You can google for specs. Hex and Buffer is also supported. 2. TxID...