-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
Traceback (most recent call last):
File "/hom…
-
When loading a transaction, the web interface returns a page almost immediately and then continues to load information about inputs as it gets the previous outputs they point to. However, when loading…
-
**Expected behavior**
The transaction will be sent to the other node.
**Actual behavior**
When calling `sendrawtransaction`, the provided output is:
```
error code: -26
error mes…
-
It is possible to compile Bitcoin Core without the wallet. Though, many tests require the Bitcoin Core wallet to create and sign transactions. Ideally, every non-wallet test (for example consensus tes…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
Performing tests on PR #54 cross-built the binaries for Windows on WSL with Ubuntu 22.04, du…
-
The days are numbered for ECC, which is the basis of the signature scheme which Dogecoin has borrowed from its parents. Quantum computers will be able to break ECC within the next decade, possibly soo…
-
We have merged some changes recently to weight/size calculations for transaction inputs, transactions, and blocks. As discovered by @stevenroose we may have inadvertently introduce a bug by missing on…
-
# Description
### What is this talk about? Give us as many details as possible.
This talk is a technical introduction to the mechanics & composition of bitcoin transactions. We will cover topics…
-
### Is your feature request related to a problem? Please describe.
Currently, the only stupidly easily accessible backup option is just making a plain copy of the entire `wallet.dat` database. **Co…
-
I have been learning to use this library to create a bitcoin wallet. Im able to create the wallet and the currentRecieveAddress defaults to legacy address. When I sent test bitcoin to it, I see it in …