bitsv icon indicating copy to clipboard operation
bitsv copied to clipboard

BitSV: Bitcoin made easy. Documentation:

Results 12 bitsv issues
Sort by recently updated
recently updated
newest added

Hello, I'm a beginner but I noticed that there might be a small problem in the PrivateKey class: In this class, you defined balance, unspents, and transactions as public attributes,...

This involved adding support for API providers with differing features.

Shower thought: I wonder if the network backend should have an abstract base class (interface)... that forces implementation of 5 main methods... And allow a formal way of extending the...

Made a testnet transaction confirmed by other api's but not being confirmed by whatsonchain api.

Hi Aust, The dust policy has been changed after Node 1.0.5, now the minimum output is 135sat, according to the [release note](https://bitcoinsv.io/2020/09/16/bitcoin-sv-node-software-important-upgrade-to-v1-0-5/). I broadcast 135sat and 134sat on WoC. -...

This is the error message I get if I try to use whatsonchain to broadcast via their GUI - so I think that means their node still has the default...

The `my_key.send([], message=data, custom_pushdata=True)` works by allowing the user to pre-generate metadata with the functions contained within `op_return.py` (which generates a bytearray with the correct op_pushdata op codes for as...

enhancement