-
Does the program transfer the bitcoin to the address?
-
NBitcoin histogram loading is wrong. Make a PR to get it fixed and remove our implementation:
see: https://github.com/zkSNACKs/WalletWasabi/issues/9792
-
### General Description
Never seen this issue before. It happened twice today.
```
System.NullReferenceException: Object reference not set to an instance of an object.
at WalletWasabi.WabiSab…
-
When I prepare a transaction both on bitcoin-regtest and bitcoin-testnet then try to broadcast it, time to time it throws `Transaction was rejected by network rules","rpcMessage":"min relay fee not me…
-
Hello, so here is my docker-compose.yml file:
```yml
version: "3"
services:
bitcoind:
container_name: bitcoind
restart: always
image: "btcpayserver/bitcoin:25.0"
environmen…
-
I used the CTRL+C+D screen, for some reason I had `At least one coin that you are trying to send was already spent` message. Then I got navigated back to the Send screen, I clicked Confirm again to tr…
-
In [this PR](https://github.com/zkSNACKs/WalletWasabi/pull/11092) it turned out that in some cases the FeeRate calculation is wrong, which is caused by the incorrect calculation of the transaction. Fo…
-
### What is your BTCPay version?
I am running BTCPay Server v1.10.2
### How did you deploy BTCPay Server?
custom
### What happened?
Showing the list of invoices `https:///stores//invoic…
-
Hi,
Is it possible to spend the TXOut received to an HD wallet derived address using just the NewTransactionEvent object data and master key ?
Looking at the HD wallet example from Nicolas' book…
-
A user is reported that he is not able to send his transaction because it always fail with error `Not enough funds to cover transaction fee`.
He has funds. The issue occured in normal transaction flo…