Jonathan Underwood
Jonathan Underwood
TBH I would love to remove the dependency of native JS and have all crypto operations be through WASM, but a few things: 1. BitcoinJS sometimes gets users complaining about...
I think for now we will: 1. Implement Schnorr in elliptic following BIP340 Schnorr spec 2. Implement necessary functions in C++ addon and native JS (using elliptic implementation from 1)...
Looking into it more TaggedHash is also needed in order to implement... Perhaps this should all be implemented in tiny-secp256k1........... or make a separate module...
@fanatid I am going to move forward with taproot implementation. 1. JS implementation 2. C++ addon implementation 3. bitcoinjs-lib implementation If you have any time to work on this we...
@mlopezpollux Sorry I dropped this. You can connect to your Bitcoin Core node via ZeroMQ and receive notices for new blocks. However, these messages are only the blockhash, so you...
There's not enough information to solve this.
What version are you using? If not the latest, try using the latest.
What does this mean: "I changed the encryption to crypto-browserify"
crypto-browserify has nothing to do with address creation... we don't use it. We don't use the NodeJS crypto API for hashes. We use noble.
You are using v6.1.5?