Dabura667
Dabura667
https://github.com/bitpay/bitcore-lib/blob/3579305b5ea5eed0896341dedfc5617aacc684f4/lib/crypto/ecdsa.js#L250-L268 This does not need to include private information. Why is this here?
Fixes https://github.com/bitpay/copay/issues/3211 and will allow for wordlists that have common words in different positions. This fix will be especially necessary if zh_CN and zh_TW wordlists will both be supported someday,...
If I use `bitcoin-cli getrawmempool true` I can get info on all mempool transactions like this: ```javascript { "f9a96e48d30efbc1c3614ed5ef6925f517067b47a017e8d766ffe109446867d3": { "size": 225, "fee": 0.00027120, "modifiedfee": 0.00027120, "time": 1488733845, "height": 455892,...
https://keybase.io/verify When inserting a saltpack signed message, it always gives this error. BEGIN KEYBASE SALTPACK SIGNED MESSAGE. kXR7VktZdyH7rvq v5weRa0zkDbcHiZ z1KmaVGP2MwDu8W IeOGWy46RgXq0vo vyO9lixKuQEJJ5b fHHInZJvGEdYcR1 LSOPcF4y6CV5Fta acr9eYCg7nsn5Zh wvmHAXhD07xJ25i fyH9kLZUBGheVJT 0xfAUDxiCpRViPm dGwZX8zQbjPfEFd mtzEA6WMqTdOGs1...
Maybe replace with BIP39 / A tool that can generate offline transactions for brainwallets without showing the address / WIF private key to the user. All tools that show the...
When multiple paper wallets are generated, they blend into the private key of the paper wallet above. Even when one is generated, the private key bleeds off the printable area...
Currently the mempool in kB is a value with kB as the y axis and hovering the mouse let's you see how many cumulative kB consist of each fee level...
Final release out. Bitcore users who want to support segwit assemble!!! +1!
There should be an arg for setting the fee.
Rather than a binary solution: EITHER enter password for EVERYTHING or NOTHING I would suggest 3 methods. 1. Full encryption. All commands require password. 2. Partial encryption. Only private key...