-
Using v10.2.0, on testnet I tried when composing a send on testate against my local node Counterparty tried to spend a spent transaction output.
```
2024-06-21T14:13:08.630335000-04:00 - [ TRACE…
-
The result of executing the following source code is a bit strange. The balance value is incorrect.
------------------------------------------------------------------------------------
from bitcoinl…
-
> One idea we have is to implement atomic swaps between Ethereum and Bitcoin and use ipv8 to find people willing to trade with each other. Maybe TrustChain could be used to keep track of past transact…
-
### Description
On occasion Bisq client does not recognize the deposit confirmation ID.
This seems to happen in the following circumstances:
- Deposit confirmation takes over 4 hours to c…
-
I'm trying to send a fairly simple segwit transaction with multiple input and outputs, here's how the simplified code looks like:
```python
from bitcoinlib.transactions import Output, Key, Transac…
jahvi updated
7 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
`contrib/signet/miner` won't respect the `--nbits` param. It will keep using an interv…
-
I propose we split some parts of rust-bitcoin into multiple crates:
* `bitcoin-encoding` which has all the string encodings that bitcoin uses: base58, base58check, bech32, bech32m, base64, hex
* t…
-
User can add new coin or create new account in the app.
**1. Via My asset screen**
**Acceptance criteria:**
_**Add new coin:**_
1. When user wants to add new coin to be in the app, he can cre…
mnuky updated
7 months ago
-
https://github.com/sparrowwallet/sparrow/commit/72cb69645165ffd8c3d752809be166d9dc9ebf19 adds BIP-0044 account discovery as a button. https://github.com/sparrowwallet/sparrow/commit/91d491f5eca4b96759…
-
Is there a way to access transaction time? I only see the following methods on transaction:
```
['__class__',
'__delattr__',
'__dict__',
'__dir__',
'__doc__',
'__eq__',
'__format__',
…